*参照元 [#d4e299ab] #backlinks *説明 [#zcc352e7] -パス: [[linux-4.4.1/drivers/media/v4l2-core/v4l2-mem2mem.c]] -FIXME: これは何? --説明 **引数 [#h3e027ea] -struct file *file -- --[[linux-4.4.1/]] --[[linux-4.4.1/file]] -void *priv -- -struct v4l2_exportbuffer *eb -- --[[linux-4.4.1/]] --[[linux-4.4.1/v4l2_exportbuffer]] **返り値 [#f703a115] -int -- **参考 [#v2ee8fc6] *実装 [#q12b1b5a] int v4l2_m2m_ioctl_expbuf(struct file *file, void *priv, struct v4l2_exportbuffer *eb) { 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]