*参照元 [#c62f042e]
#backlinks

*説明 [#uf0fd76e]
-パス: [[linux-4.4.1/drivers/media/v4l2-core/videobuf2-v4l2.c]]

-FIXME: これは何?
--説明


**引数 [#q6e92d12]
-struct vb2_queue *q
--
--[[linux-4.4.1/vb2_queue]]
-struct v4l2_exportbuffer *eb
--
--[[linux-4.4.1/v4l2_exportbuffer]]


**返り値 [#a749b381]
-int
--


**参考 [#ld7e74ef]


*実装 [#t92ab247]
 /**
  * vb2_expbuf() - Export a buffer as a file descriptor
  * @q:          videobuf2 queue
  * @eb:         export buffer structure passed from userspace to vidioc_expbuf
  *              handler in driver
  *
  * The return values from this function are intended to be directly returned
  * from vidioc_expbuf handler in driver.
  */
 int vb2_expbuf(struct vb2_queue *q, struct v4l2_exportbuffer *eb)
 {
         return vb2_core_expbuf(q, &eb->fd, eb->type, eb->index,
                                 eb->plane, eb->flags);
-
--[[linux-4.4.1/vb2_core_expbuf()]]

 }
 EXPORT_SYMBOL_GPL(vb2_expbuf);
-
--[[linux-4.4.1/EXPORT_SYMBOL_GPL()]]


*コメント [#r591cd9f]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS