*参照元 [#f8dd17fc]
#backlinks

*説明 [#hfd11978]
-パス: [[linux-4.4.1/include/linux/dma-buf.h]]

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


**参考 [#ha685665]


*実装 [#u2760e1f]
 /**
  * struct dma_buf_attachment - holds device-buffer attachment data
  * @dmabuf: buffer for this attachment.
  * @dev: device attached to the buffer.
  * @node: list of dma_buf_attachment.
  * @priv: exporter specific attachment data.
  *
  * This structure holds the attachment information between the dma_buf buffer
  * and its user device(s). The list contains one attachment struct per device
  * attached to the buffer.
  */
 struct dma_buf_attachment {
         struct dma_buf *dmabuf;
-
--[[linux-4.4.1/dma_buf]]

         struct device *dev;
-
--[[linux-4.4.1/device]]

         struct list_head node;
-
--[[linux-4.4.1/list_head]]

         void *priv;
 };


*コメント [#j5513253]


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