Home
last modified time | relevance | path

Searched refs:device_get_child_node_count (Results 1 – 25 of 25) sorted by relevance

/Linux-v5.10/drivers/leds/
Dleds-lt3593.c78 if (device_get_child_node_count(dev) != 1) { in lt3593_led_probe()
Dleds-max77650.c83 num_leds = device_get_child_node_count(dev); in max77650_led_probe()
Dleds-lm36274.c77 if (device_get_child_node_count(dev) != 1) in lm36274_parse_dt()
Dleds-pwm.c139 count = device_get_child_node_count(&pdev->dev); in led_pwm_probe()
Dleds-ns2.c246 count = device_get_child_node_count(dev); in ns2_led_probe()
Dleds-cr0014114.c220 count = device_get_child_node_count(&spi->dev); in cr0014114_probe()
Dleds-el15203000.c301 count = device_get_child_node_count(&spi->dev); in el15203000_probe()
Dleds-gpio.c135 count = device_get_child_node_count(dev); in gpio_leds_create()
Dleds-lm3697.c304 count = device_get_child_node_count(dev); in lm3697_probe()
Dleds-pca963x.c384 count = device_get_child_node_count(dev); in pca963x_probe()
Dleds-lp50xx.c537 count = device_get_child_node_count(&client->dev); in lp50xx_probe()
Dleds-pca955x.c377 count = device_get_child_node_count(&client->dev); in pca955x_get_pdata()
Dleds-lm3532.c676 count = device_get_child_node_count(&client->dev); in lm3532_probe()
Dleds-tca6507.c682 count = device_get_child_node_count(dev); in tca6507_led_dt_init()
/Linux-v5.10/drivers/input/keyboard/
Dadc-keys.c72 st->num_keys = device_get_child_node_count(dev); in adc_keys_load_keymap()
Dgpio_keys_polled.c150 nbuttons = device_get_child_node_count(dev); in gpio_keys_polled_get_devtree_pdata()
Dqt1050.c347 nbuttons = device_get_child_node_count(dev); in qt1050_parse_fw()
Dgpio_keys.c697 nbuttons = device_get_child_node_count(dev); in gpio_keys_get_devtree_pdata()
/Linux-v5.10/drivers/input/joystick/
Dadc-joystick.c113 num_axes = device_get_child_node_count(dev); in adc_joystick_set_axes()
/Linux-v5.10/drivers/base/
Dproperty.c799 unsigned int device_get_child_node_count(struct device *dev) in device_get_child_node_count() function
809 EXPORT_SYMBOL_GPL(device_get_child_node_count);
/Linux-v5.10/drivers/hwmon/
Dgsc-hwmon.c256 nchannels = device_get_child_node_count(dev); in gsc_hwmon_get_devtree_pdata()
/Linux-v5.10/include/linux/
Dproperty.h121 unsigned int device_get_child_node_count(struct device *dev);
/Linux-v5.10/drivers/iio/dac/
Dad5770r.c520 num = device_get_child_node_count(&st->spi->dev); in ad5770r_channel_config()
/Linux-v5.10/drivers/platform/chrome/
Dcros_ec_typec.c238 nports = device_get_child_node_count(dev); in cros_typec_init_ports()
/Linux-v5.10/drivers/gpio/
Dgpio-dwapb.c558 nports = device_get_child_node_count(dev); in dwapb_gpio_get_pdata()