Searched refs:get_direction (Results 1 – 25 of 139) sorted by relevance
123456
/openbmc/linux/drivers/gpio/ |
H A D | gpio-xtensa.c | 129 .get_direction = xtensa_impwire_get_direction, 138 .get_direction = xtensa_expstate_get_direction,
|
H A D | gpio-twl6040.c | 70 .get_direction = twl6040gpo_get_direction,
|
H A D | gpio-tps65086.c | 70 .get_direction = tps65086_gpio_get_direction,
|
H A D | gpio-tpic2810.c | 85 .get_direction = tpic2810_get_direction,
|
H A D | gpio-imx-scu.c | 111 gc->get_direction = imx_scu_gpio_get_direction; in imx_scu_gpio_probe()
|
H A D | gpio-74xx-mmio.c | 134 priv->gc.get_direction = mmio_74xx_get_direction; in mmio_74xx_gpio_probe()
|
H A D | gpio-bd9571mwv.c | 87 .get_direction = bd9571mwv_gpio_get_direction,
|
H A D | gpio-bd71815.c | 90 .get_direction = bd71815gpo_direction_get,
|
H A D | gpio-tps65912.c | 88 .get_direction = tps65912_gpio_get_direction,
|
H A D | gpio-bd71828.c | 111 bdgpio->gpio.get_direction = bd71828_get_direction; in bd71828_probe()
|
H A D | gpio-wcd934x.c | 95 chip->get_direction = wcd_gpio_get_direction; in wcd_gpio_probe()
|
H A D | gpio-en7523.c | 115 ctrl->gc.get_direction = airoha_get_dir; in airoha_gpio_probe()
|
H A D | gpio-lp873x.c | 123 .get_direction = lp873x_gpio_get_direction,
|
H A D | gpio-pisosr.c | 109 .get_direction = pisosr_gpio_get_direction,
|
H A D | gpio-lp87565.c | 135 .get_direction = lp87565_gpio_get_direction,
|
H A D | gpio-tps68470.c | 140 tps68470_gpio->gc.get_direction = tps68470_gpio_get_direction; in tps68470_gpio_probe()
|
H A D | gpio-moxtet.c | 141 chip->gpio_chip.get_direction = moxtet_gpio_get_direction; in moxtet_gpio_probe()
|
H A D | gpio-pca9570.c | 126 gpio->chip.get_direction = pca9570_get_direction; in pca9570_probe()
|
H A D | gpio-ts4900.c | 118 .get_direction = ts4900_gpio_get_direction,
|
H A D | gpio-tps65219.c | 148 .get_direction = tps65219_gpio_get_direction,
|
H A D | gpio-max77650.c | 173 chip->gc.get_direction = max77650_gpio_get_direction; in max77650_gpio_probe()
|
H A D | gpio-latch.c | 189 priv->gc.get_direction = gpio_latch_get_direction; in gpio_latch_probe()
|
H A D | gpio-madera.c | 114 .get_direction = madera_gpio_get_direction,
|
/openbmc/u-boot/drivers/gpio/ |
H A D | tegra_gpio.c | 78 static int get_direction(unsigned gpio) in get_direction() function 177 if (get_direction(gpio) == DIRECTION_INPUT) in tegra_gpio_get_value() 229 else if (get_direction(gpio)) in tegra_gpio_get_function()
|
/openbmc/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10-gpio.c | 169 solo_dev->gpio_dev.get_direction = solo_gpiochip_get_direction; in solo_gpio_init()
|
123456