Searched refs:direction_input (Results 1 – 25 of 256) sorted by relevance
1234567891011
/linux/arch/mips/alchemy/common/ |
H A D | gpiolib.c | 101 .direction_input = gpio1_direction_input, 111 .direction_input = gpio2_direction_input, 151 .direction_input = alchemy_gpic_dir_input,
|
/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-tps65219.c | 203 .direction_input = tps65219_gpio_direction_input, 216 .direction_input = tps65219_gpio_direction_input,
|
H A D | gpio-mpc5200.c | 153 gc->direction_input = mpc52xx_wkup_gpio_dir_in; in mpc52xx_wkup_gpiochip_probe() 315 gc->direction_input = mpc52xx_simple_gpio_dir_in; in mpc52xx_simple_gpiochip_probe()
|
H A D | gpio-zynqmp-modepin.c | 134 chip->direction_input = modepin_gpio_dir_in; in modepin_gpio_probe()
|
H A D | gpio-altera-a10sr.c | 73 .direction_input = altr_a10sr_gpio_direction_input,
|
H A D | gpio-loongson.c | 110 gc->direction_input = loongson_gpio_direction_input; in loongson_gpio_probe()
|
H A D | gpio-tps65086.c | 69 .direction_input = tps65086_gpio_direction_input,
|
H A D | gpio-gw-pld.c | 86 gw->chip.direction_input = gw_pld_input8; in gw_pld_probe()
|
H A D | gpio-bd9571mwv.c | 88 .direction_input = bd9571mwv_gpio_direction_input,
|
H A D | gpio-mmio.c | 580 gc->direction_input = bgpio_dir_in; in bgpio_setup_direction() 589 gc->direction_input = bgpio_dir_in_err; in bgpio_setup_direction() 591 gc->direction_input = bgpio_simple_dir_in; in bgpio_setup_direction()
|
H A D | gpio-74xx-mmio.c | 134 priv->gen_gc.gc.direction_input = mmio_74xx_dir_in; in mmio_74xx_gpio_probe()
|
H A D | gpio-tps65912.c | 92 .direction_input = tps65912_gpio_direction_input,
|
H A D | gpio-octeon.c | 108 chip->direction_input = octeon_gpio_dir_in; in octeon_gpio_probe()
|
H A D | gpio-wcd934x.c | 97 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-en7523.c | 114 ctrl->gen_gc.gc.direction_input = airoha_dir_in; in airoha_gpio_probe()
|
H A D | gpio-pisosr.c | 103 .direction_input = pisosr_gpio_direction_input,
|
/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/mips/kernel/ |
H A D | gpio_txx9.c | 74 .direction_input = txx9_gpio_dir_in,
|
/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,
|
/linux/arch/mips/rb532/ |
H A D | gpio.c | 164 .direction_input = rb532_gpio_direction_input,
|
1234567891011