linux-4.4.1/v4l2_m2m_ioctl_expbuf()
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#d4e299ab]
#backlinks
*説明 [#zcc352e7]
-パス: [[linux-4.4.1/drivers/media/v4l2-core/v4l2-mem2mem...
-FIXME: これは何?
--説明
**引数 [#h3e027ea]
-struct file *file
--
--[[linux-4.4.1/file]]
-void *priv
--
-struct v4l2_exportbuffer *eb
--
--[[linux-4.4.1/v4l2_exportbuffer]]
**返り値 [#f703a115]
-int
--
**参考 [#v2ee8fc6]
*実装 [#q12b1b5a]
int v4l2_m2m_ioctl_expbuf(struct file *file, void *priv,
struct v4l2_exportbuffer...
{
struct v4l2_fh *fh = file->private_data;
-
--[[linux-4.4.1/v4l2_fh]]
return v4l2_m2m_expbuf(file, fh->m2m_ctx, eb);
-
--[[linux-4.4.1/v4l2_m2m_expbuf()]]
}
EXPORT_SYMBOL_GPL(v4l2_m2m_ioctl_expbuf);
-
--[[linux-4.4.1/EXPORT_SYMBOL_GPL()]]
*コメント [#n9d478e7]
終了行:
*参照元 [#d4e299ab]
#backlinks
*説明 [#zcc352e7]
-パス: [[linux-4.4.1/drivers/media/v4l2-core/v4l2-mem2mem...
-FIXME: これは何?
--説明
**引数 [#h3e027ea]
-struct file *file
--
--[[linux-4.4.1/file]]
-void *priv
--
-struct v4l2_exportbuffer *eb
--
--[[linux-4.4.1/v4l2_exportbuffer]]
**返り値 [#f703a115]
-int
--
**参考 [#v2ee8fc6]
*実装 [#q12b1b5a]
int v4l2_m2m_ioctl_expbuf(struct file *file, void *priv,
struct v4l2_exportbuffer...
{
struct v4l2_fh *fh = file->private_data;
-
--[[linux-4.4.1/v4l2_fh]]
return v4l2_m2m_expbuf(file, fh->m2m_ctx, eb);
-
--[[linux-4.4.1/v4l2_m2m_expbuf()]]
}
EXPORT_SYMBOL_GPL(v4l2_m2m_ioctl_expbuf);
-
--[[linux-4.4.1/EXPORT_SYMBOL_GPL()]]
*コメント [#n9d478e7]
ページ名: