Searched refs:direction_input (Results 1 – 25 of 159) sorted by relevance
1234567
| /linux/drivers/gpio/ |
| H A D | gpio-lpc32xx.c | 407 .direction_input = lpc32xx_gpio_dir_input_p012, 423 .direction_input = lpc32xx_gpio_dir_input_p012, 439 .direction_input = lpc32xx_gpio_dir_input_p012, 454 .direction_input = lpc32xx_gpio_dir_input_p3, 470 .direction_input = lpc32xx_gpio_dir_in_always,
|
| H A D | gpio-zynqmp-modepin.c | 134 chip->direction_input = modepin_gpio_dir_in; in modepin_gpio_probe()
|
| H A D | gpio-by-pinctrl.c | 80 chip->direction_input = pinctrl_gpio_direction_input; in pin_control_gpio_probe()
|
| H A D | gpio-loongson.c | 110 gc->direction_input = loongson_gpio_direction_input; in loongson_gpio_probe()
|
| H A D | gpio-altera-a10sr.c | 72 .direction_input = altr_a10sr_gpio_direction_input,
|
| H A D | gpio-mpc5200.c | 154 gc->direction_input = mpc52xx_wkup_gpio_dir_in; in mpc52xx_wkup_gpiochip_probe() 316 gc->direction_input = mpc52xx_simple_gpio_dir_in; in mpc52xx_simple_gpiochip_probe()
|
| H A D | gpio-octeon.c | 108 chip->direction_input = octeon_gpio_dir_in; in octeon_gpio_probe()
|
| H A D | gpio-74xx-mmio.c | 133 priv->gen_gc.gc.direction_input = mmio_74xx_dir_in; in mmio_74xx_gpio_probe()
|
| H A D | gpio-wcd934x.c | 96 chip->direction_input = wcd_gpio_direction_input; in wcd_gpio_probe()
|
| H A D | gpio-wm8350.c | 93 .direction_input = wm8350_gpio_direction_in,
|
| H A D | gpio-pisosr.c | 103 .direction_input = pisosr_gpio_direction_input,
|
| H A D | gpio-en7523.c | 113 ctrl->gen_gc.gc.direction_input = airoha_dir_in; in airoha_gpio_probe()
|
| H A D | gpio-mmio.c | 587 gc->direction_input = gpio_mmio_dir_in; in gpio_mmio_setup_direction() 596 gc->direction_input = gpio_mmio_dir_in_err; in gpio_mmio_setup_direction() 598 gc->direction_input = gpio_mmio_simple_dir_in; in gpio_mmio_setup_direction()
|
| H A D | gpio-rc5t583.c | 119 rc5t583_gpio->gpio_chip.direction_input = rc5t583_gpio_dir_input, in rc5t583_gpio_probe()
|
| H A D | gpio-moxtet.c | 140 chip->gpio_chip.direction_input = moxtet_gpio_direction_input; in moxtet_gpio_probe()
|
| H A D | gpio-adp5520.c | 122 gc->direction_input = adp5520_gpio_direction_input; in adp5520_gpio_probe()
|
| H A D | gpio-da9052.c | 176 .direction_input = da9052_gpio_direction_input,
|
| H A D | gpio-arizona.c | 138 .direction_input = arizona_gpio_direction_in,
|
| H A D | gpio-tps65910.c | 140 tps65910_gpio->gpio_chip.direction_input = tps65910_gpio_input; in tps65910_gpio_probe()
|
| H A D | gpio-max77650.c | 167 chip->gc.direction_input = max77650_gpio_direction_input; in max77650_gpio_probe()
|
| /linux/arch/arm/mach-s3c/ |
| H A D | gpio-samsung.c | 515 if (!gc->direction_input) in samsung_gpiolib_add() 516 gc->direction_input = samsung_gpiolib_2bit_input; in samsung_gpiolib_add() 546 chip->chip.direction_input = samsung_gpiolib_2bit_input; in samsung_gpiolib_add_2bit_chips() 582 chip->chip.direction_input = samsung_gpiolib_4bit_input; in samsung_gpiolib_add_4bit_chips() 602 chip->chip.direction_input = samsung_gpiolib_4bit2_input; in samsung_gpiolib_add_4bit2_chips()
|
| /linux/arch/sh/boards/mach-sdk7786/ |
| H A D | gpio.c | 36 .direction_input = usrgpir_gpio_direction_input,
|
| /linux/arch/sh/boards/mach-x3proto/ |
| H A D | gpio.c | 78 .direction_input = x3proto_gpio_direction_input,
|
| /linux/arch/mips/bcm63xx/ |
| H A D | gpio.c | 131 .direction_input = bcm63xx_gpio_direction_input,
|
| /linux/arch/m68k/coldfire/ |
| H A D | gpio.c | 160 .direction_input = mcfgpio_direction_input,
|
1234567