Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/src/gpio/
Dgpio_core.c108 if (cntlr->ops == NULL || cntlr->ops->toIrq == NULL) { in GpioCntlrToIrq()
113 return cntlr->ops->toIrq(cntlr, local, irq); in GpioCntlrToIrq()
/drivers/hdf_core/framework/support/platform/include/gpio/
Dgpio_core.h132 int32_t (*toIrq)(struct GpioCntlr *cntlr, uint16_t local, uint16_t *irq); member
/drivers/hdf_core/adapter/platform/gpio/
Dgpio_wm.c109 .toIrq = NULL,
Dgpio_gr5xx.c305 .toIrq = NULL,
Dgpio_asr.c250 .toIrq = NULL,
Dgpio_bes.c132 .toIrq = NULL,
Dgpio_stm32f4xx.c145 .toIrq = NULL,