Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/mfd/
Dmfd_nxp_lp_flexcomm.c21 child_isr_t lp_flexcomm_child_isr; member
48 if (child->lp_flexcomm_child_isr != NULL) { in nxp_lp_flexcomm_isr()
49 child->lp_flexcomm_child_isr(child->dev); in nxp_lp_flexcomm_isr()
57 if (child->lp_flexcomm_child_isr != NULL) { in nxp_lp_flexcomm_isr()
58 child->lp_flexcomm_child_isr(child->dev); in nxp_lp_flexcomm_isr()
65 if (child->lp_flexcomm_child_isr != NULL) { in nxp_lp_flexcomm_isr()
66 child->lp_flexcomm_child_isr(child->dev); in nxp_lp_flexcomm_isr()
80 child->lp_flexcomm_child_isr = handler; in nxp_lp_flexcomm_setirqhandler()