/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | gpio.h | 38 struct gpio { struct
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
H A D | gpio.c | 106 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 D | pinctrl-qdf2xxx.c | 98 unsigned int gpio = gpios[i]; in qdf2xxx_pinctrl_probe() local [all...] |
/kernel/linux/linux-6.6/drivers/pcmcia/ |
H A D | max1600.h | 22 struct gpio_desc *gpio[MAX1600_GPIO_MAX]; member
|
H A D | sa1111_jornada720.c | 33 struct gpio_desc *gpio[J720_GPIO_MAX]; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/bus/ |
H A D | nv31.c | 36 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 D | nv04.c | 43 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 D | conn.c | 57 struct nvkm_gpio *gpio = disp->engine.subdev.device->gpio; in nvkm_conn_ctor() local
|
/third_party/libwebsockets/include/libwebsockets/ |
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
|
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/ |
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...] |
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpio-pca9570.c | 30 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 D | gpio-bd71828.c | 15 struct gpio_chip gpio; member [all...] |
H A D | gpio-bd9571mwv.c | 34 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 D | gpio-74xx-mmio.c | 86 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 D | gpio-tps65086.c | 37 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 D | gpio-tps65912.c | 26 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 D | gpio.c | 68 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 D | pinmux.h | 44 const char gpio; member
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/85xx/ |
H A D | sgy_cts1000.c | 40 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 D | gpio-au1300.h | 29 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 D | hw_generic.c | 124 struct hw_gpio_pin *dal_hw_generic_get_pin(struct gpio *gpio) in dal_hw_generic_get_pin() argument
|
H A D | hpd_regs.h | 64 struct gpio_registers gpio; member
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-au1x00/ |
H A D | gpio-au1300.h | 29 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 D | gpio.c | 67 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...] |