Searched refs:gpio_desc (Results 1 - 25 of 185) sorted by relevance

12345678

/u-boot/board/alliedtelesis/common/
H 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,
H A Dgpio_hog.c13 int gpio_hog_list(struct gpio_desc *gpiod, int max_count,
/u-boot/include/reboot-mode/
H A Dreboot-mode-gpio.h25 struct gpio_desc *gpio_desc; member in struct:reboot_mode_gpio_platdata
/u-boot/include/asm-generic/
H A Dgpio.h119 struct gpio_desc { struct
152 static inline bool dm_gpio_is_valid(const struct gpio_desc *desc)
168 * TODO(sjg@chromium.org): This should use struct gpio_desc
182 * TODO(sjg@chromium.org): This should use struct gpio_desc
201 * TODO(sjg@chromium.org): This should use struct gpio_desc
239 int gpio_xlate_offs_flags(struct udevice *dev, struct gpio_desc *desc,
331 int (*xlate)(struct udevice *dev, struct gpio_desc *desc,
395 int (*get_acpi)(const struct gpio_desc *desc, struct acpi_gpio *gpio);
455 int dm_gpio_lookup_name(const char *name, struct gpio_desc *desc);
464 int gpio_hog_lookup_name(const char *name, struct gpio_desc **des
[all...]
/u-boot/include/
H A Dvideo_bridge.h20 struct gpio_desc sleep;
21 struct gpio_desc reset;
22 struct gpio_desc hotplug;
/u-boot/board/gdsys/a38x/
H A Ddt_helpers.h12 int request_gpio_by_name(struct gpio_desc *gpio, const char *gpio_dev_name,
/u-boot/drivers/reboot-mode/
H A Dreboot-mode-gpio.c28 ret = dm_gpio_get_values_as_int(plat_data->gpio_desc,
59 plat_data->gpio_desc = devm_kcalloc(dev, plat_data->gpio_count,
60 sizeof(struct gpio_desc), 0);
61 if (!plat_data->gpio_desc)
65 ret = gpio_request_list_by_name(dev, "gpios", plat_data->gpio_desc,
73 struct gpio_desc *desc = plat_data->gpio_desc + i;
104 return gpio_free_list(dev, plat_data->gpio_desc, plat_data->gpio_count);
/u-boot/include/power/
H A Dact8846_pmic.h32 struct gpio_desc pwr_hold;
/u-boot/drivers/power/regulator/
H A Dregulator_common.h13 struct gpio_desc gpio; /* GPIO for regulator enable control */
/u-boot/include/acpi/
H 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/
H A Ddemo-shape.c25 struct gpio_desc gpio_desc[8]; member in struct:shape_data
99 struct gpio_desc *desc;
103 desc = priv->gpio_desc;
118 struct gpio_desc *desc;
123 desc = priv->gpio_desc;
166 ret = gpio_request_list_by_name(dev, "light-gpios", priv->gpio_desc,
167 ARRAY_SIZE(priv->gpio_desc),
181 return gpio_free_list(dev, priv->gpio_desc, priv->gpio_count);
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-helper-fdt.h95 struct gpio_desc tx_disable;
97 struct gpio_desc mod_abs;
99 struct gpio_desc tx_error;
101 struct gpio_desc rx_los;
103 struct gpio_desc select;
105 struct gpio_desc reset;
107 struct gpio_desc interrupt;
109 struct gpio_desc lp_mode;
/u-boot/board/armadeus/opos6uldev/
H A Dboard.c15 struct gpio_desc backlight;
/u-boot/drivers/gpio/
H A Dgpio-uclass.c40 static void gpio_desc_init(struct gpio_desc *desc,
60 static int gpio_to_device(unsigned int gpio, struct gpio_desc *desc)
157 int dm_gpio_lookup_name(const char *name, struct gpio_desc *desc)
205 struct gpio_desc desc;
255 int gpio_xlate_offs_flags(struct udevice *dev, struct gpio_desc *desc,
275 static int gpio_find_and_xlate(struct gpio_desc *desc,
289 struct gpio_desc gpiod;
356 int gpio_hog_lookup_name(const char *name, struct gpio_desc **desc)
380 int gpio_hog_lookup_name(const char *name, struct gpio_desc **desc)
386 int dm_gpio_request(struct gpio_desc *des
[all...]
/u-boot/board/dfi/dfi-bt700/
H A Ddfi-bt700.c36 struct gpio_desc desc;
/u-boot/board/dhelectronics/dh_imx8mp/
H A Dcommon.c16 struct gpio_desc gpio[4];
/u-boot/arch/arm/include/asm/mach-imx/
H A Dmxc_i2c.h62 struct gpio_desc scl_gpio;
63 struct gpio_desc sda_gpio;
/u-boot/drivers/usb/isp1760/
H A Disp1760-core.h25 struct gpio_desc;
47 struct gpio_desc *rst_gpio;
/u-boot/drivers/mmc/
H A Docteontx_hsmmc.h58 struct gpio_desc cd_gpio;
59 struct gpio_desc wp_gpio;
60 struct gpio_desc power_gpio;
H A Dmmc-pwrseq.c23 struct gpio_desc reset;
/u-boot/drivers/extcon/
H A Dextcon-max14526.c37 struct gpio_desc usif_gpio;
38 struct gpio_desc dp2t_gpio;
39 struct gpio_desc ifx_usb_vbus_gpio;
/u-boot/drivers/i2c/muxes/
H A Di2c-mux-gpio.c37 struct gpio_desc *gpios;
78 struct gpio_desc *gpios;
105 gpios = devm_kzalloc(dev, sizeof(struct gpio_desc) * mux->n_gpios,
/u-boot/board/renesas/ulcb/
H A Dcpld.c24 struct gpio_desc miso;
25 struct gpio_desc mosi;
26 struct gpio_desc sck;
27 struct gpio_desc sstbz;
/u-boot/drivers/video/
H A Dbacklight_gpio.c14 struct gpio_desc gpio;
/u-boot/drivers/sysreset/
H A Dsysreset_gpio.c14 struct gpio_desc gpio;

Completed in 188 milliseconds

12345678