Searched refs:fwnode_gpiod_get_index (Results 1 – 17 of 17) sorted by relevance
/linux/arch/arm/mach-mvebu/ |
H A D | pm-board.c | 99 pic_gpios[i] = fwnode_gpiod_get_index(of_fwnode_handle(np), in mvebu_armada_pm_init()
|
/linux/arch/powerpc/platforms/85xx/ |
H A D | sgy_cts1000.c | 68 halt_gpio = fwnode_gpiod_get_index(of_fwnode_handle(halt_node), in __gpio_halt_probe()
|
/linux/include/linux/gpio/ |
H A D | consumer.h | 174 struct gpio_desc *fwnode_gpiod_get_index(struct fwnode_handle *fwnode, 543 struct gpio_desc *fwnode_gpiod_get_index(struct fwnode_handle *fwnode, in fwnode_gpiod_get_index() function
|
/linux/arch/powerpc/platforms/44x/ |
H A D | warp.c | 178 gpio = fwnode_gpiod_get_index(of_fwnode_handle(child), in pika_setup_leds()
|
/linux/drivers/i2c/ |
H A D | i2c-core-of-prober.c | 266 gpiod = fwnode_gpiod_get_index(fwnode, con_id, 0, GPIOD_ASIS, "i2c-of-prober"); in i2c_of_probe_simple_get_gpiod()
|
/linux/drivers/regulator/ |
H A D | mt6370-regulator.c | 157 enable_gpio = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0, in mt6370_of_parse_cb()
|
H A D | max77686-regulator.c | 227 config->ena_gpiod = fwnode_gpiod_get_index( in max77686_of_parse_cb()
|
H A D | slg51000-regulator.c | 203 ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0, in slg51000_of_parse_cb()
|
H A D | da9121-regulator.c | 399 ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(np), "enable", 0, in da9121_of_parse_cb()
|
/linux/drivers/net/phy/ |
H A D | fixed_phy.c | 207 gpiod = fwnode_gpiod_get_index(of_fwnode_handle(fixed_link_node), in fixed_phy_get_gpiod()
|
H A D | phylink.c | 835 desc = fwnode_gpiod_get_index(fixed_node, "link", 0, in phylink_parse_fixedlink()
|
/linux/sound/pci/hda/ |
H A D | cs35l41_hda_property.c | 327 cs35l41->reset_gpio = fwnode_gpiod_get_index(acpi_fwnode_handle(cs35l41->dacpi), "reset", in generic_dsd_config()
|
H A D | cs35l41_hda.c | 1782 cs35l41->reset_gpio = fwnode_gpiod_get_index(acpi_fwnode_handle(cs35l41->dacpi), "reset", in cs35l41_hda_parse_acpi()
|
/linux/drivers/power/supply/ |
H A D | mt6370-charger.c | 240 rcfg->ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(of), in mt6370_chg_otg_of_parse_cb()
|
H A D | rt9467-charger.c | 291 cfg->ena_gpiod = fwnode_gpiod_get_index(of_fwnode_handle(of), in rt9467_otg_of_parse_cb()
|
/linux/sound/soc/codecs/ |
H A D | cs35l56.c | 1248 desc = fwnode_gpiod_get_index(af01_fwnode, "spk-id", 0, GPIOD_IN, NULL); in cs35l56_try_get_broken_sdca_spkid_gpio()
|
/linux/drivers/extcon/ |
H A D | extcon-rtk-type-c.c | 1351 gpio = fwnode_gpiod_get_index(of_fwnode_handle(dev->of_node), in extcon_rtk_type_c_probe()
|