Searched refs:GpioDevUnSetIrq (Results 1 – 5 of 5) sorted by relevance
/drivers/hdf_core/adapter/platform/gpio/ |
D | gpio_wm.c | 98 static int32_t GpioDevUnSetIrq(struct GpioCntlr *cntlr, uint16_t gpio); 111 .unsetIrq = GpioDevUnSetIrq, 212 static int32_t GpioDevUnSetIrq(struct GpioCntlr *cntlr, uint16_t gpio) in GpioDevUnSetIrq() function
|
D | gpio_bes.c | 121 static int32_t GpioDevUnSetIrq(struct GpioCntlr *cntlr, uint16_t gpio); 134 .unsetIrq = GpioDevUnSetIrq, 438 static int32_t GpioDevUnSetIrq(struct GpioCntlr *cntlr, uint16_t gpio) function
|
D | gpio_gr5xx.c | 273 static int32_t GpioDevUnSetIrq(struct GpioCntlr *cntlr, uint16_t gpio) in GpioDevUnSetIrq() function 307 .unsetIrq = GpioDevUnSetIrq,
|
D | gpio_stm32f4xx.c | 133 static int32_t GpioDevUnSetIrq(struct GpioCntlr *cntlr, uint16_t gpio); 147 .unsetIrq = GpioDevUnSetIrq, 544 static int32_t GpioDevUnSetIrq(struct GpioCntlr *cntlr, uint16_t gpio) function
|
D | gpio_asr.c | 198 static int32_t GpioDevUnSetIrq(struct GpioCntlr *cntlr, uint16_t gpio) in GpioDevUnSetIrq() function 252 .unsetIrq = GpioDevUnSetIrq,
|