Home
last modified time | relevance | path

Searched refs:attach_obj (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma-buf/
Ddma-buf.c1294 struct dma_buf_attachment *attach_obj; in dma_buf_debug_show() local
1362 list_for_each_entry(attach_obj, &buf_obj->attachments, node) { in dma_buf_debug_show()
1363 seq_printf(s, "\t%s\n", dev_name(attach_obj->dev)); in dma_buf_debug_show()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0038_linux_drivers_mxc.patch137428 + struct dma_buf_attachment *attach_obj;
137470 + list_for_each_entry(attach_obj, &buf_obj->attachments, node) {
137471 + seq_printf(m, " %s", dev_name(attach_obj->dev));