Home
last modified time | relevance | path

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

/Linux-v5.4/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()
/Linux-v5.4/include/linux/
Dproperty.h41 int device_property_read_u32_array(struct device *dev, const char *propname,
139 return device_property_read_u32_array(dev, propname, val, 1); in device_property_read_u32()
160 return device_property_read_u32_array(dev, propname, NULL, 0); in device_property_count_u32()
/Linux-v5.4/drivers/mux/
Dadg792a.c89 ret = device_property_read_u32_array(dev, "idle-state", in adg792a_probe()
/Linux-v5.4/drivers/input/
Dmatrix-keymap.c101 retval = device_property_read_u32_array(dev, propname, keys, size); in matrix_keypad_parse_keymap()
/Linux-v5.4/drivers/base/
Dproperty.c128 int device_property_read_u32_array(struct device *dev, const char *propname, in device_property_read_u32_array() function
133 EXPORT_SYMBOL_GPL(device_property_read_u32_array);
/Linux-v5.4/drivers/hwmon/
Dltc2990.c221 ret = device_property_read_u32_array(&i2c->dev, in ltc2990_i2c_probe()
/Linux-v5.4/drivers/iio/dac/
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()
/Linux-v5.4/drivers/input/keyboard/
Dmpr121_touchkey.c262 error = device_property_read_u32_array(dev, "linux,keycodes", in mpr_touchkey_probe()
/Linux-v5.4/drivers/net/ethernet/stmicro/stmmac/
Dstmmac_mdio.c279 device_property_read_u32_array(priv->device, in stmmac_mdio_reset()
/Linux-v5.4/drivers/dma/dw-axi-dmac/
Ddw-axi-dmac-platform.c783 ret = device_property_read_u32_array(dev, "snps,block-size", carr, in parse_device_properties()
794 ret = device_property_read_u32_array(dev, "snps,priority", carr, in parse_device_properties()
/Linux-v5.4/drivers/usb/dwc2/
Dparams.c412 device_property_read_u32_array(hsotg->dev, in dwc2_get_device_properties()
/Linux-v5.4/drivers/input/touchscreen/
Dhideep.c825 error = device_property_read_u32_array(dev, "linux,keycodes", in hideep_init_input()
Datmel_mxt_ts.c3006 error = device_property_read_u32_array(dev, keymap_property, in mxt_parse_device_properties()
/Linux-v5.4/drivers/dma/
Dfsl-qdma.c488 ret = device_property_read_u32_array(&pdev->dev, "queue-sizes", in fsl_qdma_alloc_queue_resources()
Dstm32-mdma.c1569 device_property_read_u32_array(&pdev->dev, "st,ahb-addr-masks", in stm32_mdma_probe()
/Linux-v5.4/drivers/usb/dwc3/
Dcore.c837 ret = device_property_read_u32_array(dev, in dwc3_set_incr_burst_type()
/Linux-v5.4/sound/soc/codecs/
Dnau8824.c1842 ret = device_property_read_u32_array(dev, "nuvoton,sar-threshold", in nau8824_read_device_properties()
Dnau8825.c2501 ret = device_property_read_u32_array(dev, "nuvoton,sar-threshold", in nau8825_read_device_properties()
Drt5663.c3480 device_property_read_u32_array(dev, in rt5663_parse_dp()
Dmadera.c342 ret = device_property_read_u32_array(dev, propname, dest, n); in madera_get_variable_u32_array()
/Linux-v5.4/drivers/extcon/
Dextcon-arizona.c1264 ret = device_property_read_u32_array(arizona->dev, prop, vals, nconfs); in arizona_extcon_get_micd_configs()
/Linux-v5.4/drivers/tty/serial/
Dserial_core.c3104 ret = device_property_read_u32_array(dev, "rs485-rts-delay", in uart_get_rs485_mode()
/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas_v2_hw.c1206 if (!device_property_read_u32_array(dev, "hisilicon,signal-attenuation", in init_reg_v2_hw()