| /u-boot/include/asm-generic/ |
| A D | gpio.h | 119 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 D | acpi_device.h | 19 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 D | demo-shape.c | 25 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 D | gpio-uclass.c | 162 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 D | video_bridge.h | 20 struct gpio_desc sleep; 21 struct gpio_desc reset; 22 struct gpio_desc hotplug;
|
| /u-boot/board/alliedtelesis/common/ |
| A D | gpio_hog.h | 6 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 D | gpio_hog.c | 13 int gpio_hog_list(struct gpio_desc *gpiod, int max_count, in gpio_hog_list()
|
| /u-boot/drivers/i2c/muxes/ |
| A D | i2c-mux-gpio.c | 37 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 D | cpld.c | 25 struct gpio_desc miso; 26 struct gpio_desc mosi; 27 struct gpio_desc sck; 28 struct gpio_desc sstbz;
|
| /u-boot/drivers/mmc/ |
| A D | octeontx_hsmmc.h | 60 struct gpio_desc cd_gpio; 61 struct gpio_desc wp_gpio; 62 struct gpio_desc power_gpio;
|
| A D | mmc-pwrseq.c | 23 struct gpio_desc reset; in mmc_pwrseq_set_power()
|
| /u-boot/board/liebherr/display5/ |
| A D | display5.c | 63 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 D | mxc_i2c.h | 62 struct gpio_desc scl_gpio; 63 struct gpio_desc sda_gpio;
|
| /u-boot/drivers/spi/ |
| A D | soft_spi.c | 27 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 D | dt_helpers.h | 12 int request_gpio_by_name(struct gpio_desc *gpio, const char *gpio_dev_name,
|
| A D | dt_helpers.c | 28 int request_gpio_by_name(struct gpio_desc *gpio, const char *gpio_dev_name, in request_gpio_by_name()
|
| /u-boot/include/power/ |
| A D | act8846_pmic.h | 32 struct gpio_desc pwr_hold;
|
| /u-boot/board/liebherr/xea/ |
| A D | xea.c | 73 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 D | x530.c | 134 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 D | regulator_common.h | 13 struct gpio_desc gpio; /* GPIO for regulator enable control */
|
| /u-boot/board/armadeus/opos6uldev/ |
| A D | board.c | 15 struct gpio_desc backlight; in setup_lcd()
|
| /u-boot/drivers/sysinfo/ |
| A D | gazerbeam.c | 40 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 D | i2c-gpio.c | 34 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 D | dfi-bt700.c | 36 struct gpio_desc desc; in board_late_init()
|
| /u-boot/board/qualcomm/dragonboard410c/ |
| A D | dragonboard410c.c | 56 static struct gpio_desc hub_reset, usb_sel; in board_usb_init() 125 struct gpio_desc resin; in misc_init_r()
|