Home
last modified time | relevance | path

Searched defs:gpio (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/drivers/arm/gpio/
Dgpio.c54 static unsigned int find_gc_base(unsigned int gpio) in find_gc_base()
64 int gpio_direction_input(unsigned int gpio) in gpio_direction_input()
79 int gpio_direction_output(unsigned int gpio) in gpio_direction_output()
94 int gpio_get_value(unsigned int gpio) in gpio_get_value()
106 int gpio_set_value(unsigned int gpio, unsigned int value) in gpio_set_value()
/device/google/contexthub/firmware/os/inc/
DsyscallDo.h234 static inline void eOsGpioRelease(struct Gpio* __restrict gpio) in eOsGpioRelease()
239 static inline void eOsGpioConfigInput(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum G… in eOsGpioConfigInput()
244 static inline void eOsGpioConfigOutput(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum … in eOsGpioConfigOutput()
249 static inline void eOsGpioConfigAlt(const struct Gpio* __restrict gpio, int32_t gpioSpeed, enum Gpi… in eOsGpioConfigAlt()
254 static inline bool eOsGpioGet(const struct Gpio* __restrict gpio) in eOsGpioGet()
259 static inline void eOsGpioSet(const struct Gpio* __restrict gpio, bool value) in eOsGpioSet()
/device/google/contexthub/firmware/os/core/
DosApi.c325 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioRel() local
332 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioCfgIn() local
341 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioCfgOut() local
352 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioCfgAlt() local
363 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioGet() local
370 struct Gpio* gpio = va_arg(args, struct Gpio*); in osExpApiGpioSet() local
/device/google/contexthub/util/stm32_flash/
Dflash.c82 int gpio; in main() local
/device/google/contexthub/firmware/os/platform/stm32/
Dgpio.c66 void gpioRelease(struct Gpio* __restrict gpio) in gpioRelease()
247 struct Gpio *gpio = gpioRequest(DEBUG_UART_PIN); in gpioBitbangedUartOut() local
Dspi.c120 struct Gpio *gpio = gpioRequest(gpioNum); in stmSpiGpioInit() local
Di2c.c771 struct Gpio* gpio = gpioRequest(cfg->gpioNum); in stmI2cGpioInit() local