Searched refs:devm_fwnode_gpiod_get_index (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/include/linux/gpio/ |
H A D | consumer.h | 186 struct gpio_desc *devm_fwnode_gpiod_get_index(struct device *dev, 566 struct gpio_desc *devm_fwnode_gpiod_get_index(struct device *dev, in devm_fwnode_gpiod_get_index() function 584 return devm_fwnode_gpiod_get_index(dev, fwnode, con_id, 0, in devm_fwnode_gpiod_get() 595 return devm_fwnode_gpiod_get_index(dev, child, con_id, index, in devm_fwnode_get_index_gpiod_from_child() 606 return devm_fwnode_gpiod_get_index(dev, child, con_id, 0, flags, label); in devm_fwnode_get_gpiod_from_child()
|
/kernel/linux/linux-5.10/drivers/leds/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib-devres.c | 133 * devm_fwnode_gpiod_get_index - get a GPIO descriptor from a given node 147 struct gpio_desc *devm_fwnode_gpiod_get_index(struct device *dev, in devm_fwnode_gpiod_get_index() function 172 EXPORT_SYMBOL_GPL(devm_fwnode_gpiod_get_index); variable
|
/kernel/linux/linux-6.6/drivers/leds/ |
H A 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()
|
/kernel/linux/linux-6.6/include/linux/gpio/ |
H A D | consumer.h | 179 struct gpio_desc *devm_fwnode_gpiod_get_index(struct device *dev, 560 struct gpio_desc *devm_fwnode_gpiod_get_index(struct device *dev, in devm_fwnode_gpiod_get_index() function 578 return devm_fwnode_gpiod_get_index(dev, fwnode, con_id, 0, in devm_fwnode_gpiod_get()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib-devres.c | 188 * devm_fwnode_gpiod_get_index - get a GPIO descriptor from a given node 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); variable
|
/kernel/linux/linux-6.6/drivers/regulator/ |
H A D | rt4801-regulator.c | 48 priv->enable_gpios[id] = devm_fwnode_gpiod_get_index(priv->dev, in rt4801_of_parse_cb()
|
/kernel/linux/linux-5.10/drivers/mtd/nand/raw/atmel/ |
H A D | nand-controller.c | 1685 gpio = devm_fwnode_gpiod_get_index(nc->dev, in atmel_nand_create() 1702 gpio = devm_fwnode_gpiod_get_index(nc->dev, in atmel_nand_create()
|
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/atmel/ |
H A 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()
|
Completed in 13 milliseconds