Home
last modified time | relevance | path

Searched refs:device_get_next_child_node (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/drivers/leds/
Dleds-tps6105x.c55 priv->fwnode = device_get_next_child_node(pdev->dev.parent, NULL); in tps6105x_led_probe()
Dleds-lt3593.c87 child = device_get_next_child_node(dev, NULL); in lt3593_led_probe()
Dleds-lm36274.c80 child = device_get_next_child_node(dev, NULL); in lm36274_parse_dt()
Dleds-lm3601x.c363 child = device_get_next_child_node(&led->client->dev, child); in lm3601x_parse_node()
Dleds-lm3692x.c430 child = device_get_next_child_node(&led->client->dev, child); in lm3692x_probe_dt()
/kernel/linux/linux-5.10/include/linux/
Dproperty.h104 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/
Dproperty.c707 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/
Dgpio_keys_polled.c292 child = device_get_next_child_node(dev, child); in gpio_keys_polled_probe()
Dgpio_keys.c826 child = device_get_next_child_node(dev, child); in gpio_keys_probe()
/kernel/linux/linux-5.10/drivers/usb/typec/mux/
Dintel_pmc_mux.c660 fwnode = device_get_next_child_node(pmc->dev, fwnode); in pmc_usb_probe()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch38492 + child = device_get_next_child_node(dev, child);