Home
last modified time | relevance | path

Searched refs:attachments (Results 1 – 6 of 6) sorted by relevance

/drivers/video/adf/
Dadf_client.c290 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()
Dadf_fops32.c72 put_user(compat_ptr(data32.attachments), in adf_compat_get_device_data()
73 &data->attachments) || in adf_compat_get_device_data()
Dadf_fops32.h35 compat_uptr_t attachments; member
Dadf.c80 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()
Dadf_fops.c480 ret = adf_copy_attachment_list_to_user(data.attachments, in adf_device_get_data()
/drivers/dma-buf/
Ddma-buf.c343 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()