HomeSort by relevance Sort by last modified time
    Searched refs:GPIOF_OUTPUT (Results 1 - 25 of 33) sorted by null

1 2

  /external/u-boot/drivers/gpio/
sandbox.c 15 #define GPIOF_OUTPUT (1 << 0) /* Currently set as an output */
63 if (get_gpio_flag(dev, offset, GPIOF_OUTPUT))
85 return get_gpio_flag(dev, offset, GPIOF_OUTPUT);
90 return set_gpio_flag(dev, offset, GPIOF_OUTPUT, output);
161 if (get_gpio_flag(dev, offset, GPIOF_OUTPUT))
162 return GPIOF_OUTPUT;
bcm6345_gpio.c 74 return GPIOF_OUTPUT;
msm_gpio.c 82 return GPIOF_OUTPUT;
mvebu_gpio.c 62 return GPIOF_OUTPUT;
rk_gpio.c 90 return is_output ? GPIOF_OUTPUT : GPIOF_INPUT;
vybrid_gpio.c 76 return GPIOF_OUTPUT;
74x164_gpio.c 104 return GPIOF_OUTPUT;
bcm2835_gpio.c 86 return GPIOF_OUTPUT;
gpio-rcar.c 112 return GPIOF_OUTPUT;
gpio-uniphier.c 98 GPIOF_INPUT : GPIOF_OUTPUT;
imx_rgpio2p.c 119 return GPIOF_OUTPUT;
intel_broadwell_gpio.c 114 return GPIOF_OUTPUT;
lpc32xx_gpio.c 263 gpio_priv->function[offset] = GPIOF_OUTPUT;
pic32_gpio.c 106 ret = GPIOF_OUTPUT;
intel_ich6_gpio.c 214 return GPIOF_OUTPUT;
mpc8xxx_gpio.c 173 return dir ? GPIOF_OUTPUT : GPIOF_INPUT;
mxc_gpio.c 255 return GPIOF_OUTPUT;
omap_gpio.c 273 return GPIOF_OUTPUT;
pm8916_gpio.c 130 return GPIOF_OUTPUT;
tegra186_gpio.c 133 return GPIOF_OUTPUT;
atmel_pio4.c 264 ATMEL_PIO_DIR_MASK) ? GPIOF_OUTPUT : GPIOF_INPUT;
da8xx_gpio.c 485 return GPIOF_OUTPUT;
pca953x_gpio.c 221 return GPIOF_OUTPUT;
  /external/u-boot/test/dm/
gpio.c 234 ut_asserteq(GPIOF_OUTPUT, gpio_get_function(gpio_a, 1, NULL));
241 ut_asserteq(GPIOF_OUTPUT, gpio_get_function(gpio_b, 8, NULL));
243 ut_asserteq(GPIOF_OUTPUT, gpio_get_function(gpio_b, 9, NULL));
  /external/u-boot/include/asm-generic/
gpio.h 107 GPIOF_OUTPUT,

Completed in 191 milliseconds

1 2