Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/leds/
Dleds-lt3593.c79 if (device_get_child_node_count(dev) != 1) { in lt3593_led_probe()
Dleds-max77650.c84 num_leds = device_get_child_node_count(dev); in max77650_led_probe()
Dleds-lm36274.c80 child_cnt = device_get_child_node_count(dev); in lm36274_parse_dt()
Dleds-pwm.c166 count = device_get_child_node_count(&pdev->dev); in led_pwm_probe()
Dleds-cr0014114.c223 count = device_get_child_node_count(&spi->dev); in cr0014114_probe()
Dleds-gpio.c141 count = device_get_child_node_count(dev); in gpio_leds_create()
Dleds-lm3697.c309 count = device_get_child_node_count(&client->dev); in lm3697_probe()
Dleds-pca963x.c286 count = device_get_child_node_count(&client->dev); in pca963x_get_pdata()
Dleds-pca955x.c370 count = device_get_child_node_count(&client->dev); in pca955x_get_pdata()
Dleds-lm3532.c684 count = device_get_child_node_count(&client->dev); in lm3532_probe()
/Linux-v5.4/drivers/input/keyboard/
Dadc-keys.c73 st->num_keys = device_get_child_node_count(dev); in adc_keys_load_keymap()
Dgpio_keys_polled.c151 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.c700 nbuttons = device_get_child_node_count(dev); in gpio_keys_get_devtree_pdata()
/Linux-v5.4/drivers/base/
Dproperty.c720 unsigned int device_get_child_node_count(struct device *dev) in device_get_child_node_count() function
730 EXPORT_SYMBOL_GPL(device_get_child_node_count);
/Linux-v5.4/include/linux/
Dproperty.h116 unsigned int device_get_child_node_count(struct device *dev);
/Linux-v5.4/drivers/gpio/
Dgpio-dwapb.c567 nports = device_get_child_node_count(dev); in dwapb_gpio_get_pdata()