Home
last modified time | relevance | path

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

12

/drivers/net/ethernet/amd/xgbe/
Dxgbe-phy-v1.c709 ret = device_property_read_u32_array(pdata->phy_dev, in xgbe_phy_init()
724 ret = device_property_read_u32_array(pdata->phy_dev, in xgbe_phy_init()
739 ret = device_property_read_u32_array(pdata->phy_dev, in xgbe_phy_init()
754 ret = device_property_read_u32_array(pdata->phy_dev, in xgbe_phy_init()
769 ret = device_property_read_u32_array(pdata->phy_dev, in xgbe_phy_init()
784 ret = device_property_read_u32_array(pdata->phy_dev, in xgbe_phy_init()
/drivers/input/keyboard/
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()
Dmpr121_touchkey.c267 error = device_property_read_u32_array(dev, "linux,keycodes", in mpr_touchkey_probe()
Diqs62x-keys.c62 ret = device_property_read_u32_array(&pdev->dev, "linux,keycodes", in iqs62x_keys_parse_prop()
Dcros_ec_keyb.c542 error = device_property_read_u32_array(ckdev->dev, in cros_ec_keyb_parse_vivaldi_physmap()
Datkbd.c1085 if (device_property_read_u32_array(dev, "linux,keymap", ptr, n)) { in atkbd_get_keymap_from_fwnode()
1241 !device_property_read_u32_array(dev, "function-row-physmap", in atkbd_parse_fwnode_data()
/drivers/power/supply/
Dgpio-charger.c201 len = device_property_read_u32_array(dev, "charge-current-limit-mapping", in init_charge_current_limit()
218 len = device_property_read_u32_array(dev, "charge-current-limit-mapping", in init_charge_current_limit()
/drivers/mux/
Dadg792a.c89 ret = device_property_read_u32_array(dev, "idle-state", in adg792a_probe()
/drivers/soc/fsl/
Drcpm.c78 ret = device_property_read_u32_array(ws->dev->parent, in rcpm_pm_prepare()
/drivers/input/
Dmatrix-keymap.c101 retval = device_property_read_u32_array(dev, propname, keys, size); in matrix_keypad_parse_keymap()
/drivers/input/misc/
Dibm-panel.c142 error = device_property_read_u32_array(&client->dev, in ibm_panel_probe()
/drivers/mmc/core/
Dhost.c230 rc = device_property_read_u32_array(dev, prop, degrees, 2); in mmc_of_parse_timing_phase()
476 ret = device_property_read_u32_array(dev, prop, voltage_ranges, 2 * num_ranges); in mmc_of_parse_voltage()
/drivers/iio/dac/
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()
Dad5766.c500 ret = device_property_read_u32_array(&st->spi->dev, in ad5766_get_output_range()
/drivers/base/
Dproperty.c142 int device_property_read_u32_array(struct device *dev, const char *propname, in device_property_read_u32_array() function
147 EXPORT_SYMBOL_GPL(device_property_read_u32_array);
/drivers/hwmon/
Dltc2990.c220 ret = device_property_read_u32_array(&i2c->dev, in ltc2990_i2c_probe()
Dtmp513.c676 ret = device_property_read_u32_array(dev, "ti,nfactor", nfactor, in tmp51x_read_properties()
/drivers/reset/
Dreset-intel-gw.c196 ret = device_property_read_u32_array(dev, "intel,global-reset", rb_id, in intel_reset_probe()
/drivers/watchdog/
Dbd9576_wdt.c248 ret = device_property_read_u32_array(dev->parent, in bd9576_wdt_probe()
/drivers/iio/health/
Dmax30100.c273 ret = device_property_read_u32_array(dev, "maxim,led-current-microamp", in max30100_led_init()
/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_mdio.c364 device_property_read_u32_array(priv->device, in stmmac_mdio_reset()
/drivers/iio/adc/
Dstm32-adc.c1921 ret = device_property_read_u32_array(dev, "st,adc-diff-channels", in stm32_adc_legacy_chan_init()
1943 ret = device_property_read_u32_array(dev, "st,adc-channels", chans, num_se); in stm32_adc_legacy_chan_init()
1971 ret = device_property_read_u32_array(dev, "st,min-sample-time-nsecs", in stm32_adc_legacy_chan_init()
Dvf610_adc.c849 device_property_read_u32_array(dev, "fsl,adck-max-frequency", info->max_adck_rate, 3); in vf610_adc_probe()
/drivers/input/touchscreen/
Dsilead.c437 error = device_property_read_u32_array(dev, "silead,efi-fw-min-max", in silead_ts_load_fw()
/drivers/dma/dw-axi-dmac/
Ddw-axi-dmac-platform.c1330 ret = device_property_read_u32_array(dev, "snps,block-size", carr, in parse_device_properties()
1341 ret = device_property_read_u32_array(dev, "snps,priority", carr, in parse_device_properties()

12