Searched refs:attachments (Results 1 – 6 of 6) sorted by relevance
/drivers/video/adf/ |
D | adf_client.c | 290 mapping->attachments[i] = attachment; in adf_buffer_map() 551 struct adf_attachment *attachments, size_t n_attachments) in adf_device_attachments() argument 556 adf_attachment_list_to_array(dev, &dev->attached, attachments, in adf_device_attachments() 578 struct adf_attachment *attachments, size_t n_attachments) in adf_device_attachments_allowed() argument 583 adf_attachment_list_to_array(dev, &dev->attach_allowed, attachments, in adf_device_attachments_allowed()
|
D | adf_fops32.c | 72 put_user(compat_ptr(data32.attachments), in adf_compat_get_device_data() 73 &data->attachments) || in adf_compat_get_device_data()
|
D | adf_fops32.h | 35 compat_uptr_t attachments; member
|
D | adf.c | 80 dma_buf_unmap_attachment(mapping->attachments[i], in adf_buffer_mapping_cleanup() 82 if (mapping->attachments[i]) in adf_buffer_mapping_cleanup() 84 mapping->attachments[i]); in adf_buffer_mapping_cleanup()
|
D | adf_fops.c | 480 ret = adf_copy_attachment_list_to_user(data.attachments, in adf_device_get_data()
|
/drivers/dma-buf/ |
D | dma-buf.c | 343 INIT_LIST_HEAD(&dmabuf->attachments); in dma_buf_export() 450 list_add(&attach->node, &dmabuf->attachments); in dma_buf_attach() 815 list_for_each_entry(attach_obj, &buf_obj->attachments, node) { in dma_buf_describe()
|