| /third_party/libwebsockets/minimal-examples/embedded/esp32/esp-c3dev/main/ |
| H A D | gpio-esp32.c | 5 lws_gpio_esp32_mode_write(_lws_plat_gpio_t gpio) in lws_gpio_esp32_mode_write() argument 13 lws_gpio_esp32_mode_read(_lws_plat_gpio_t gpio) in lws_gpio_esp32_mode_read() argument 20 lws_gpio_esp32_read(_lws_plat_gpio_t gpio) lws_gpio_esp32_read() argument 25 lws_gpio_esp32_set(_lws_plat_gpio_t gpio, int val) lws_gpio_esp32_set() argument [all...] |
| H A D | bb-i2c.h | 23 const lws_gpio_ops_t *gpio; member
|
| /third_party/libwebsockets/lib/plat/freertos/esp32/drivers/ |
| H A D | pwm-esp32.c | 64 lws_pwm_plat_intensity(const struct lws_pwm_ops *lo, _lws_plat_gpio_t gpio, in lws_pwm_plat_intensity() argument
|
| H A D | gpio-esp32.c | 28 lws_gpio_esp32_mode(_lws_plat_gpio_t gpio, int flags) in lws_gpio_esp32_mode() argument 68 lws_gpio_esp32_read(_lws_plat_gpio_t gpio) in lws_gpio_esp32_read() argument 73 lws_gpio_esp32_set(_lws_plat_gpio_t gpio, int val) in lws_gpio_esp32_set() argument 79 lws_gpio_esp32_irq_mode(_lws_plat_gpio_t gpio, lws_gpio_irq_t irq_type, lws_gpio_irq_cb_t cb, void *arg) lws_gpio_esp32_irq_mode() argument [all...] |
| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-ili9341-spi.h | 34 const lws_gpio_ops_t *gpio; /* NULL or gpio ops */ member
|
| H A D | lws-bb-i2c.h | 36 const lws_gpio_ops_t *gpio; member
|
| H A D | lws-ssd1306-i2c.h | 41 const lws_gpio_ops_t *gpio; /* NULL or gpio ops */ member
|
| H A D | lws-pwm.h | 26 _lws_plat_gpio_t gpio; member
|
| H A D | lws-bb-spi.h | 43 const lws_gpio_ops_t *gpio; member
|
| H A D | lws-button.h | 65 _lws_plat_gpio_t gpio; member
|
| H A D | lws-led.h | 90 _lws_plat_gpio_t gpio; member
|
| /device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/osal/ |
| H A D | osal_gpio.c | 29 int osal_gpio_get_direction(unsigned int gpio) in osal_gpio_get_direction() argument 60 osal_gpio_set_direction(unsigned int gpio, unsigned int dir) osal_gpio_set_direction() argument 96 osal_gpio_set_value(unsigned int gpio, int value) osal_gpio_set_value() argument 113 osal_gpio_get_value(unsigned int gpio) osal_gpio_get_value() argument 130 osal_gpio_irq_request(unsigned int gpio, osal_irq_handler handler, unsigned long flags, const char *name, void *dev) osal_gpio_irq_request() argument 165 osal_gpio_irq_free(unsigned int gpio, void *dev) osal_gpio_irq_free() argument [all...] |
| /device/board/hihope/rk3568/audio_drivers/headset_monitor/src/ |
| H A D | analog_headset_base.c | 132 int32_t GpioGetValue(uint16_t gpio) in GpioGetValue() argument 140 int32_t SetIrqType(uint16_t gpio, uint16_t irqType, GpioIrqFunc func, void *arg) in SetIrqType() argument
|
| H A D | analog_headset_core.c | 53 static int32_t GpioDirectionInput(struct device *dev, uint32_t gpio, const char *label) in GpioDirectionInput() argument
|
| H A D | analog_headset_gpio.c | 144 static int ReadGpio(uint16_t gpio) in ReadGpio() argument 165 static int32_t HeadsetInterrupt(uint16_t gpio, void * data) in HeadsetInterrupt() argument 180 static int32_t HookInterrupt(uint16_t gpio, void * data) in HookInterrupt() argument
|
| H A D | analog_headset_adc.c | 207 static int32_t HeadsetInterrupt(uint16_t gpio, void * data) in HeadsetInterrupt() argument
|
| /device/soc/rockchip/common/sdk_linux/include/linux/ |
| H A D | rfkill-bt.h | 38 struct rfkill_rk_gpio gpio; member
|
| /device/soc/rockchip/rk3588/kernel/include/linux/ |
| H A D | rfkill-bt.h | 45 struct rfkill_rk_gpio gpio; member
|
| /device/qemu/riscv32_virt/liteos_m/board/ |
| H A D | main.c | 181 int32_t GpioRead(uint16_t gpio, uint16_t *val)
in GpioRead() argument 187 int32_t GpioSetIrq(uint16_t gpio, uint16_t mode, void *func, void *arg)
in GpioSetIrq() argument 193 int32_t GpioSetDir(uint16_t gpio, uint16_t dir)
in GpioSetDir() argument 199 int32_t GpioEnableIrq(uint16_t gpio)
in GpioEnableIrq() argument 205 int32_t GpioDisableIrq(uint16_t gpio)
in GpioDisableIrq() argument
|
| /device/soc/rockchip/rk2206/hdf_driver/gpio/ |
| H A D | gpio_driver.c | 47 static int32_t iodrv_initgpio(uint16_t gpio)
in iodrv_initgpio() argument 67 static int32_t iodrv_setdir(struct GpioCntlr *cntlr, uint16_t gpio, uint16_t dir)
in iodrv_setdir() argument 91 iodrv_getdir(struct GpioCntlr *cntlr, uint16_t gpio, uint16_t *dir) iodrv_getdir() argument 123 iodrv_write(struct GpioCntlr *cntlr, uint16_t gpio, uint16_t value) iodrv_write() argument 144 iodrv_read(struct GpioCntlr *cntlr, uint16_t gpio, uint16_t *value) iodrv_read() argument [all...] |
| /device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/ |
| H A D | oal_interrupt.h | 120 uint16_t gpio; in oal_request_irq() local
|
| /device/soc/rockchip/common/vendor/drivers/net/ |
| H A D | rfkill-bt.c | 124 static int rfkill_rk_setup_gpio(struct platform_device *pdev, struct rfkill_rk_gpio *gpio, const char *prefix,
in rfkill_rk_setup_gpio() argument 488 int gpio; bluetooth_platdata_parse_dt() local [all...] |
| /device/soc/rockchip/common/vendor/drivers/gpio/ |
| H A D | gpio-rockchip.c | 662 static int gpio; rockchip_gpio_probe() local [all...] |
| /device/soc/rockchip/common/sdk_linux/drivers/gpio/ |
| H A D | gpio-rockchip.c | 665 static int gpio; rockchip_gpio_probe() local [all...] |
| /device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
| H A D | dhd_linux_platdev.c | 339 int irq, gpio; in wifi_plat_dev_drv_probe() local
|