Searched refs:devm_fwnode_gpiod_get_index (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H 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);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_rgb.c | 467 mcu_panel->enable_gpio = devm_fwnode_gpiod_get_index(dev, &np_mcu_panel->fwnode, in rockchip_mcu_panel_init() 475 mcu_panel->reset_gpio = devm_fwnode_gpiod_get_index(dev, &np_mcu_panel->fwnode, in rockchip_mcu_panel_init()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_imx | 1660 devm_fwnode_gpiod_get_index
|
| H A D | abi_gki_aarch64_rockchip | 245 devm_fwnode_gpiod_get_index
|