Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/leds/
H A Dleds-lt3593.c78 if (device_get_child_node_count(dev) != 1) { in lt3593_led_probe()
H A Dleds-max77650.c83 num_leds = device_get_child_node_count(dev); in max77650_led_probe()
H A Dleds-lm36274.c77 if (device_get_child_node_count(dev) != 1) in lm36274_parse_dt()
H A Dleds-pwm.c139 count = device_get_child_node_count(&pdev->dev); in led_pwm_probe()
H A Dleds-ns2.c246 count = device_get_child_node_count(dev); in ns2_led_probe()
H A Dleds-cr0014114.c220 count = device_get_child_node_count(&spi->dev); in cr0014114_probe()
H A Dleds-el15203000.c301 count = device_get_child_node_count(&spi->dev); in el15203000_probe()
H A Dleds-gpio.c135 count = device_get_child_node_count(dev); in gpio_leds_create()
H A Dleds-lm3697.c302 count = device_get_child_node_count(dev); in lm3697_probe()
H A Dleds-pca963x.c384 count = device_get_child_node_count(dev); in pca963x_probe()
H A Dleds-pca955x.c377 count = device_get_child_node_count(&client->dev); in pca955x_get_pdata()
H A Dleds-lp50xx.c539 count = device_get_child_node_count(&client->dev); in lp50xx_probe()
H A Dleds-lm3532.c676 count = device_get_child_node_count(&client->dev); in lm3532_probe()
H A Dleds-tca6507.c682 count = device_get_child_node_count(dev); in tca6507_led_dt_init()
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dadc-keys.c72 st->num_keys = device_get_child_node_count(dev); in adc_keys_load_keymap()
H A Dgpio_keys_polled.c150 nbuttons = device_get_child_node_count(dev); in gpio_keys_polled_get_devtree_pdata()
H A Dqt1050.c347 nbuttons = device_get_child_node_count(dev); in qt1050_parse_fw()
/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c851 unsigned int device_get_child_node_count(struct device *dev) in device_get_child_node_count() function
861 EXPORT_SYMBOL_GPL(device_get_child_node_count);
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Dadc-joystick.c113 num_axes = device_get_child_node_count(dev); in adc_joystick_set_axes()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dgsc-hwmon.c256 nchannels = device_get_child_node_count(dev); in gsc_hwmon_get_devtree_pdata()
/OK3568_Linux_fs/kernel/drivers/misc/
H A Dgpio-detection.c287 count = device_get_child_node_count(dev); in gpio_det_parse_dt()
/OK3568_Linux_fs/kernel/include/linux/
H A Dproperty.h124 unsigned int device_get_child_node_count(struct device *dev);
/OK3568_Linux_fs/kernel/drivers/iio/dac/
H A Dad5770r.c520 num = device_get_child_node_count(&st->spi->dev); in ad5770r_channel_config()
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_multicodecs.c181 mc_data->num_keys = device_get_child_node_count(dev); in mc_keys_load_keymap()
/OK3568_Linux_fs/kernel/drivers/platform/chrome/
H A Dcros_ec_typec.c238 nports = device_get_child_node_count(dev); in cros_typec_init_ports()

12