Home
last modified time | relevance | path

Searched refs:gpio_desc (Results 1 – 25 of 130) sorted by relevance

123456

/u-boot/include/asm-generic/
A Dgpio.h119 struct gpio_desc { struct
300 int (*xlate)(struct udevice *dev, struct gpio_desc *desc,
506 int index, struct gpio_desc *desc, int flags);
530 struct gpio_desc *desc_list, int max_count,
565 struct gpio_desc *desc, int flags);
574 struct gpio_desc *desc_list, int max_count,
592 int dtflags, struct gpio_desc *desc);
624 int gpio_free_list_nodev(struct gpio_desc *desc, int count);
639 int dm_gpio_get_value(const struct gpio_desc *desc);
652 int dm_gpio_set_dir(struct gpio_desc *desc);
[all …]
/u-boot/include/acpi/
A Dacpi_device.h19 struct gpio_desc;
294 struct gpio_desc reset_gpio;
295 struct gpio_desc enable_gpio;
296 struct gpio_desc irq_gpio;
297 struct gpio_desc stop_gpio;
386 const struct gpio_desc *desc);
473 const struct gpio_desc *reset_gpio,
475 const struct gpio_desc *enable_gpio,
477 const struct gpio_desc *stop_gpio,
/u-boot/drivers/demo/
A Ddemo-shape.c25 struct gpio_desc gpio_desc[8]; member
99 struct gpio_desc *desc; in set_light()
103 desc = priv->gpio_desc; in set_light()
118 struct gpio_desc *desc; in get_light()
123 desc = priv->gpio_desc; in get_light()
166 ret = gpio_request_list_by_name(dev, "light-gpios", priv->gpio_desc, in dm_shape_probe()
167 ARRAY_SIZE(priv->gpio_desc), in dm_shape_probe()
181 return gpio_free_list(dev, priv->gpio_desc, priv->gpio_count); in dm_shape_remove()
/u-boot/drivers/gpio/
A Dgpio-uclass.c162 struct gpio_desc desc; in gpio_lookup_name()
234 struct gpio_desc gpiod;
408 struct gpio_desc desc; in gpio_request()
473 struct gpio_desc desc; in gpio_free()
512 struct gpio_desc desc; in gpio_direction_input()
536 struct gpio_desc desc; in gpio_direction_output()
736 struct gpio_desc desc; in gpio_get_value()
755 struct gpio_desc desc; in gpio_set_value()
987 struct gpio_desc *desc, int flags, in gpio_request_tail()
1049 struct gpio_desc *desc, int flags) in gpio_request_by_name()
[all …]
/u-boot/include/
A Dvideo_bridge.h20 struct gpio_desc sleep;
21 struct gpio_desc reset;
22 struct gpio_desc hotplug;
/u-boot/board/alliedtelesis/common/
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()
A Dgpio_hog.c13 int gpio_hog_list(struct gpio_desc *gpiod, int max_count, in gpio_hog_list()
/u-boot/drivers/i2c/muxes/
A Di2c-mux-gpio.c37 struct gpio_desc *gpios;
78 struct gpio_desc *gpios; in i2c_mux_gpio_probe()
105 gpios = devm_kzalloc(dev, sizeof(struct gpio_desc) * mux->n_gpios, in i2c_mux_gpio_probe()
/u-boot/board/renesas/ulcb/
A Dcpld.c25 struct gpio_desc miso;
26 struct gpio_desc mosi;
27 struct gpio_desc sck;
28 struct gpio_desc sstbz;
/u-boot/drivers/mmc/
A Docteontx_hsmmc.h60 struct gpio_desc cd_gpio;
61 struct gpio_desc wp_gpio;
62 struct gpio_desc power_gpio;
A Dmmc-pwrseq.c23 struct gpio_desc reset; in mmc_pwrseq_set_power()
/u-boot/board/liebherr/display5/
A Ddisplay5.c63 struct gpio_desc desc; in get_board_id()
162 struct gpio_desc phy_int_gbe, spi2_wp; in board_init()
231 struct gpio_desc em_pad; in misc_init_r()
/u-boot/arch/arm/include/asm/mach-imx/
A Dmxc_i2c.h62 struct gpio_desc scl_gpio;
63 struct gpio_desc sda_gpio;
/u-boot/drivers/spi/
A Dsoft_spi.c27 struct gpio_desc cs;
28 struct gpio_desc sclk;
29 struct gpio_desc mosi;
30 struct gpio_desc miso;
/u-boot/board/gdsys/a38x/
A Ddt_helpers.h12 int request_gpio_by_name(struct gpio_desc *gpio, const char *gpio_dev_name,
A Ddt_helpers.c28 int request_gpio_by_name(struct gpio_desc *gpio, const char *gpio_dev_name, in request_gpio_by_name()
/u-boot/include/power/
A Dact8846_pmic.h32 struct gpio_desc pwr_hold;
/u-boot/board/liebherr/xea/
A Dxea.c73 struct gpio_desc btiva0, btiva1, en_3_3v; in spl_board_init()
143 struct gpio_desc phy_rst; in board_init()
/u-boot/board/alliedtelesis/x530/
A Dx530.c134 struct gpio_desc desc[8]; in led_7seg_init()
159 static struct gpio_desc usb_en = {}, nand_wp = {}, phy_reset[2] = {}, in misc_init_r()
/u-boot/drivers/power/regulator/
A Dregulator_common.h13 struct gpio_desc gpio; /* GPIO for regulator enable control */
/u-boot/board/armadeus/opos6uldev/
A Dboard.c15 struct gpio_desc backlight; in setup_lcd()
/u-boot/drivers/sysinfo/
A Dgazerbeam.c40 struct gpio_desc reset_gpios[2];
41 struct gpio_desc var_gpios[2];
42 struct gpio_desc ver_gpios[4];
/u-boot/drivers/i2c/
A Di2c-gpio.c34 struct gpio_desc gpios[PIN_COUNT];
43 struct gpio_desc *sda = &bus->gpios[PIN_SDA]; in i2c_gpio_sda_get()
50 struct gpio_desc *sda = &bus->gpios[PIN_SDA]; in i2c_gpio_sda_set()
61 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_scl_set()
81 struct gpio_desc *scl = &bus->gpios[PIN_SCL]; in i2c_gpio_scl_set_output_only()
/u-boot/board/dfi/dfi-bt700/
A Ddfi-bt700.c36 struct gpio_desc desc; in board_late_init()
/u-boot/board/qualcomm/dragonboard410c/
A Ddragonboard410c.c56 static struct gpio_desc hub_reset, usb_sel; in board_usb_init()
125 struct gpio_desc resin; in misc_init_r()

Completed in 45 milliseconds

123456