Searched refs:of_property_read_u8_array (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/ata/
H A Dahci_ceva.c277 if (of_property_read_u8_array(np, "ceva,p0-cominit-params",
284 if (of_property_read_u8_array(np, "ceva,p1-cominit-params",
292 if (of_property_read_u8_array(np, "ceva,p0-comwake-params",
299 if (of_property_read_u8_array(np, "ceva,p1-comwake-params",
307 if (of_property_read_u8_array(np, "ceva,p0-burst-params",
314 if (of_property_read_u8_array(np, "ceva,p1-burst-params",
/linux-master/drivers/soundwire/
H A Dqcom.c1385 ret = of_property_read_u8_array(np, "qcom,ports-offset1",
1390 ret = of_property_read_u8_array(np, "qcom,ports-offset2",
1395 ret = of_property_read_u8_array(np, "qcom,ports-sinterval-low",
1405 ret = of_property_read_u8_array(np, "qcom,ports-block-pack-mode",
1415 of_property_read_u8_array(np, "qcom,ports-hstart", hstart, nports);
1418 of_property_read_u8_array(np, "qcom,ports-hstop", hstop, nports);
1421 of_property_read_u8_array(np, "qcom,ports-word-length", word_length, nports);
1424 of_property_read_u8_array(np, "qcom,ports-block-group-count", blk_group_count, nports);
1427 of_property_read_u8_array(np, "qcom,ports-lane-control", lane_control, nports);
/linux-master/sound/soc/codecs/
H A Dcs35l35.c1394 ret = of_property_read_u8_array(signal_format, "cirrus,imon",
1403 ret = of_property_read_u8_array(signal_format, "cirrus,vmon",
1411 ret = of_property_read_u8_array(signal_format, "cirrus,vpmon",
1419 ret = of_property_read_u8_array(signal_format, "cirrus,vbstmon",
1427 ret = of_property_read_u8_array(signal_format, "cirrus,vpbrstat",
1435 ret = of_property_read_u8_array(signal_format, "cirrus,zerofill",
H A Dadau1701.c826 of_property_read_u8_array(dev->of_node, "adi,pin-config",
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-sysparam.c220 if (of_property_read_u8_array(sysparam, "param-perm", perm, count)) {
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-usb-hs.c225 ret = of_property_read_u8_array(ulpi->dev.of_node, "qcom,init-seq",
/linux-master/drivers/leds/
H A Dleds-pca9532.c478 of_property_read_u8_array(np, "nxp,pwm", &pdata->pwm[0],
480 of_property_read_u8_array(np, "nxp,psc", &pdata->psc[0],
/linux-master/drivers/gpu/drm/msm/dsi/phy/
H A Ddsi_phy_10nm.c951 ret = of_property_read_u8_array(dev->of_node, "qcom,phy-rescode-offset-top",
968 ret = of_property_read_u8_array(dev->of_node, "qcom,phy-rescode-offset-bot",
/linux-master/drivers/hwmon/
H A Dnpcm750-pwm-fan.c857 ret = of_property_read_u8_array(child, "cooling-levels",
915 ret = of_property_read_u8_array(child, "fan-tach-ch", fan_ch, fan_cnt);
H A Daspeed-pwm-tacho.c835 ret = of_property_read_u8_array(child, "cooling-levels",
888 ret = of_property_read_u8_array(child, "aspeed,fan-tach-ch",
H A Daspeed-g6-pwm-tach.c440 ret = of_property_read_u8_array(child, "tach-ch", tach_ch, count);
/linux-master/drivers/bluetooth/
H A Dbtmrvl_main.c513 ret = of_property_read_u8_array(dt_node, "marvell,cal-data",
/linux-master/include/linux/
H A Dof.h1277 * of_property_read_u8_array - Find and read an array of u8 from a property.
1296 static inline int of_property_read_u8_array(const struct device_node *np, function
1404 return of_property_read_u8_array(np, propname, out_value, 1);
/linux-master/drivers/mtd/nand/raw/
H A Dfsmc_nand.c892 ret = of_property_read_u8_array(np, "timings", (u8 *)host->dev_timings,
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_drv.c800 ret = of_property_read_u8_array(dev->of_node,
/linux-master/drivers/clk/
H A Dclk-versaclock3.c994 ret = of_property_read_u8_array(dev->of_node, "renesas,settings",
/linux-master/drivers/pci/controller/cadence/
H A Dpcie-cadence-ep.c712 ret = of_property_read_u8_array(np, "max-virtual-functions",
/linux-master/drivers/of/
H A Dproperty.c921 return of_property_read_u8_array(node, propname, val, nval);
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danx7625.c1653 of_property_read_u8_array(dev->of_node, "analogix,lane0-swing",
1663 of_property_read_u8_array(dev->of_node, "analogix,lane1-swing",
/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c1513 ret = of_property_read_u8_array(adapter->dt_node, prop->name,
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dcore.c1919 ret = of_property_read_u8_array(node, dt_name, data, data_len);

Completed in 261 milliseconds