Searched refs:fwnode_gpiod_get_index (Results 1 - 18 of 18) sorted by relevance

/linux-master/arch/arm/mach-mvebu/
H A Dpm-board.c99 pic_gpios[i] = fwnode_gpiod_get_index(of_fwnode_handle(np),
/linux-master/arch/powerpc/platforms/85xx/
H A Dsgy_cts1000.c68 halt_gpio = fwnode_gpiod_get_index(of_fwnode_handle(halt_node),
/linux-master/include/linux/gpio/
H A Dconsumer.h174 struct gpio_desc *fwnode_gpiod_get_index(struct fwnode_handle *fwnode,
543 struct gpio_desc *fwnode_gpiod_get_index(struct fwnode_handle *fwnode, function
/linux-master/arch/powerpc/platforms/44x/
H A Dwarp.c178 gpio = fwnode_gpiod_get_index(of_fwnode_handle(child),
/linux-master/drivers/net/phy/
H A Dfixed_phy.c207 gpiod = fwnode_gpiod_get_index(of_fwnode_handle(fixed_link_node),
H A Dphylink.c800 desc = fwnode_gpiod_get_index(fixed_node, "link", 0,
/linux-master/drivers/regulator/
H A Dmt6370-regulator.c157 enable_gpio = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0,
H A Dmax77686-regulator.c227 config->ena_gpiod = fwnode_gpiod_get_index(
H A Dslg51000-regulator.c203 ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0,
H A Dda9121-regulator.c399 ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0,
/linux-master/sound/pci/hda/
H A Dcs35l41_hda_property.c313 cs35l41->reset_gpio = fwnode_gpiod_get_index(acpi_fwnode_handle(cs35l41->dacpi), "reset",
H A Dcs35l41_hda.c1654 cs35l41->reset_gpio = fwnode_gpiod_get_index(acpi_fwnode_handle(adev), "reset", cs35l41->index,
/linux-master/drivers/usb/gadget/udc/
H A Dat91_udc.c1779 board->vbus_pin = fwnode_gpiod_get_index(of_fwnode_handle(np),
1785 board->pullup_pin = fwnode_gpiod_get_index(of_fwnode_handle(np),
/linux-master/drivers/power/supply/
H A Drt9467-charger.c291 cfg->ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(of),
H A Dmt6370-charger.c240 rcfg->ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(of),
/linux-master/sound/soc/codecs/
H A Dcs35l56.c1402 desc = fwnode_gpiod_get_index(af01_fwnode, "spk-id", 0, GPIOD_IN, NULL);
/linux-master/drivers/extcon/
H A Dextcon-rtk-type-c.c1352 gpio = fwnode_gpiod_get_index(of_fwnode_handle(dev->of_node),
/linux-master/drivers/gpio/
H A Dgpiolib.c4253 * fwnode_gpiod_get_index - obtain a GPIO from firmware node
4273 struct gpio_desc *fwnode_gpiod_get_index(struct fwnode_handle *fwnode, function
4281 EXPORT_SYMBOL_GPL(fwnode_gpiod_get_index); variable

Completed in 221 milliseconds