Searched refs:mei_hbm_dispatch (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/misc/mei/ |
H A D | hbm.h | 39 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr);
|
H A D | interrupt.c | 417 ret = mei_hbm_dispatch(dev, mei_hdr); in mei_irq_read_handler() 419 dev_dbg(dev->dev, "mei_hbm_dispatch failed ret = %d\n", in mei_irq_read_handler()
|
H A D | hbm.c | 1105 * mei_hbm_dispatch - bottom half read routine after ISR to 1113 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr) in mei_hbm_dispatch() function
|
/kernel/linux/linux-6.6/drivers/misc/mei/ |
H A D | hbm.h | 40 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr);
|
H A D | interrupt.c | 447 ret = mei_hbm_dispatch(dev, mei_hdr); in mei_irq_read_handler() 449 dev_dbg(dev->dev, "mei_hbm_dispatch failed ret = %d\n", in mei_irq_read_handler()
|
H A D | hbm.c | 1243 * mei_hbm_dispatch - bottom half read routine after ISR to 1251 int mei_hbm_dispatch(struct mei_device *dev, struct mei_msg_hdr *hdr) in mei_hbm_dispatch() function
|
Completed in 5 milliseconds