Home
last modified time | relevance | path

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

/linux/drivers/misc/cb710/
H A Dcore.c74 cb710_irq_handler_t handler_func = slot->irq_handler; in cb710_irq_handler() local
75 if (handler_func && handler_func(slot)) in cb710_irq_handler()
/linux/sound/soc/sof/
H A Dipc4.c636 ipc4_notification_handler handler_func = NULL; in sof_ipc4_rx_msg() local
674 handler_func = sof_ipc4_module_notification_handler; in sof_ipc4_rx_msg()
699 if (handler_func) in sof_ipc4_rx_msg()
700 handler_func(sdev, ipc4_msg); in sof_ipc4_rx_msg()