Searched refs:GPIOF_OUTPUT (Results 1 - 25 of 72) sorted by relevance

123

/u-boot/drivers/gpio/
H A Dsl28cpld-gpio.c122 return GPIOF_OUTPUT;
128 return GPIOF_OUTPUT;
H A Dcortina_gpio.c73 return GPIOF_OUTPUT;
H A Dgpio_slg7xl45106.c75 return GPIOF_OUTPUT;
H A Dmax7320_gpio.c60 return GPIOF_OUTPUT;
H A Dmt7620_gpio.c79 GPIOF_OUTPUT : GPIOF_INPUT;
H A Dpalmas_gpio.c98 return GPIOF_OUTPUT;
H A Dbcm6345_gpio.c75 return GPIOF_OUTPUT;
H A Dftgpio010.c69 return GPIOF_OUTPUT;
H A Dnmk_gpio.c55 return GPIOF_OUTPUT;
H A Dnpcm_gpio.c85 return GPIOF_OUTPUT;
H A Dmpc83xx_spisel_boot.c60 return GPIOF_OUTPUT;
H A Dmvebu_gpio.c64 return GPIOF_OUTPUT;
H A Dvybrid_gpio.c77 return GPIOF_OUTPUT;
H A Dzynqmp_gpio_modepin.c114 return (OUTEN(offset) & ret_payload[1]) ? GPIOF_OUTPUT : GPIOF_INPUT;
H A Ddwapb_gpio.c83 return GPIOF_OUTPUT;
93 if (dwapb_gpio_get_function(dev, pin) == GPIOF_OUTPUT)
H A Dnx_gpio.c119 return GPIOF_OUTPUT;
200 return GPIOF_OUTPUT;
H A Drzg2l-gpio.c131 return GPIOF_OUTPUT;
H A Dmax77663_gpio.c137 return GPIOF_OUTPUT;
H A D74x164_gpio.c106 return GPIOF_OUTPUT;
H A Dgpio-rcar.c128 return GPIOF_OUTPUT;
H A Dbcm2835_gpio.c86 return GPIOF_OUTPUT;
H A Dgpio-rza1.c93 return GPIOF_OUTPUT;
/u-boot/board/cssi/mcr3000/
H A Dmcr3000_gpio.c49 return GPIOF_OUTPUT;
/u-boot/drivers/misc/
H A Dturris_omnia_mcu.c38 return GPIOF_OUTPUT;
55 return GPIOF_OUTPUT;
179 else if (ret != GPIOF_OUTPUT)
/u-boot/drivers/pinctrl/
H A Dpinctrl-stmfx.c152 return ret ? GPIOF_OUTPUT : GPIOF_INPUT;
213 if (stmfx_gpio_get_function(dev, offset) == GPIOF_OUTPUT) {
374 if (func == GPIOF_OUTPUT) {

Completed in 775 milliseconds

123