Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/leds/
Dleds-tps6105x.c55 priv->fwnode = device_get_next_child_node(pdev->dev.parent, NULL); in tps6105x_led_probe()
Dleds-lt3593.c85 child = device_get_next_child_node(dev, NULL); in lt3593_led_probe()
Dleds-lm36274.c81 child = device_get_next_child_node(dev, NULL); in lm36274_parse_dt()
Dleds-lm3692x.c429 child = device_get_next_child_node(&led->client->dev, child); in lm3692x_probe_dt()
/Linux-v6.6/include/linux/
Dproperty.h137 struct fwnode_handle *device_get_next_child_node(const struct device *dev,
141 for (child = device_get_next_child_node(dev, NULL); child; \
142 child = device_get_next_child_node(dev, child))
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_acpi.c302 fwnode = device_get_next_child_node(drm_dev->dev, fwnode); in intel_acpi_assign_connector_fwnodes()
/Linux-v6.6/drivers/base/
Dproperty.c794 struct fwnode_handle *device_get_next_child_node(const struct device *dev, in device_get_next_child_node() function
811 EXPORT_SYMBOL_GPL(device_get_next_child_node);
/Linux-v6.6/drivers/input/keyboard/
Dgpio_keys_polled.c292 child = device_get_next_child_node(dev, child); in gpio_keys_polled_probe()
Dgpio_keys.c865 child = device_get_next_child_node(dev, child); in gpio_keys_probe()
/Linux-v6.6/drivers/leds/flash/
Dleds-lm3601x.c363 child = device_get_next_child_node(&led->client->dev, child); in lm3601x_parse_node()
/Linux-v6.6/drivers/usb/typec/mux/
Dintel_pmc_mux.c748 fwnode = device_get_next_child_node(pmc->dev, fwnode); in pmc_usb_probe()