/dports/multimedia/v4l_compat/linux-5.13-rc2/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 | 87 child = device_get_next_child_node(dev, NULL); in lt3593_led_probe()
|
H A D | leds-lm36274.c | 80 child = device_get_next_child_node(dev, NULL); in lm36274_parse_dt()
|
H A D | leds-lm3601x.c | 363 child = device_get_next_child_node(&led->client->dev, child); in lm3601x_parse_node()
|
H A D | leds-lm3692x.c | 430 child = device_get_next_child_node(&led->client->dev, child); in lm3692x_probe_dt()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/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 | 87 child = device_get_next_child_node(dev, NULL); in lt3593_led_probe()
|
H A D | leds-lm36274.c | 80 child = device_get_next_child_node(dev, NULL); in lm36274_parse_dt()
|
H A D | leds-lm3601x.c | 363 child = device_get_next_child_node(&led->client->dev, child); in lm3601x_parse_node()
|
H A D | leds-lm3692x.c | 430 child = device_get_next_child_node(&led->client->dev, child); in lm3692x_probe_dt()
|
/dports/multimedia/libv4l/linux-5.13-rc2/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 | 87 child = device_get_next_child_node(dev, NULL); in lt3593_led_probe()
|
H A D | leds-lm36274.c | 80 child = device_get_next_child_node(dev, NULL); in lm36274_parse_dt()
|
H A D | leds-lm3601x.c | 363 child = device_get_next_child_node(&led->client->dev, child); in lm3601x_parse_node()
|
H A D | leds-lm3692x.c | 430 child = device_get_next_child_node(&led->client->dev, child); in lm3692x_probe_dt()
|
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/ |
H A D | property.h | 107 struct fwnode_handle *device_get_next_child_node( 111 for (child = device_get_next_child_node(dev, NULL); child; \ 112 child = device_get_next_child_node(dev, child))
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/ |
H A D | property.h | 107 struct fwnode_handle *device_get_next_child_node( 111 for (child = device_get_next_child_node(dev, NULL); child; \ 112 child = device_get_next_child_node(dev, child))
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/ |
H A D | property.h | 107 struct fwnode_handle *device_get_next_child_node( 111 for (child = device_get_next_child_node(dev, NULL); child; \ 112 child = device_get_next_child_node(dev, child))
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/base/ |
H A D | property.c | 759 struct fwnode_handle *device_get_next_child_node(struct device *dev, in device_get_next_child_node() function 781 EXPORT_SYMBOL_GPL(device_get_next_child_node);
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/base/ |
H A D | property.c | 759 struct fwnode_handle *device_get_next_child_node(struct device *dev, in device_get_next_child_node() function 781 EXPORT_SYMBOL_GPL(device_get_next_child_node);
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/base/ |
H A D | property.c | 759 struct fwnode_handle *device_get_next_child_node(struct device *dev, in device_get_next_child_node() function 781 EXPORT_SYMBOL_GPL(device_get_next_child_node);
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/keyboard/ |
H A D | gpio_keys_polled.c | 292 child = device_get_next_child_node(dev, child); in gpio_keys_polled_probe()
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/keyboard/ |
H A D | gpio_keys_polled.c | 292 child = device_get_next_child_node(dev, child); in gpio_keys_polled_probe()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/keyboard/ |
H A D | gpio_keys_polled.c | 292 child = device_get_next_child_node(dev, child); in gpio_keys_polled_probe()
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/usb/typec/mux/ |
H A D | intel_pmc_mux.c | 634 fwnode = device_get_next_child_node(pmc->dev, fwnode); in pmc_usb_probe()
|