Home
last modified time | relevance | path

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

12

/linux/drivers/net/ethernet/amd/xgbe/
A 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()
/linux/drivers/input/keyboard/
A Dcypress-sf.c87 touchkey->num_keys = device_property_read_u32_array(&client->dev, in cypress_sf_probe()
102 error = device_property_read_u32_array(&client->dev, "linux,keycodes", in cypress_sf_probe()
A Diqs62x-keys.c62 ret = device_property_read_u32_array(&pdev->dev, "linux,keycodes", in iqs62x_keys_parse_prop()
A Dmpr121_touchkey.c267 error = device_property_read_u32_array(dev, "linux,keycodes", in mpr_touchkey_probe()
A Datkbd.c1054 if (device_property_read_u32_array(dev, "linux,keymap", ptr, n)) { in atkbd_get_keymap_from_fwnode()
1210 !device_property_read_u32_array(dev, "function-row-physmap", in atkbd_parse_fwnode_data()
/linux/sound/soc/codecs/
A Dtlv320adcx140.c835 ret = device_property_read_u32_array(adcx140->dev, in adcx140_configure_gpo()
879 ret = device_property_read_u32_array(adcx140->dev, "ti,gpio-config", in adcx140_configure_gpio()
957 ret = device_property_read_u32_array(adcx140->dev, in adcx140_codec_probe()
974 ret = device_property_read_u32_array(adcx140->dev, in adcx140_codec_probe()
A Dadau7118.c524 ret = device_property_read_u32_array(st->dev, "adi,pdm-clk-map", in adau7118_parset_dt()
/linux/include/linux/
A Dproperty.h42 int device_property_read_u32_array(struct device *dev, const char *propname,
148 return device_property_read_u32_array(dev, propname, val, 1); in device_property_read_u32()
169 return device_property_read_u32_array(dev, propname, NULL, 0); in device_property_count_u32()
/linux/drivers/power/supply/
A 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()
/linux/drivers/soc/fsl/
A Drcpm.c78 ret = device_property_read_u32_array(ws->dev->parent, in rcpm_pm_prepare()
/linux/drivers/mux/
A Dadg792a.c89 ret = device_property_read_u32_array(dev, "idle-state", in adg792a_probe()
/linux/drivers/input/
A Dmatrix-keymap.c101 retval = device_property_read_u32_array(dev, propname, keys, size); in matrix_keypad_parse_keymap()
/linux/drivers/mmc/core/
A Dhost.c229 rc = device_property_read_u32_array(dev, prop, degrees, 2); in mmc_of_parse_timing_phase()
475 ret = device_property_read_u32_array(dev, prop, voltage_ranges, 2 * num_ranges); in mmc_of_parse_voltage()
/linux/drivers/reset/
A Dreset-intel-gw.c196 ret = device_property_read_u32_array(dev, "intel,global-reset", rb_id, in intel_reset_probe()
/linux/drivers/hwmon/
A Dltc2990.c220 ret = device_property_read_u32_array(&i2c->dev, in ltc2990_i2c_probe()
A Dtmp513.c676 ret = device_property_read_u32_array(dev, "ti,nfactor", nfactor, in tmp51x_read_properties()
/linux/drivers/base/
A Dproperty.c127 int device_property_read_u32_array(struct device *dev, const char *propname, in device_property_read_u32_array() function
132 EXPORT_SYMBOL_GPL(device_property_read_u32_array);
/linux/drivers/iio/dac/
A Dad5758.c729 ret = device_property_read_u32_array(&st->spi->dev, in ad5758_parse_dt()
740 ret = device_property_read_u32_array(&st->spi->dev, in ad5758_parse_dt()
A Dad5766.c509 ret = device_property_read_u32_array(&st->spi->dev, in ad5766_get_output_range()
/linux/drivers/iio/health/
A Dmax30100.c273 ret = device_property_read_u32_array(dev, "maxim,led-current-microamp", in max30100_led_init()
/linux/drivers/net/ethernet/stmicro/stmmac/
A Dstmmac_mdio.c372 device_property_read_u32_array(priv->device, in stmmac_mdio_reset()
/linux/drivers/dma/dw-axi-dmac/
A Ddw-axi-dmac-platform.c1313 ret = device_property_read_u32_array(dev, "snps,block-size", carr, in parse_device_properties()
1324 ret = device_property_read_u32_array(dev, "snps,priority", carr, in parse_device_properties()
/linux/drivers/usb/dwc2/
A Dparams.c470 device_property_read_u32_array(hsotg->dev, in dwc2_get_device_properties()
/linux/drivers/pinctrl/
A Dpinctrl-microchip-sgpio.c535 ret = device_property_read_u32_array(dev, range_property_name, in microchip_sgpio_get_ports()
/linux/drivers/input/touchscreen/
A Dhideep.c832 error = device_property_read_u32_array(dev, "linux,keycodes", in hideep_init_input()

Completed in 56 milliseconds

12