Searched refs:device_for_each_child_node_scoped (Results 1 – 25 of 67) sorted by relevance
123
/linux/drivers/leds/ |
H A D | leds-max77650.c | 86 device_for_each_child_node_scoped(dev, child) { in max77650_led_probe()
|
H A D | leds-bd2606mvv.c | 95 device_for_each_child_node_scoped(dev, child) { in bd2606mvv_probe()
|
H A D | leds-pca995x.c | 145 device_for_each_child_node_scoped(dev, child) { in pca995x_probe()
|
H A D | leds-is31fl319x.c | 407 device_for_each_child_node_scoped(dev, child) in is31fl319x_parse_fw() 417 device_for_each_child_node_scoped(dev, child) { in is31fl319x_parse_fw()
|
H A D | leds-pwm.c | 160 device_for_each_child_node_scoped(dev, fwnode) { in led_pwm_create_fwnode()
|
H A D | leds-sun50i-a100.c | 404 device_for_each_child_node_scoped(dev, child) { in sun50i_a100_ledc_probe() 500 device_for_each_child_node_scoped(dev, child) { in sun50i_a100_ledc_probe()
|
H A D | leds-ns2.c | 253 device_for_each_child_node_scoped(dev, child) { in ns2_led_probe()
|
H A D | leds-cr0014114.c | 187 device_for_each_child_node_scoped(priv->dev, child) { in cr0014114_probe_dt()
|
H A D | leds-el15203000.c | 242 device_for_each_child_node_scoped(priv->dev, child) { in el15203000_probe_dt()
|
H A D | leds-gpio.c | 162 device_for_each_child_node_scoped(dev, child) { in gpio_leds_create()
|
H A D | leds-lm3697.c | 222 device_for_each_child_node_scoped(dev, child) { in lm3697_probe_dt()
|
H A D | leds-pca963x.c | 340 device_for_each_child_node_scoped(dev, child) { in pca963x_register_leds()
|
/linux/drivers/input/keyboard/ |
H A D | adc-keys.c | 82 device_for_each_child_node_scoped(dev, child) { in adc_keys_load_keymap()
|
H A D | gpio_keys_polled.c | 168 device_for_each_child_node_scoped(dev, child) { in gpio_keys_polled_get_devtree_pdata()
|
H A D | qt1050.c | 355 device_for_each_child_node_scoped(dev, child) { in qt1050_parse_fw()
|
/linux/drivers/pinctrl/intel/ |
H A D | pinctrl-intel-platform.c | 133 device_for_each_child_node_scoped(dev, child) { in intel_platform_pinctrl_prepare_community()
|
/linux/include/linux/ |
H A D | property.h | 190 #define device_for_each_child_node_scoped(dev, child) \ macro 196 device_for_each_child_node_scoped(dev, child) \
|
/linux/drivers/iio/adc/ |
H A D | ad7292.c | 284 device_for_each_child_node_scoped(&spi->dev, child) { in ad7292_probe()
|
H A D | fsl-imx25-gcq.c | 217 device_for_each_child_node_scoped(dev, child) { in mx25_gcq_setup_cfgs()
|
H A D | ad4851.c | 980 device_for_each_child_node_scoped(dev, child) { in ad4851_parse_channels_common() 1046 device_for_each_child_node_scoped(dev, child) { in ad4858_parse_channels()
|
/linux/drivers/usb/typec/ucsi/ |
H A D | ucsi_yoga_c630.c | 252 device_for_each_child_node_scoped(&adev->dev, fwnode) { in yoga_c630_ucsi_probe()
|
H A D | ucsi_glink.c | 362 device_for_each_child_node_scoped(dev, fwnode) { in pmic_glink_ucsi_probe()
|
/linux/drivers/input/joystick/ |
H A D | adc-joystick.c | 151 device_for_each_child_node_scoped(dev, child) { in adc_joystick_set_axes()
|
/linux/drivers/hwmon/ |
H A D | ltc2991.c | 296 device_for_each_child_node_scoped(dev, child) { in ltc2991_init()
|
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-cti-platform.c | 423 device_for_each_child_node_scoped(dev, child) { in cti_plat_create_impdef_connections()
|
123