Searched refs:device_get_next_child_node (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/drivers/leds/ |
D | leds-tps6105x.c | 55 priv->fwnode = device_get_next_child_node(pdev->dev.parent, NULL); in tps6105x_led_probe()
|
D | leds-lt3593.c | 87 child = device_get_next_child_node(dev, NULL); in lt3593_led_probe()
|
D | leds-lm36274.c | 80 child = device_get_next_child_node(dev, NULL); in lm36274_parse_dt()
|
D | leds-lm3601x.c | 363 child = device_get_next_child_node(&led->client->dev, child); in lm3601x_parse_node()
|
D | leds-lm3692x.c | 430 child = device_get_next_child_node(&led->client->dev, child); in lm3692x_probe_dt()
|
/kernel/linux/linux-5.10/include/linux/ |
D | property.h | 104 struct fwnode_handle *device_get_next_child_node( 108 for (child = device_get_next_child_node(dev, NULL); child; \ 109 child = device_get_next_child_node(dev, child))
|
/kernel/linux/linux-5.10/drivers/base/ |
D | property.c | 707 struct fwnode_handle *device_get_next_child_node(struct device *dev, in device_get_next_child_node() function 729 EXPORT_SYMBOL_GPL(device_get_next_child_node);
|
/kernel/linux/linux-5.10/drivers/input/keyboard/ |
D | gpio_keys_polled.c | 292 child = device_get_next_child_node(dev, child); in gpio_keys_polled_probe()
|
D | gpio_keys.c | 826 child = device_get_next_child_node(dev, child); in gpio_keys_probe()
|
/kernel/linux/linux-5.10/drivers/usb/typec/mux/ |
D | intel_pmc_mux.c | 660 fwnode = device_get_next_child_node(pmc->dev, fwnode); in pmc_usb_probe()
|
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
D | linux-5.10.patch | 38492 + child = device_get_next_child_node(dev, child);
|