Searched refs:request_ibi (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-6.6/drivers/i3c/master/mipi-i3c-hci/ |
H A D | hci.h | 115 int (*request_ibi)(struct i3c_hci *hci, struct i3c_dev_desc *dev, member
|
H A D | core.c | 484 return hci->io->request_ibi(hci, dev, req); in i3c_hci_request_ibi() 536 .request_ibi = i3c_hci_request_ibi,
|
H A D | dma.c | 781 .request_ibi = hci_dma_request_ibi,
|
H A D | pio.c | 1038 .request_ibi = hci_pio_request_ibi,
|
/kernel/linux/linux-5.10/include/linux/i3c/ |
H A D | master.h | 403 * @request_ibi: attach an IBI handler to an I3C device. This implies defining 410 * @free_ibi: free an IBI previously requested with ->request_ibi(). The IBI 412 * This method is mandatory only if ->request_ibi is not NULL. 413 * @enable_ibi: enable the IBI. Only valid if ->request_ibi() has been called 418 * This method is mandatory only if ->request_ibi is not NULL. 422 * This method is mandatory only if ->request_ibi is not NULL. 427 * This method is mandatory only if ->request_ibi is not 448 int (*request_ibi)(struct i3c_dev_desc *dev, member
|
/kernel/linux/linux-6.6/include/linux/i3c/ |
H A D | master.h | 403 * @request_ibi: attach an IBI handler to an I3C device. This implies defining 410 * @free_ibi: free an IBI previously requested with ->request_ibi(). The IBI 412 * This method is mandatory only if ->request_ibi is not NULL. 413 * @enable_ibi: enable the IBI. Only valid if ->request_ibi() has been called 418 * This method is mandatory only if ->request_ibi is not NULL. 422 * This method is mandatory only if ->request_ibi is not NULL. 427 * This method is mandatory only if ->request_ibi is not 448 int (*request_ibi)(struct i3c_dev_desc *dev, member
|
/kernel/linux/linux-5.10/drivers/i3c/ |
H A D | master.c | 2438 if (ops->request_ibi && in i3c_master_check_ops() 2662 if (!master->ops->request_ibi) in i3c_dev_request_ibi_locked() 2679 ret = master->ops->request_ibi(dev, req); in i3c_dev_request_ibi_locked()
|
/kernel/linux/linux-6.6/drivers/i3c/ |
H A D | master.c | 2569 if (ops->request_ibi && in i3c_master_check_ops() 2808 if (!master->ops->request_ibi) in i3c_dev_request_ibi_locked() 2825 ret = master->ops->request_ibi(dev, req); in i3c_dev_request_ibi_locked()
|
/kernel/linux/linux-5.10/drivers/i3c/master/ |
H A D | i3c-master-cdns.c | 1542 .request_ibi = cdns_i3c_master_request_ibi,
|
/kernel/linux/linux-6.6/drivers/i3c/master/ |
H A D | i3c-master-cdns.c | 1543 .request_ibi = cdns_i3c_master_request_ibi,
|
H A D | dw-i3c-master.c | 1391 .request_ibi = dw_i3c_master_request_ibi,
|
H A D | svc-i3c-master.c | 1517 .request_ibi = svc_i3c_master_request_ibi,
|
Completed in 23 milliseconds