Searched refs:devm_fwnode_gpiod_get_index (Results 1 – 7 of 7) sorted by relevance
/linux/include/linux/gpio/ |
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()
|
/linux/drivers/leds/ |
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()
|
/linux/drivers/gpio/ |
A 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/drivers/mtd/nand/raw/atmel/ |
A D | nand-controller.c | 1687 gpio = devm_fwnode_gpiod_get_index(nc->dev, in atmel_nand_create() 1704 gpio = devm_fwnode_gpiod_get_index(nc->dev, in atmel_nand_create()
|
/linux/ |
A D | vmlinux.symvers | 7068 0x00000000 devm_fwnode_gpiod_get_index vmlinux EXPORT_SYMBOL_GPL
|
A D | System.map | 20174 ffff8000105739c0 T devm_fwnode_gpiod_get_index
|
A D | .tmp_System.map | 20174 ffff8000105739c0 T devm_fwnode_gpiod_get_index
|
Completed in 332 milliseconds