Searched refs:ctrl_rd_list (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/drivers/misc/mei/ |
D | client.c | 585 mei_io_list_flush_cl(&cl->dev->ctrl_rd_list, cl); in mei_cl_flush_queues() 807 mei_io_list_flush_cl(&dev->ctrl_rd_list, cl); in mei_cl_set_disconnected() 869 list_move_tail(&cb->list, &dev->ctrl_rd_list); in mei_cl_send_disconnect() 1033 list_for_each_entry(cb, &dev->ctrl_rd_list, list) { in mei_cl_is_other_connecting() 1064 list_move_tail(&cb->list, &dev->ctrl_rd_list); in mei_cl_send_connect() 1169 mei_io_list_flush_cl(&dev->ctrl_rd_list, cl); in mei_cl_connect() 1499 list_move_tail(&cb->list, &dev->ctrl_rd_list); in mei_cl_irq_notify() 1554 list_move_tail(&cb->list, &dev->ctrl_rd_list); in mei_cl_notify_request() 2191 list_move_tail(&cb->list, &dev->ctrl_rd_list); in mei_cl_irq_dma_map() 2227 list_move_tail(&cb->list, &dev->ctrl_rd_list); in mei_cl_irq_dma_unmap() [all …]
|
D | hbm.c | 663 list_for_each_entry_safe(cb, next, &dev->ctrl_rd_list, list) { in mei_hbm_cl_dma_map_res() 689 list_for_each_entry_safe(cb, next, &dev->ctrl_rd_list, list) { in mei_hbm_cl_dma_unmap_res() 996 list_for_each_entry_safe(cb, next, &dev->ctrl_rd_list, list) { in mei_hbm_cl_res()
|
D | init.c | 380 INIT_LIST_HEAD(&dev->ctrl_rd_list); in mei_device_init()
|
D | mei_dev.h | 504 struct list_head ctrl_rd_list; member
|