Searched refs:GpioDevEnableIrq (Results 1 – 5 of 5) sorted by relevance
/drivers/hdf_core/adapter/platform/gpio/ |
D | gpio_wm.c | 99 static int32_t GpioDevEnableIrq(struct GpioCntlr *cntlr, uint16_t gpio); 112 .enableIrq = GpioDevEnableIrq, 225 static int32_t GpioDevEnableIrq(struct GpioCntlr *cntlr, uint16_t gpio) in GpioDevEnableIrq() function
|
D | gpio_bes.c | 122 static int32_t GpioDevEnableIrq(struct GpioCntlr *cntlr, uint16_t gpio); 135 .enableIrq = GpioDevEnableIrq, 450 static int32_t GpioDevEnableIrq(struct GpioCntlr *cntlr, uint16_t gpio) function
|
D | gpio_gr5xx.c | 187 static int32_t GpioDevEnableIrq(struct GpioCntlr *cntlr, uint16_t gpio) in GpioDevEnableIrq() function 308 .enableIrq = GpioDevEnableIrq,
|
D | gpio_stm32f4xx.c | 134 static int32_t GpioDevEnableIrq(struct GpioCntlr *cntlr, uint16_t gpio); 148 .enableIrq = GpioDevEnableIrq, 557 static int32_t GpioDevEnableIrq(struct GpioCntlr *cntlr, uint16_t gpio) function
|
D | gpio_asr.c | 211 static int32_t GpioDevEnableIrq(struct GpioCntlr *cntlr, uint16_t gpio) in GpioDevEnableIrq() function 253 .enableIrq = GpioDevEnableIrq,
|