Home
last modified time | relevance | path

Searched defs:gpio (Results 51 - 75 of 883) sorted by relevance

12345678910>>...36

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dgpio.h38 struct gpio { struct
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/
H A Dgpio.c106 ath5k_hw_set_gpio_input(struct ath5k_hw *ah, u32 gpio) in ath5k_hw_set_gpio_input() argument
124 ath5k_hw_set_gpio_output(struct ath5k_hw *ah, u32 gpio) in ath5k_hw_set_gpio_output() argument
142 ath5k_hw_get_gpio(struct ath5k_hw *ah, u32 gpio) ath5k_hw_get_gpio() argument
159 ath5k_hw_set_gpio(struct ath5k_hw *ah, u32 gpio, u32 val) ath5k_hw_set_gpio() argument
189 ath5k_hw_set_gpio_intr(struct ath5k_hw *ah, unsigned int gpio, u32 interrupt_level) ath5k_hw_set_gpio_intr() argument
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/qcom/
H A Dpinctrl-qdf2xxx.c98 unsigned int gpio = gpios[i]; in qdf2xxx_pinctrl_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/pcmcia/
H A Dmax1600.h22 struct gpio_desc *gpio[MAX1600_GPIO_MAX]; member
H A Dsa1111_jornada720.c33 struct gpio_desc *gpio[J720_GPIO_MAX]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
H A Dnv31.c36 u32 gpio = nvkm_rd32(device, 0x001104) & nvkm_rd32(device, 0x001144); in nv31_bus_intr() local
39 struct nvkm_gpio *gpio = device->gpio; in nv31_bus_intr() local
H A Dnv04.c43 struct nvkm_gpio *gpio = device->gpio; in nv04_bus_intr() local
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Dconn.c57 struct nvkm_gpio *gpio = disp->engine.subdev.device->gpio; in nvkm_conn_ctor() local
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-ssd1306-i2c.h41 const lws_gpio_ops_t *gpio; /* NULL or gpio ops */ member
H A Dlws-pwm.h26 _lws_plat_gpio_t gpio; member
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/
H A Dgpio-esp32.c28 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...]
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpio-pca9570.c30 static int pca9570_read(struct pca9570 *gpio, u8 *value) in pca9570_read() argument
43 static int pca9570_write(struct pca9570 *gpio, u8 value) in pca9570_write() argument
59 struct pca9570 *gpio = gpiochip_get_data(chip); in pca9570_get() local
72 struct pca9570 *gpio = gpiochip_get_data(chip); in pca9570_set() local
96 struct pca9570 *gpio; pca9570_probe() local
[all...]
H A Dgpio-bd71828.c15 struct gpio_chip gpio; member
[all...]
H A Dgpio-bd9571mwv.c34 struct bd9571mwv_gpio *gpio = gpiochip_get_data(chip); in bd9571mwv_gpio_get_direction() local
49 struct bd9571mwv_gpio *gpio = gpiochip_get_data(chip); in bd9571mwv_gpio_direction_input() local
60 struct bd9571mwv_gpio *gpio = gpiochip_get_data(chip); in bd9571mwv_gpio_direction_output() local
73 struct bd9571mwv_gpio *gpio = gpiochip_get_data(chip); in bd9571mwv_gpio_get() local
86 struct bd9571mwv_gpio *gpio = gpiochip_get_data(chip); bd9571mwv_gpio_set() local
107 struct bd9571mwv_gpio *gpio; bd9571mwv_gpio_probe() local
[all...]
H A Dgpio-74xx-mmio.c86 static int mmio_74xx_dir_in(struct gpio_chip *gc, unsigned int gpio) in mmio_74xx_dir_in() argument
93 static int mmio_74xx_dir_out(struct gpio_chip *gc, unsigned int gpio, int val) in mmio_74xx_dir_out() argument
H A Dgpio-tps65086.c37 struct tps65086_gpio *gpio = gpiochip_get_data(chip); in tps65086_gpio_direction_output() local
48 struct tps65086_gpio *gpio = gpiochip_get_data(chip); in tps65086_gpio_get() local
61 struct tps65086_gpio *gpio = gpiochip_get_data(chip); in tps65086_gpio_set() local
82 struct tps65086_gpio *gpio; in tps65086_gpio_probe() local
106 struct tps65086_gpio *gpio = platform_get_drvdata(pdev); tps65086_gpio_remove() local
[all...]
H A Dgpio-tps65912.c26 struct tps65912_gpio *gpio = gpiochip_get_data(gc); in tps65912_gpio_get_direction() local
42 struct tps65912_gpio *gpio = gpiochip_get_data(gc); in tps65912_gpio_direction_input() local
51 struct tps65912_gpio *gpio = gpiochip_get_data(gc); in tps65912_gpio_direction_output() local
63 struct tps65912_gpio *gpio = gpiochip_get_data(gc); in tps65912_gpio_get() local
79 struct tps65912_gpio *gpio = gpiochip_get_data(gc); tps65912_gpio_set() local
101 struct tps65912_gpio *gpio; tps65912_gpio_probe() local
[all...]
/kernel/linux/linux-5.10/arch/mips/bcm63xx/
H A Dgpio.c68 static int bcm63xx_gpio_get(struct gpio_chip *chip, unsigned gpio) in bcm63xx_gpio_get() argument
38 bcm63xx_gpio_set(struct gpio_chip *chip, unsigned gpio, int val) bcm63xx_gpio_set() argument
87 bcm63xx_gpio_set_direction(struct gpio_chip *chip, unsigned gpio, int dir) bcm63xx_gpio_set_direction() argument
118 bcm63xx_gpio_direction_input(struct gpio_chip *chip, unsigned gpio) bcm63xx_gpio_direction_input() argument
123 bcm63xx_gpio_direction_output(struct gpio_chip *chip, unsigned gpio, int value) bcm63xx_gpio_direction_output() argument
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-ralink/
H A Dpinmux.h44 const char gpio; member
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c40 int trigger, gpio; in gpio_halt_cb() local
74 int gpio, err, irq; in gpio_halt_probe() local
132 int gpio = of_get_gpio(halt_node, 0); gpio_halt_remove() local
[all...]
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-au1x00/
H A Dgpio-au1300.h29 static inline int au1300_gpio_get_value(unsigned int gpio) in au1300_gpio_get_value() argument
40 static inline int au1300_gpio_direction_input(unsigned int gpio) in au1300_gpio_direction_input() argument
55 au1300_gpio_set_value(unsigned int gpio, int v) au1300_gpio_set_value() argument
71 au1300_gpio_direction_output(unsigned int gpio, int v) au1300_gpio_direction_output() argument
77 au1300_gpio_to_irq(unsigned int gpio) au1300_gpio_to_irq() argument
87 au1300_gpio_is_valid(unsigned int gpio) au1300_gpio_is_valid() argument
101 au1300_gpio_cansleep(unsigned int gpio) au1300_gpio_cansleep() argument
107 au1300_gpio_getinitlvl(unsigned int gpio) au1300_gpio_getinitlvl() argument
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_generic.c124 struct hw_gpio_pin *dal_hw_generic_get_pin(struct gpio *gpio) in dal_hw_generic_get_pin() argument
H A Dhpd_regs.h64 struct gpio_registers gpio; member
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-au1x00/
H A Dgpio-au1300.h29 static inline int au1300_gpio_get_value(unsigned int gpio) in au1300_gpio_get_value() argument
40 static inline int au1300_gpio_direction_input(unsigned int gpio) in au1300_gpio_direction_input() argument
55 au1300_gpio_set_value(unsigned int gpio, int v) au1300_gpio_set_value() argument
71 au1300_gpio_direction_output(unsigned int gpio, int v) au1300_gpio_direction_output() argument
77 au1300_gpio_to_irq(unsigned int gpio) au1300_gpio_to_irq() argument
87 au1300_gpio_is_valid(unsigned int gpio) au1300_gpio_is_valid() argument
102 au1300_gpio_getinitlvl(unsigned int gpio) au1300_gpio_getinitlvl() argument
[all...]
/kernel/linux/linux-6.6/arch/mips/bcm63xx/
H A Dgpio.c67 static int bcm63xx_gpio_get(struct gpio_chip *chip, unsigned gpio) in bcm63xx_gpio_get() argument
38 bcm63xx_gpio_set(struct gpio_chip *chip, unsigned gpio, int val) bcm63xx_gpio_set() argument
85 bcm63xx_gpio_set_direction(struct gpio_chip *chip, unsigned gpio, int dir) bcm63xx_gpio_set_direction() argument
115 bcm63xx_gpio_direction_input(struct gpio_chip *chip, unsigned gpio) bcm63xx_gpio_direction_input() argument
120 bcm63xx_gpio_direction_output(struct gpio_chip *chip, unsigned gpio, int value) bcm63xx_gpio_direction_output() argument
[all...]

Completed in 7 milliseconds

12345678910>>...36