Searched refs:direction_input (Results 1 – 25 of 47) sorted by relevance
12
| /rk3399_rockchip-uboot/drivers/video/drm/display-serdes/ |
| H A D | serdes-gpio.c | 51 if (serdes->chip_data->gpio_ops->direction_input) in serdes_gpio_direction_input() 52 ret = serdes->chip_data->gpio_ops->direction_input(serdes, offset); in serdes_gpio_direction_input() 98 .direction_input = serdes_gpio_direction_input,
|
| /rk3399_rockchip-uboot/drivers/gpio/ |
| H A D | hi6220_gpio.c | 60 .direction_input = hi6220_gpio_direction_input,
|
| H A D | altera_pio.c | 104 .direction_input = altera_pio_direction_input,
|
| H A D | bcm6345_gpio.c | 83 .direction_input = bcm6345_gpio_direction_input,
|
| H A D | mvebu_gpio.c | 104 .direction_input = mvebu_gpio_direction_input,
|
| H A D | axp_gpio.c | 141 .direction_input = axp_gpio_direction_input,
|
| H A D | gpio-uniphier.c | 84 .direction_input = uniphier_gpio_direction_input,
|
| H A D | msm_gpio.c | 89 .direction_input = msm_gpio_direction_input,
|
| H A D | stm32f7_gpio.c | 74 .direction_input = stm32_gpio_direction_input,
|
| H A D | pcf8575_gpio.c | 160 .direction_input = pcf8575_direction_input,
|
| H A D | vybrid_gpio.c | 87 .direction_input = vybrid_gpio_direction_input,
|
| H A D | dwapb_gpio.c | 83 .direction_input = dwapb_gpio_direction_input,
|
| H A D | pic32_gpio.c | 120 .direction_input = pic32_gpio_direction_input,
|
| H A D | 74x164_gpio.c | 118 .direction_input = gen_74x164_direction_input,
|
| H A D | bcm2835_gpio.c | 102 .direction_input = bcm2835_gpio_direction_input,
|
| H A D | imx_rgpio2p.c | 128 .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 | 289 .direction_input = lpc32xx_gpio_direction_input,
|
| H A D | rk_gpio.c | 178 .direction_input = rockchip_gpio_direction_input,
|
| H A D | omap_gpio.c | 280 .direction_input = omap_gpio_direction_input,
|
| H A D | sandbox.c | 187 .direction_input = sb_gpio_direction_input,
|
| H A D | intel_ich6_gpio.c | 219 .direction_input = ich6_gpio_direction_input,
|
| H A D | tegra186_gpio.c | 158 .direction_input = tegra186_gpio_direction_input,
|
| H A D | pm8916_gpio.c | 164 .direction_input = pm8916_gpio_direction_input,
|
| /rk3399_rockchip-uboot/include/asm-generic/ |
| H A D | gpio.h | 252 int (*direction_input)(struct udevice *dev, unsigned offset); member
|
12