Symbol: device_property_count_u32
drivers/devfreq/hisi_uncore_freq.c
471
rc = device_property_count_u32(uncore->dev, property);
drivers/dma/stm32/stm32-dmamux.c
199
count = device_property_count_u32(&pdev->dev, "dma-masters");
drivers/dma/stm32/stm32-mdma.c
1620
count = device_property_count_u32(&pdev->dev, "st,ahb-addr-masks");
drivers/gpio/gpio-line-mux.c
56
ngpio = device_property_count_u32(dev, "gpio-line-mux-states");
drivers/gpio/gpiolib.c
705
size = device_property_count_u32(dev, "gpio-reserved-ranges");
drivers/hwmon/pwm-fan.c
451
ret = device_property_count_u32(dev, "cooling-levels");
drivers/iio/adc/ad4130.c
1731
ret = device_property_count_u32(dev, "adi,vbias-pins");
drivers/iio/adc/ad4170-4.c
2573
ret = device_property_count_u32(dev, "adi,vbias-pins");
drivers/iio/adc/stm32-adc.c
2135
ret = device_property_count_u32(dev, "st,adc-channels");
drivers/iio/adc/stm32-adc.c
2147
ret = device_property_count_u32(dev, "st,adc-diff-channels");
drivers/iio/adc/stm32-adc.c
2160
adc->nsmps = device_property_count_u32(dev, "st,min-sample-time-nsecs");
drivers/iio/light/tsl2772.c
579
ret = device_property_count_u32(dev, "amstaos,proximity-diodes");
drivers/iio/proximity/sx9310.c
798
count = device_property_count_u32(dev, "semtech,combined-sensors");
drivers/iio/proximity/sx9324.c
863
count = device_property_count_u32(dev, prop);
drivers/input/keyboard/adp5585-keys.c
113
n_pins = device_property_count_u32(dev, "adi,keypad-pins");
drivers/input/keyboard/adp5588-keys.c
677
kpad->nkeys_unlock = device_property_count_u32(&client->dev,
drivers/input/keyboard/atkbd.c
1095
n = device_property_count_u32(dev, "linux,keymap");
drivers/input/keyboard/atkbd.c
1257
n = device_property_count_u32(dev, "function-row-physmap");
drivers/input/keyboard/cros_ec_keyb.c
550
n_physmap = device_property_count_u32(ckdev->dev,
drivers/input/keyboard/iqs62x-keys.c
51
ret = device_property_count_u32(&pdev->dev, "linux,keycodes");
drivers/input/keyboard/max7360-keypad.c
145
size = device_property_count_u32(dev, propname);
drivers/input/keyboard/mpr121_touchkey.c
221
mpr121->keycount = device_property_count_u32(dev, "linux,keycodes");
drivers/input/matrix-keymap.c
83
size = device_property_count_u32(dev, propname);
drivers/input/misc/iqs269a.c
1091
int count = device_property_count_u32(&client->dev,
drivers/input/rmi4/rmi_f1a.c
28
n_keys = device_property_count_u32(dev, buttons_property);
drivers/input/touchscreen/atmel_mxt_ts.c
3144
n_keys = device_property_count_u32(dev, keymap_property);
drivers/input/touchscreen/atmel_mxt_ts.c
3170
n_keys = device_property_count_u32(dev, buttons_property);
drivers/input/touchscreen/hideep.c
827
ts->key_num = device_property_count_u32(dev, "linux,keycodes");
drivers/input/touchscreen/himax_hx852x.c
354
count = device_property_count_u32(dev, "linux,keycodes");
drivers/input/touchscreen/hynitron-cst816x.c
42
count = device_property_count_u32(dev, "linux,keycodes");
drivers/input/touchscreen/mms114.c
509
data->num_keycodes = device_property_count_u32(&client->dev,
drivers/input/touchscreen/msg2638.c
401
msg2638->num_keycodes = device_property_count_u32(dev,
drivers/input/touchscreen/zinitix.c
649
bt541->num_keycodes = device_property_count_u32(&client->dev,
drivers/media/i2c/vd55g1.c
1805
*nb = device_property_count_u32(sensor->dev, prop_name);
drivers/media/i2c/vd56g3.c
1227
ret = device_property_count_u32(dev, prop_name);
drivers/mfd/adp5585.c
292
ret = device_property_count_u32(dev, prop);
drivers/mmc/core/host.c
458
ret = device_property_count_u32(dev, prop);
drivers/phy/rockchip/phy-rockchip-usbdp.c
883
num_lanes = device_property_count_u32(udphy->dev, "rockchip,dp-lane-mux");
drivers/pinctrl/pinctrl-microchip-sgpio.c
608
nranges = device_property_count_u32(dev, range_property_name);
drivers/power/supply/pm8916_lbc.c
270
len = device_property_count_u32(dev, "reg");
drivers/regulator/fp9931.c
97
ret = device_property_count_u32(data->dev, "fitipower,tdly-ms");
drivers/staging/fbtft/fbtft-core.c
852
count = device_property_count_u32(dev, "init");
drivers/tty/serial/sc16is7xx.c
1374
count = device_property_count_u32(dev, "irda-mode-ports");
drivers/tty/serial/sc16is7xx.c
1401
count = device_property_count_u32(dev, "nxp,modem-control-line-ports");
drivers/usb/dwc2/params.c
592
num = device_property_count_u32(hsotg->dev, "g-tx-fifo-size");
drivers/usb/dwc3/core.c
1125
ntype = device_property_count_u32(dev, "snps,incr-burst-type-adjustment");
drivers/video/backlight/mp3309c.c
250
num_levels = device_property_count_u32(dev, "brightness-levels");
drivers/watchdog/bd9576_wdt.c
236
count = device_property_count_u32(dev->parent, "rohm,hw-timeout-ms");
drivers/watchdog/bd96801_wdt.c
275
count = device_property_count_u32(w->dev->parent, "rohm,hw-timeout-ms");
sound/hda/codecs/side-codecs/cs35l41_hda.c
1783
ret = device_property_count_u32(physdev, property);
sound/hda/codecs/side-codecs/cs35l56_hda.c
1047
ret = device_property_count_u32(cs35l56->base.dev, property);
sound/hda/codecs/side-codecs/tas2781_hda_spi.c
341
ret = device_property_count_u32(physdev, property);
sound/soc/codecs/arizona-jack.c
1172
nconfs = device_property_count_u32(arizona->dev, prop);
sound/soc/codecs/audio-iio-aux.c
270
count = device_property_count_u32(dev, "snd-control-invert-range");
sound/soc/codecs/cs42l43-jack.c
96
ret = device_property_count_u32(cs42l43->dev, "cirrus,buttons-ohms");
sound/soc/codecs/madera.c
374
n = device_property_count_u32(dev, propname);
sound/soc/codecs/tlv320adcx140.c
1052
pdm_count = device_property_count_u32(adcx140->dev,
sound/soc/codecs/tlv320adcx140.c
1070
gpi_count = device_property_count_u32(adcx140->dev, "ti,gpi-config");
sound/soc/codecs/tlv320adcx140.c
969
gpio_count = device_property_count_u32(adcx140->dev,