Home
last modified time | relevance | path

Searched refs:gpiod (Results 1 – 25 of 35) sorted by relevance

12

/u-boot/arch/arm/dts/
A Ds5p4418-pinctrl.dtsi45 pins = "gpiod-22";
52 pins = "gpiod-23";
59 pins = "gpiod-24, gpiod-25, gpiod-26, gpiod-27";
95 pins = "gpiod-3";
102 pins = "gpiod-2";
109 pins = "gpiod-5";
116 pins = "gpiod-4";
123 pins = "gpiod-7";
130 pins = "gpiod-6";
A Dstm32f469-pinctrl.dtsi25 gpiod: gpio@40020c00 { label
A Dstm32f429-pinctrl.dtsi26 gpiod: gpio@40020c00 { label
A Dstm32mp15xxab-pinctrl.dtsi28 gpiod: gpio@50005000 { label
A Dstm32mp15xxad-pinctrl.dtsi28 gpiod: gpio@50005000 { label
A Dstm32mp15xxac-pinctrl.dtsi28 gpiod: gpio@50005000 { label
A Dstm32f469-disco.dts56 gpios = <&gpiod 4 GPIO_ACTIVE_LOW>;
59 gpios = <&gpiod 5 GPIO_ACTIVE_LOW>;
A Dstm32mp15-u-boot.dtsi11 gpio3 = &gpiod;
117 &gpiod {
A Dstm32mp15xxaa-pinctrl.dtsi28 gpiod: gpio@50005000 { label
A Dstm32mp15xx-dhcor-avenger96-u-boot.dtsi18 dh,board-coding-gpios = <&gpiog 13 0>, <&gpiod 9 0>;
A Dstm32f429-disco-u-boot.dtsi18 gpio3 = &gpiod;
93 &gpiod {
A Dstm32h7-u-boot.dtsi14 gpio3 = &gpiod;
99 &gpiod {
A Dstm32f746-disco.dts41 gpio = <&gpiod 5 0>;
A Dstm32429i-eval-u-boot.dtsi18 gpio3 = &gpiod;
106 &gpiod {
A Dstm32f7-u-boot.dtsi78 &gpiod {
A Dstm32f469-disco-u-boot.dtsi18 gpio3 = &gpiod;
108 &gpiod {
A Dstm32f429-disco.dts159 dc-gpios = <&gpiod 13 0>;
A Dstm32mp15xx-dhcom-drc02.dts46 &gpiod {
A Dstm32746g-eval-u-boot.dtsi14 gpio3 = &gpiod;
A Dstm32f746-disco-u-boot.dtsi14 gpio3 = &gpiod;
A Dstm32f769-disco-u-boot.dtsi14 gpio3 = &gpiod;
/u-boot/board/alliedtelesis/common/
A Dgpio_hog.c13 int gpio_hog_list(struct gpio_desc *gpiod, int max_count, in gpio_hog_list() argument
24 if (!dm_gpio_is_valid(gpiod)) { in gpio_hog_list()
27 gpio_name, gpiod, max_count, in gpio_hog_list()
33 dm_gpio_set_value(&gpiod[i], value); in gpio_hog_list()
A Dgpio_hog.h6 int gpio_hog_list(struct gpio_desc *gpiod, int max_count, const char *node_name,
9 static inline int gpio_hog(struct gpio_desc *gpiod, const char *node_name, in gpio_hog() argument
12 return gpio_hog_list(gpiod, 1, node_name, gpio_name, value); in gpio_hog()
/u-boot/drivers/gpio/
A Dgpio-uclass.c234 struct gpio_desc gpiod; member
282 plat->val[1], &priv->gpiod); in gpio_hog_probe()
290 ret = dm_gpio_set_value(&priv->gpiod, plat->value); in gpio_hog_probe()
332 *desc = &priv->gpiod; in gpio_hog_lookup_name()
/u-boot/arch/x86/dts/
A Dbayleybay.dts213 gpiod {

Completed in 29 milliseconds

12