Home
last modified time | relevance | path

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

12

/linux/drivers/leds/
A Dleds-lt3593.c76 if (device_get_child_node_count(dev) != 1) { in lt3593_led_probe()
A Dleds-max77650.c83 num_leds = device_get_child_node_count(dev); in max77650_led_probe()
A Dleds-lm36274.c78 if (device_get_child_node_count(dev) != 1) in lm36274_parse_dt()
A Dleds-pwm.c178 count = device_get_child_node_count(&pdev->dev); in led_pwm_probe()
A Dleds-cr0014114.c220 count = device_get_child_node_count(&spi->dev); in cr0014114_probe()
A Dleds-ns2.c246 count = device_get_child_node_count(dev); in ns2_led_probe()
A Dleds-gpio.c137 count = device_get_child_node_count(dev); in gpio_leds_create()
A Dleds-el15203000.c295 count = device_get_child_node_count(&spi->dev); in el15203000_probe()
A Dleds-lm3697.c310 count = device_get_child_node_count(dev); in lm3697_probe()
A Dleds-pca963x.c384 count = device_get_child_node_count(dev); in pca963x_probe()
A Dleds-lp50xx.c531 count = device_get_child_node_count(&client->dev); in lp50xx_probe()
A Dleds-lm3532.c673 count = device_get_child_node_count(&client->dev); in lm3532_probe()
A Dleds-pca955x.c426 count = device_get_child_node_count(&client->dev); in pca955x_get_pdata()
A Dleds-tca6507.c682 count = device_get_child_node_count(dev); in tca6507_led_dt_init()
/linux/drivers/input/keyboard/
A Dadc-keys.c72 st->num_keys = device_get_child_node_count(dev); in adc_keys_load_keymap()
A Dgpio_keys_polled.c150 nbuttons = device_get_child_node_count(dev); in gpio_keys_polled_get_devtree_pdata()
A Dqt1050.c347 nbuttons = device_get_child_node_count(dev); in qt1050_parse_fw()
/linux/drivers/base/
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);
/linux/drivers/input/joystick/
A Dadc-joystick.c113 num_axes = device_get_child_node_count(dev); in adc_joystick_set_axes()
/linux/drivers/i2c/muxes/
A Di2c-mux-gpio.c130 mux->data.n_values = device_get_child_node_count(dev); in i2c_mux_gpio_probe_fw()
/linux/drivers/gpio/
A Dgpio-hisi.c265 port_num = device_get_child_node_count(dev); in hisi_gpio_probe()
/linux/drivers/hwmon/
A Dgsc-hwmon.c256 nchannels = device_get_child_node_count(dev); in gsc_hwmon_get_devtree_pdata()
/linux/drivers/iio/adc/
A Drzg2l_adc.c318 num_channels = device_get_child_node_count(&pdev->dev); in rzg2l_adc_parse_properties()
/linux/include/linux/
A Dproperty.h125 unsigned int device_get_child_node_count(struct device *dev);
/linux/drivers/iio/dac/
A Dad5770r.c520 num = device_get_child_node_count(&st->spi->dev); in ad5770r_channel_config()

Completed in 44 milliseconds

12