Searched refs:recycle_ibi_slot (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/i3c/master/mipi-i3c-hci/ |
| A D | hci.h | 124 void (*recycle_ibi_slot)(struct i3c_hci *hci, struct i3c_dev_desc *dev, member
|
| A D | core.c | 567 hci->io->recycle_ibi_slot(hci, dev, slot); in i3c_hci_recycle_ibi_slot() 586 .recycle_ibi_slot = i3c_hci_recycle_ibi_slot,
|
| A D | dma.c | 790 .recycle_ibi_slot = hci_dma_recycle_ibi_slot,
|
| A D | pio.c | 1040 .recycle_ibi_slot = hci_pio_recycle_ibi_slot,
|
| /linux/include/linux/i3c/ |
| A D | master.h | 478 void (*recycle_ibi_slot)(struct i3c_dev_desc *dev, member
|
| /linux/drivers/i3c/ |
| A D | master.c | 2531 master->ops->recycle_ibi_slot(dev, slot); in i3c_master_handle_ibi() 2707 !ops->recycle_ibi_slot)) in i3c_master_check_ops()
|
| /linux/drivers/i3c/master/ |
| A D | svc-i3c-master.c | 1707 .recycle_ibi_slot = svc_i3c_master_recycle_ibi_slot,
|
| A D | dw-i3c-master.c | 1516 .recycle_ibi_slot = dw_i3c_master_recycle_ibi_slot,
|
| A D | i3c-master-cdns.c | 1545 .recycle_ibi_slot = cdns_i3c_master_recycle_ibi_slot,
|
Completed in 47 milliseconds