Searched refs:device_get_next_child_node (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | property.h | 164 struct fwnode_handle *device_get_next_child_node(const struct device *dev, 168 for (child = device_get_next_child_node(dev, NULL); child; \ 169 child = device_get_next_child_node(dev, child)) 173 device_get_next_child_node(dev, NULL); \ 174 child; child = device_get_next_child_node(dev, child))
|
/openbmc/linux/drivers/leds/ |
H A D | leds-tps6105x.c | 55 priv->fwnode = device_get_next_child_node(pdev->dev.parent, NULL); in tps6105x_led_probe()
|
H A D | leds-lt3593.c | 85 child = device_get_next_child_node(dev, NULL); in lt3593_led_probe()
|
H A D | leds-lm36274.c | 81 child = device_get_next_child_node(dev, NULL); in lm36274_parse_dt()
|
H A D | leds-lm3692x.c | 429 child = device_get_next_child_node(&led->client->dev, child); in lm3692x_probe_dt()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_acpi.c | 302 fwnode = device_get_next_child_node(drm_dev->dev, fwnode); in intel_acpi_assign_connector_fwnodes()
|
/openbmc/linux/drivers/base/ |
H A D | property.c | 794 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);
|
/openbmc/linux/drivers/input/keyboard/ |
H A D | gpio_keys_polled.c | 292 child = device_get_next_child_node(dev, child); in gpio_keys_polled_probe()
|
H A D | gpio_keys.c | 865 child = device_get_next_child_node(dev, child); in gpio_keys_probe()
|
/openbmc/linux/drivers/leds/flash/ |
H A D | leds-lm3601x.c | 363 child = device_get_next_child_node(&led->client->dev, child); in lm3601x_parse_node()
|
/openbmc/linux/drivers/usb/typec/mux/ |
H A D | intel_pmc_mux.c | 748 fwnode = device_get_next_child_node(pmc->dev, fwnode); in pmc_usb_probe()
|