Searched refs:GpioDevRead (Results 1 – 5 of 5) sorted by relevance
/drivers/hdf_core/adapter/platform/gpio/ |
D | gpio_wm.c | 95 static int32_t GpioDevRead(struct GpioCntlr *cntlr, uint16_t gpio, uint16_t *val); 106 .read = GpioDevRead, 132 static int32_t GpioDevRead(struct GpioCntlr *cntlr, uint16_t gpio, uint16_t *val) in GpioDevRead() function
|
D | gpio_bes.c | 117 static int32_t GpioDevRead(struct GpioCntlr *cntlr, uint16_t gpio, uint16_t *val); 129 .read = GpioDevRead, 369 static int32_t GpioDevRead(struct GpioCntlr *cntlr, uint16_t gpio, uint16_t *val) function
|
D | gpio_gr5xx.c | 130 static int32_t GpioDevRead(struct GpioCntlr *cntlr, uint16_t gpio, uint16_t *val) in GpioDevRead() function 302 .read = GpioDevRead,
|
D | gpio_stm32f4xx.c | 129 static int32_t GpioDevRead(struct GpioCntlr *cntlr, uint16_t gpio, uint16_t *val); 142 .read = GpioDevRead, 472 static int32_t GpioDevRead(struct GpioCntlr *cntlr, uint16_t gpio, uint16_t *val) function
|
D | gpio_asr.c | 122 static int32_t GpioDevRead(struct GpioCntlr *cntlr, uint16_t gpio, uint16_t *val) in GpioDevRead() function 247 .read = GpioDevRead,
|