Home
last modified time | relevance | path

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

123

/linux-6.12.1/drivers/leds/
Dleds-lt3593.c76 if (device_get_child_node_count(dev) != 1) { in lt3593_led_probe()
Dleds-spi-byte.c84 if (device_get_child_node_count(dev) != 1) { in spi_byte_probe()
Dleds-max77650.c83 num_leds = device_get_child_node_count(dev); in max77650_led_probe()
Dleds-lm36274.c78 if (device_get_child_node_count(dev) != 1) in lm36274_parse_dt()
Dleds-pwm.c184 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.c295 count = device_get_child_node_count(&spi->dev); in el15203000_probe()
Dleds-gpio.c155 count = device_get_child_node_count(dev); in gpio_leds_create()
Dleds-lm3697.c309 count = device_get_child_node_count(dev); in lm3697_probe()
Dleds-pca963x.c429 count = device_get_child_node_count(dev); in pca963x_probe()
Dleds-lp50xx.c525 count = device_get_child_node_count(&client->dev); in lp50xx_probe()
Dleds-aw200xx.c554 count = device_get_child_node_count(&client->dev); in aw200xx_probe()
/linux-6.12.1/drivers/input/keyboard/
Dadc-keys.c71 st->num_keys = device_get_child_node_count(dev); in adc_keys_load_keymap()
Dgpio_keys_polled.c149 nbuttons = device_get_child_node_count(dev); in gpio_keys_polled_get_devtree_pdata()
Dqt1050.c351 nbuttons = device_get_child_node_count(dev); in qt1050_parse_fw()
/linux-6.12.1/drivers/pinctrl/intel/
Dpinctrl-intel-platform.c124 ngpps = device_get_child_node_count(dev); in intel_platform_pinctrl_prepare_community()
/linux-6.12.1/drivers/leds/rgb/
Dleds-ktd202x.c503 count = device_get_child_node_count(dev); in ktd202x_probe_fw()
541 count = device_get_child_node_count(dev); in ktd202x_probe()
/linux-6.12.1/drivers/iio/adc/
Dsun20i-gpadc-iio.c160 num_channels = device_get_child_node_count(dev); in sun20i_gpadc_alloc_channels()
/linux-6.12.1/drivers/base/
Dproperty.c898 unsigned int device_get_child_node_count(const struct device *dev) in device_get_child_node_count() function
908 EXPORT_SYMBOL_GPL(device_get_child_node_count);
/linux-6.12.1/drivers/i2c/muxes/
Di2c-mux-gpio.c96 mux->data.n_values = device_get_child_node_count(dev); in i2c_mux_gpio_probe_fw()
/linux-6.12.1/drivers/platform/chrome/
Dcros_typec_switch.c218 nports = device_get_child_node_count(dev); in cros_typec_register_switches()
/linux-6.12.1/drivers/input/joystick/
Dadc-joystick.c139 num_axes = device_get_child_node_count(dev); in adc_joystick_set_axes()
/linux-6.12.1/drivers/gpio/
Dgpio-hisi.c276 port_num = device_get_child_node_count(dev); in hisi_gpio_probe()
/linux-6.12.1/drivers/hwmon/
Dgsc-hwmon.c255 nchannels = device_get_child_node_count(dev); in gsc_hwmon_get_devtree_pdata()

123