Home
last modified time | relevance | path

Searched refs:device_property_read_u32_array (Results 1 – 25 of 60) sorted by relevance

123

/linux/drivers/input/keyboard/
H A Dcypress-sf.c95 touchkey->num_keys = device_property_read_u32_array(&client->dev, in cypress_sf_probe()
110 error = device_property_read_u32_array(&client->dev, "linux,keycodes", in cypress_sf_probe()
H A Dmpr121_touchkey.c227 error = device_property_read_u32_array(dev, "linux,keycodes", in mpr_touchkey_probe()
H A Diqs62x-keys.c61 ret = device_property_read_u32_array(&pdev->dev, "linux,keycodes", in iqs62x_keys_parse_prop()
/linux/sound/soc/codecs/
H A Dtlv320adcx140.c889 ret = device_property_read_u32_array(adcx140->dev, in adcx140_configure_gpo()
933 ret = device_property_read_u32_array(adcx140->dev, "ti,gpio-config", in adcx140_configure_gpio()
1011 ret = device_property_read_u32_array(adcx140->dev, in adcx140_codec_probe()
1028 ret = device_property_read_u32_array(adcx140->dev, in adcx140_codec_probe()
H A Daudio-iio-aux.c273 ret = device_property_read_u32_array(dev, "snd-control-invert-range", in audio_iio_aux_probe()
H A Dadau7118.c514 ret = device_property_read_u32_array(st->dev, "adi,pdm-clk-map", in adau7118_parset_dt()
/linux/drivers/power/supply/
H A Dgpio-charger.c211 len = device_property_read_u32_array(dev, "charge-current-limit-mapping", in init_charge_current_limit()
228 len = device_property_read_u32_array(dev, "charge-current-limit-mapping", in init_charge_current_limit()
/linux/include/linux/
H A Dproperty.h45 int device_property_read_u32_array(const struct device *dev, const char *propname,
253 return device_property_read_u32_array(dev, propname, val, 1); in device_property_read_u32()
274 return device_property_read_u32_array(dev, propname, NULL, 0); in device_property_count_u32()
/linux/drivers/mux/
H A Dadg792a.c89 ret = device_property_read_u32_array(dev, "idle-state", in adg792a_probe()
/linux/drivers/input/
H A Dmatrix-keymap.c100 error = device_property_read_u32_array(dev, propname, keys, size); in matrix_keypad_parse_keymap()
/linux/sound/pci/hda/
H A Dcs35l41_hda.c1788 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1813 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1824 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1831 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1838 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1845 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
1852 ret = device_property_read_u32_array(physdev, property, values, nval); in cs35l41_hda_parse_acpi()
/linux/drivers/input/misc/
H A Dibm-panel.c138 error = device_property_read_u32_array(&client->dev, in ibm_panel_probe()
/linux/drivers/mmc/core/
H A Dhost.c226 rc = device_property_read_u32_array(dev, prop, degrees, 2); in mmc_of_parse_timing_phase()
470 ret = device_property_read_u32_array(dev, prop, voltage_ranges, 2 * num_ranges); in mmc_of_parse_voltage()
/linux/drivers/hwmon/
H A Dpwm-fan.c462 ret = device_property_read_u32_array(dev, "cooling-levels", in pwm_fan_get_cooling_data()
605 device_property_read_u32_array(dev, "pulses-per-revolution", in pwm_fan_probe()
H A Dltc2990.c220 ret = device_property_read_u32_array(&i2c->dev, in ltc2990_i2c_probe()
H A Dltc2947-core.c1038 ret = device_property_read_u32_array(st->dev, "adi,accumulator-ctl-pol", in ltc2947_setup()
1070 ret = device_property_read_u32_array(st->dev, "adi,gpio-in-accum", in ltc2947_setup()
H A Dtmp513.c679 device_property_read_u32_array(dev, "ti,nfactor", data->nfactor, in tmp51x_read_properties()
/linux/drivers/reset/
H A Dreset-intel-gw.c196 ret = device_property_read_u32_array(dev, "intel,global-reset", rb_id, in intel_reset_probe()
/linux/drivers/base/
H A Dproperty.c188 int device_property_read_u32_array(const struct device *dev, const char *propname, in device_property_read_u32_array() function
193 EXPORT_SYMBOL_GPL(device_property_read_u32_array);
/linux/drivers/iio/dac/
H A Dad5758.c728 ret = device_property_read_u32_array(&st->spi->dev, in ad5758_parse_dt()
739 ret = device_property_read_u32_array(&st->spi->dev, in ad5758_parse_dt()
/linux/drivers/video/backlight/
H A Dmp3309c.c265 ret = device_property_read_u32_array(dev, "brightness-levels", in mp3309c_parse_fwnode()
/linux/drivers/watchdog/
H A Dbd96801_wdt.c283 ret = device_property_read_u32_array(w->dev->parent, in init_wdg_hw()
/linux/drivers/iio/health/
H A Dmax30100.c273 ret = device_property_read_u32_array(dev, "maxim,led-current-microamp", in max30100_led_init()
/linux/drivers/input/touchscreen/
H A Dmsg2638.c416 error = device_property_read_u32_array(dev, "linux,keycodes", in msg2638_ts_probe()
/linux/drivers/rtc/
H A Drtc-isl12022.c519 device_property_read_u32_array(dev, "isil,battery-trip-levels-microvolt", in isl12022_set_trip_levels()

123