Searched refs:fwnode_gpiod_get_index (Results 1 – 16 of 16) sorted by relevance
/linux-6.3-rc2/arch/powerpc/platforms/85xx/ |
A D | sgy_cts1000.c | 68 halt_gpio = fwnode_gpiod_get_index(of_fwnode_handle(halt_node), in __gpio_halt_probe()
|
/linux-6.3-rc2/arch/arm/mach-mvebu/ |
A D | pm-board.c | 99 pic_gpios[i] = fwnode_gpiod_get_index(of_fwnode_handle(np), in mvebu_armada_pm_init()
|
/linux-6.3-rc2/include/linux/gpio/ |
A 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-6.3-rc2/drivers/gpio/ |
A D | gpiolib-devres.c | 161 desc = fwnode_gpiod_get_index(fwnode, con_id, index, flags, label); in devm_fwnode_gpiod_get_index()
|
A D | gpiolib.c | 3990 struct gpio_desc *fwnode_gpiod_get_index(struct fwnode_handle *fwnode, in fwnode_gpiod_get_index() function 3998 EXPORT_SYMBOL_GPL(fwnode_gpiod_get_index);
|
/linux-6.3-rc2/arch/powerpc/platforms/44x/ |
A D | warp.c | 228 gpio = fwnode_gpiod_get_index(of_fwnode_handle(child), in pika_setup_leds()
|
/linux-6.3-rc2/drivers/regulator/ |
A D | mt6370-regulator.c | 157 enable_gpio = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0, in mt6370_of_parse_cb()
|
A D | max77686-regulator.c | 227 config->ena_gpiod = fwnode_gpiod_get_index( in max77686_of_parse_cb()
|
A D | slg51000-regulator.c | 203 ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0, in slg51000_of_parse_cb()
|
A D | da9121-regulator.c | 400 ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0, in da9121_of_parse_cb()
|
/linux-6.3-rc2/drivers/net/phy/ |
A D | fixed_phy.c | 207 gpiod = fwnode_gpiod_get_index(of_fwnode_handle(fixed_link_node), in fixed_phy_get_gpiod()
|
A D | phylink.c | 741 desc = fwnode_gpiod_get_index(fixed_node, "link", 0, in phylink_parse_fixedlink()
|
/linux-6.3-rc2/drivers/power/supply/ |
A D | mt6370-charger.c | 240 rcfg->ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(of), in mt6370_chg_otg_of_parse_cb()
|
A D | rt9467-charger.c | 291 cfg->ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(of), in rt9467_otg_of_parse_cb()
|
/linux-6.3-rc2/drivers/usb/gadget/udc/ |
A D | at91_udc.c | 1779 board->vbus_pin = fwnode_gpiod_get_index(of_fwnode_handle(np), in at91udc_of_init() 1785 board->pullup_pin = fwnode_gpiod_get_index(of_fwnode_handle(np), in at91udc_of_init()
|
/linux-6.3-rc2/sound/pci/hda/ |
A D | cs35l41_hda.c | 1318 cs35l41->reset_gpio = fwnode_gpiod_get_index(acpi_fwnode_handle(adev), "reset", cs35l41->index, in cs35l41_hda_read_acpi()
|
Completed in 35 milliseconds