Searched refs:fwnode_gpiod_get_index (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/include/linux/gpio/ |
D | consumer.h | 177 struct gpio_desc *fwnode_gpiod_get_index(struct fwnode_handle *fwnode, 553 struct gpio_desc *fwnode_gpiod_get_index(struct fwnode_handle *fwnode, in fwnode_gpiod_get_index() function
|
/Linux-v6.1/drivers/gpio/ |
D | gpiolib-devres.c | 216 desc = fwnode_gpiod_get_index(fwnode, con_id, index, flags, label); in devm_fwnode_gpiod_get_index()
|
D | gpiolib.c | 3898 struct gpio_desc *fwnode_gpiod_get_index(struct fwnode_handle *fwnode, in fwnode_gpiod_get_index() function 3923 EXPORT_SYMBOL_GPL(fwnode_gpiod_get_index);
|
/Linux-v6.1/drivers/net/phy/ |
D | fixed_phy.c | 207 gpiod = fwnode_gpiod_get_index(of_fwnode_handle(fixed_link_node), in fixed_phy_get_gpiod()
|
D | phylink.c | 717 desc = fwnode_gpiod_get_index(fixed_node, "link", 0, in phylink_parse_fixedlink()
|
/Linux-v6.1/drivers/regulator/ |
D | mt6370-regulator.c | 157 enable_gpio = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0, in mt6370_of_parse_cb()
|
D | max77686-regulator.c | 227 config->ena_gpiod = fwnode_gpiod_get_index( in max77686_of_parse_cb()
|
D | slg51000-regulator.c | 203 ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0, in slg51000_of_parse_cb()
|
D | da9121-regulator.c | 400 ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0, in da9121_of_parse_cb()
|
/Linux-v6.1/drivers/power/supply/ |
D | mt6370-charger.c | 240 rcfg->ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(of), in mt6370_chg_otg_of_parse_cb()
|
/Linux-v6.1/drivers/usb/gadget/udc/ |
D | at91_udc.c | 1782 board->vbus_pin = fwnode_gpiod_get_index(of_fwnode_handle(np), in at91udc_of_init() 1788 board->pullup_pin = fwnode_gpiod_get_index(of_fwnode_handle(np), in at91udc_of_init()
|
/Linux-v6.1/sound/pci/hda/ |
D | cs35l41_hda.c | 1310 cs35l41->reset_gpio = fwnode_gpiod_get_index(acpi_fwnode_handle(adev), "reset", cs35l41->index, in cs35l41_hda_read_acpi()
|