Searched refs:direction_input (Results 1 – 25 of 205) sorted by relevance
123456789
/linux/arch/mips/alchemy/common/ |
H A D | gpiolib.c | 97 .direction_input = gpio1_direction_input, 107 .direction_input = gpio2_direction_input, 145 .direction_input = alchemy_gpic_dir_input,
|
/linux/drivers/gpio/ |
H A D | gpio-lpc32xx.c | 401 .direction_input = lpc32xx_gpio_dir_input_p012, 417 .direction_input = lpc32xx_gpio_dir_input_p012, 433 .direction_input = lpc32xx_gpio_dir_input_p012, 448 .direction_input = lpc32xx_gpio_dir_input_p3, 464 .direction_input = lpc32xx_gpio_dir_in_always,
|
H A D | gpio-zynqmp-modepin.c | 132 chip->direction_input = modepin_gpio_dir_in; in modepin_gpio_probe()
|
H A D | gpio-tps65086.c | 71 .direction_input = tps65086_gpio_direction_input,
|
H A D | gpio-altera-a10sr.c | 73 .direction_input = altr_a10sr_gpio_direction_input,
|
H A D | gpio-loongson.c | 108 gc->direction_input = loongson_gpio_direction_input; in loongson_gpio_probe()
|
H A D | gpio-74xx-mmio.c | 132 priv->gc.direction_input = mmio_74xx_dir_in; in mmio_74xx_gpio_probe()
|
H A D | gpio-tpic2810.c | 86 .direction_input = tpic2810_direction_input,
|
H A D | gpio-bd9571mwv.c | 88 .direction_input = bd9571mwv_gpio_direction_input,
|
H A D | gpio-octeon.c | 105 chip->direction_input = octeon_gpio_dir_in; in octeon_gpio_probe()
|
H A D | gpio-tps65912.c | 89 .direction_input = tps65912_gpio_direction_input,
|
H A D | gpio-wcd934x.c | 93 chip->direction_input = wcd_gpio_direction_input; in wcd_gpio_probe()
|
H A D | gpio-wm8350.c | 94 .direction_input = wm8350_gpio_direction_in,
|
H A D | gpio-lp873x.c | 124 .direction_input = lp873x_gpio_direction_input,
|
H A D | gpio-en7523.c | 114 ctrl->gc.direction_input = airoha_dir_in; in airoha_gpio_probe()
|
H A D | gpio-viperboard.c | 405 vb_gpio->gpioa.direction_input = vprbrd_gpioa_direction_input; in vprbrd_gpio_probe() 421 vb_gpio->gpiob.direction_input = vprbrd_gpiob_direction_input; in vprbrd_gpio_probe()
|
H A D | gpio-da9055.c | 124 .direction_input = da9055_gpio_direction_input,
|
/linux/arch/arm/mach-s3c/ |
H A D | gpio-samsung.c | 513 if (!gc->direction_input) in samsung_gpiolib_add() 514 gc->direction_input = samsung_gpiolib_2bit_input; in samsung_gpiolib_add() 544 chip->chip.direction_input = samsung_gpiolib_2bit_input; in samsung_gpiolib_add_2bit_chips() 580 chip->chip.direction_input = samsung_gpiolib_4bit_input; in samsung_gpiolib_add_4bit_chips() 600 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 | 72 .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 | 130 .direction_input = bcm63xx_gpio_direction_input,
|
/linux/arch/m68k/coldfire/ |
H A D | gpio.c | 158 .direction_input = mcfgpio_direction_input,
|
/linux/drivers/ssb/ |
H A D | driver_gpio.c | 227 chip->direction_input = ssb_gpio_chipco_direction_input; in ssb_gpio_chipco_init() 422 chip->direction_input = ssb_gpio_extif_direction_input; in ssb_gpio_extif_init()
|
/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10-gpio.c | 170 solo_dev->gpio_dev.direction_input = solo_gpiochip_direction_input; in solo_gpio_init()
|
123456789