OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GPIO_ACTIVE_LOW
(Results
101 - 117
of
117
) sorted by null
1
2
3
4
5
/external/u-boot/arch/arm/dts/
am437x-sk-evm.dts
481
reset-gpios = <&gpio1 28
GPIO_ACTIVE_LOW
>;
539
cd-gpios = <&gpio0 6
GPIO_ACTIVE_LOW
>;
imx6sll-evk.dts
741
cd-gpios = <&gpio4 7
GPIO_ACTIVE_LOW
>;
765
cd-gpios = <&gpio3 22
GPIO_ACTIVE_LOW
>;
am335x-icev2.dts
428
reset-gpios = <&gpio2 5
GPIO_ACTIVE_LOW
>;
am335x-pxm2.dtsi
60
gpios = <&gpio1 27
GPIO_ACTIVE_LOW
>;
am57xx-idk-common.dtsi
407
cd-gpios = <&gpio6 27
GPIO_ACTIVE_LOW
>; /* gpio 219 */
dra7-evm.dts
337
cd-gpios = <&gpio6 27
GPIO_ACTIVE_LOW
>;
dra72-evm-common.dtsi
414
cd-gpios = <&gpio6 27
GPIO_ACTIVE_LOW
>;
rk3288-fennec.dtsi
105
snps,reset-gpio = <&gpio4 8
GPIO_ACTIVE_LOW
>;
rk3288-vyasa.dts
179
snps,reset-gpio = <&gpio4 RK_PB0
GPIO_ACTIVE_LOW
>;
tegra124-apalis.dts
[
all
...]
am335x-evmsk.dts
655
cd-gpios = <&gpio0 6
GPIO_ACTIVE_LOW
>;
am437x-gp-evm.dts
576
cd-gpios = <&gpio0 6
GPIO_ACTIVE_LOW
>;
am43x-epos-evm.dts
384
cd-gpios = <&gpio0 6
GPIO_ACTIVE_LOW
>;
/external/u-boot/drivers/gpio/
pca953x_gpio.c
230
desc->flags = args->args[1] & (
GPIO_ACTIVE_LOW
? GPIOD_ACTIVE_LOW : 0);
sunxi_gpio.c
225
desc->flags = args->args[2] &
GPIO_ACTIVE_LOW
? GPIOD_ACTIVE_LOW : 0;
tegra_gpio.c
246
desc->flags = args->args[1] &
GPIO_ACTIVE_LOW
? GPIOD_ACTIVE_LOW : 0;
gpio-uclass.c
127
if (args->args[1] &
GPIO_ACTIVE_LOW
)
422
* Update desc->flags here, so that
GPIO_ACTIVE_LOW
is honoured in
Completed in 465 milliseconds
1
2
3
4
5