Searched refs:devm_fwnode_gpiod_get_index (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/include/linux/gpio/ |
D | consumer.h | 181 struct gpio_desc *devm_fwnode_gpiod_get_index(struct device *dev, 562 struct gpio_desc *devm_fwnode_gpiod_get_index(struct device *dev, in devm_fwnode_gpiod_get_index() function 580 return devm_fwnode_gpiod_get_index(dev, fwnode, con_id, 0, in devm_fwnode_gpiod_get() 591 return devm_fwnode_gpiod_get_index(dev, child, con_id, index, in devm_fwnode_get_index_gpiod_from_child() 602 return devm_fwnode_gpiod_get_index(dev, child, con_id, 0, flags, label); in devm_fwnode_get_gpiod_from_child()
|
/linux-6.1.9/drivers/leds/ |
D | leds-ns2.c | 183 led->cmd = devm_fwnode_gpiod_get_index(dev, node, "cmd", 0, GPIOD_ASIS, in ns2_led_register() 188 led->slow = devm_fwnode_gpiod_get_index(dev, node, "slow", 0, in ns2_led_register()
|
/linux-6.1.9/drivers/gpio/ |
D | gpiolib-devres.c | 202 struct gpio_desc *devm_fwnode_gpiod_get_index(struct device *dev, in devm_fwnode_gpiod_get_index() function 227 EXPORT_SYMBOL_GPL(devm_fwnode_gpiod_get_index);
|
/linux-6.1.9/drivers/regulator/ |
D | rt4801-regulator.c | 48 priv->enable_gpios[id] = devm_fwnode_gpiod_get_index(priv->dev, in rt4801_of_parse_cb()
|
/linux-6.1.9/drivers/mtd/nand/raw/atmel/ |
D | nand-controller.c | 1688 gpio = devm_fwnode_gpiod_get_index(nc->dev, in atmel_nand_create() 1705 gpio = devm_fwnode_gpiod_get_index(nc->dev, in atmel_nand_create()
|