Searched refs:direction_input (Results 1 – 25 of 47) sorted by relevance
12
| /openbmc/u-boot/drivers/gpio/ |
| H A D | hi6220_gpio.c | 59 .direction_input = hi6220_gpio_direction_input,
|
| H A D | bcm6345_gpio.c | 80 .direction_input = bcm6345_gpio_direction_input,
|
| H A D | altera_pio.c | 103 .direction_input = altera_pio_direction_input,
|
| H A D | mvebu_gpio.c | 101 .direction_input = mvebu_gpio_direction_input,
|
| H A D | axp_gpio.c | 140 .direction_input = axp_gpio_direction_input,
|
| H A D | msm_gpio.c | 88 .direction_input = msm_gpio_direction_input,
|
| H A D | vybrid_gpio.c | 86 .direction_input = vybrid_gpio_direction_input,
|
| H A D | pcf8575_gpio.c | 159 .direction_input = pcf8575_direction_input,
|
| H A D | mt7621_gpio.c | 105 .direction_input = mediatek_gpio_direction_input,
|
| H A D | bcm2835_gpio.c | 95 .direction_input = bcm2835_gpio_direction_input,
|
| H A D | gpio-uniphier.c | 132 .direction_input = uniphier_gpio_direction_input,
|
| H A D | pic32_gpio.c | 119 .direction_input = pic32_gpio_direction_input,
|
| H A D | 74x164_gpio.c | 117 .direction_input = gen_74x164_direction_input,
|
| H A D | rk_gpio.c | 162 .direction_input = rockchip_gpio_direction_input,
|
| H A D | gpio-rcar.c | 133 .direction_input = rcar_gpio_direction_input,
|
| H A D | hsdk-creg-gpio.c | 72 .direction_input = hsdk_creg_gpio_direction_input,
|
| H A D | gpio-uclass.c | 438 return gpio_get_ops(desc.dev)->direction_input(desc.dev, desc.offset); in gpio_direction_input() 543 ret = ops->direction_input(dev, desc->offset); in dm_gpio_set_dir_flags() 1045 if (ops->direction_input) in gpio_post_bind() 1046 ops->direction_input += gd->reloc_off; in gpio_post_bind()
|
| H A D | imx_rgpio2p.c | 125 .direction_input = imx_rgpio2p_direction_input,
|
| H A D | intel_broadwell_gpio.c | 167 .direction_input = broadwell_gpio_direction_input,
|
| H A D | lpc32xx_gpio.c | 288 .direction_input = lpc32xx_gpio_direction_input,
|
| H A D | stm32f7_gpio.c | 143 .direction_input = stm32_gpio_direction_input,
|
| H A D | dwapb_gpio.c | 100 .direction_input = dwapb_gpio_direction_input,
|
| /openbmc/u-boot/drivers/pinctrl/meson/ |
| H A D | pinctrl-meson-gx-pmx.c | 98 .direction_input = meson_gpio_direction_input,
|
| H A D | pinctrl-meson-axg-pmx.c | 126 .direction_input = meson_gpio_direction_input,
|
| /openbmc/u-boot/include/asm-generic/ |
| H A D | gpio.h | 252 int (*direction_input)(struct udevice *dev, unsigned offset); member
|
12