Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/support/platform/src/gpio/
Dgpio_core.c349 if (cntlr->ops == NULL || cntlr->ops->disableIrq == NULL) { in GpioCntlrDisableIrq()
354 return cntlr->ops->disableIrq(cntlr, local); in GpioCntlrDisableIrq()
/drivers/hdf_core/framework/support/platform/include/gpio/
Dgpio_core.h140 int32_t (*disableIrq)(struct GpioCntlr *cntlr, uint16_t local); member
/drivers/hdf_core/adapter/khdf/linux/platform/gpio/
Dgpio_adapter.c231 .disableIrq = LinuxGpioDisableIrq,
/drivers/hdf_core/adapter/platform/gpio/
Dgpio_wm.c113 .disableIrq = GpioDevDisableIrq,
Dgpio_gr5xx.c309 .disableIrq = GpioDevDisableIrq,
Dgpio_asr.c254 .disableIrq = GpioDevDisableIrq,
Dgpio_bes.c136 .disableIrq = GpioDevDisableIrq,
Dgpio_stm32f4xx.c149 .disableIrq = GpioDevDisableIrq,