Home
last modified time | relevance | path

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

/linux/include/linux/
A Dproperty.h108 struct fwnode_handle *device_get_next_child_node(
112 for (child = device_get_next_child_node(dev, NULL); child; \
113 child = device_get_next_child_node(dev, child))
/linux/drivers/leds/
A Dleds-tps6105x.c55 priv->fwnode = device_get_next_child_node(pdev->dev.parent, NULL); in tps6105x_led_probe()
A Dleds-lt3593.c85 child = device_get_next_child_node(dev, NULL); in lt3593_led_probe()
A Dleds-lm36274.c81 child = device_get_next_child_node(dev, NULL); in lm36274_parse_dt()
A Dleds-lm3692x.c429 child = device_get_next_child_node(&led->client->dev, child); in lm3692x_probe_dt()
/linux/drivers/gpu/drm/i915/display/
A Dintel_acpi.c301 fwnode = device_get_next_child_node(drm_dev->dev, fwnode); in intel_acpi_assign_connector_fwnodes()
/linux/drivers/base/
A Dproperty.c758 struct fwnode_handle *device_get_next_child_node(struct device *dev, in device_get_next_child_node() function
775 EXPORT_SYMBOL_GPL(device_get_next_child_node);
/linux/drivers/input/keyboard/
A Dgpio_keys_polled.c292 child = device_get_next_child_node(dev, child); in gpio_keys_polled_probe()
A Dgpio_keys.c865 child = device_get_next_child_node(dev, child); in gpio_keys_probe()
/linux/drivers/leds/flash/
A Dleds-lm3601x.c363 child = device_get_next_child_node(&led->client->dev, child); in lm3601x_parse_node()
/linux/drivers/usb/typec/mux/
A Dintel_pmc_mux.c657 fwnode = device_get_next_child_node(pmc->dev, fwnode); in pmc_usb_probe()
/linux/
A Dvmlinux.symvers743 0x00000000 device_get_next_child_node vmlinux EXPORT_SYMBOL_GPL
A DSystem.map31198 ffff8000108094c4 T device_get_next_child_node
A D.tmp_System.map31198 ffff8000108094c4 T device_get_next_child_node

Completed in 336 milliseconds