Home
last modified time | relevance | path

Searched refs:of_property_read_u8_array (Results 1 – 15 of 15) sorted by relevance

/Linux-v4.19/drivers/ata/
Dahci_ceva.c228 if (of_property_read_u8_array(np, "ceva,p0-cominit-params", in ceva_ahci_probe()
234 if (of_property_read_u8_array(np, "ceva,p1-cominit-params", in ceva_ahci_probe()
241 if (of_property_read_u8_array(np, "ceva,p0-comwake-params", in ceva_ahci_probe()
247 if (of_property_read_u8_array(np, "ceva,p1-comwake-params", in ceva_ahci_probe()
254 if (of_property_read_u8_array(np, "ceva,p0-burst-params", in ceva_ahci_probe()
260 if (of_property_read_u8_array(np, "ceva,p1-burst-params", in ceva_ahci_probe()
/Linux-v4.19/sound/soc/codecs/
Dcs35l35.c1401 ret = of_property_read_u8_array(signal_format, "cirrus,imon", in cs35l35_handle_of_data()
1410 ret = of_property_read_u8_array(signal_format, "cirrus,vmon", in cs35l35_handle_of_data()
1418 ret = of_property_read_u8_array(signal_format, "cirrus,vpmon", in cs35l35_handle_of_data()
1426 ret = of_property_read_u8_array(signal_format, "cirrus,vbstmon", in cs35l35_handle_of_data()
1434 ret = of_property_read_u8_array(signal_format, "cirrus,vpbrstat", in cs35l35_handle_of_data()
1442 ret = of_property_read_u8_array(signal_format, "cirrus,zerofill", in cs35l35_handle_of_data()
Dadau1701.c849 of_property_read_u8_array(dev->of_node, "adi,pin-config", in adau1701_i2c_probe()
/Linux-v4.19/drivers/bluetooth/
Dbtqcomsmd.c175 if (!of_property_read_u8_array(pdev->dev.of_node, "local-bd-address", in btqcomsmd_probe()
Dbtmrvl_main.c526 ret = of_property_read_u8_array(dt_node, "marvell,cal-data", in btmrvl_check_device_tree()
/Linux-v4.19/arch/powerpc/platforms/powernv/
Dopal-sysparam.c233 if (of_property_read_u8_array(sysparam, "param-perm", perm, count)) { in opal_sys_param_init()
/Linux-v4.19/include/linux/
Dof.h432 static inline int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array() function
706 static inline int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array() function
1155 return of_property_read_u8_array(np, propname, out_value, 1); in of_property_read_u8()
/Linux-v4.19/drivers/phy/qualcomm/
Dphy-qcom-usb-hs.c223 ret = of_property_read_u8_array(ulpi->dev.of_node, "qcom,init-seq", in qcom_usb_hs_phy_probe()
/Linux-v4.19/drivers/hwmon/
Daspeed-pwm-tacho.c848 ret = of_property_read_u8_array(child, "cooling-levels", in aspeed_create_pwm_cooling()
901 ret = of_property_read_u8_array(child, "aspeed,fan-tach-ch", in aspeed_create_fan()
Dnpcm750-pwm-fan.c857 ret = of_property_read_u8_array(child, "cooling-levels", in npcm7xx_create_pwm_cooling()
915 ret = of_property_read_u8_array(child, "fan-tach-ch", fan_ch, fan_cnt); in npcm7xx_en_pwm_fan()
/Linux-v4.19/drivers/of/
Dproperty.c850 return of_property_read_u8_array(node, propname, val, nval); in of_fwnode_property_read_int_array()
/Linux-v4.19/drivers/gpu/drm/arm/
Dmalidp_drv.c710 ret = of_property_read_u8_array(dev->of_node, in malidp_bind()
/Linux-v4.19/drivers/mtd/nand/raw/
Dfsmc_nand.c905 ret = of_property_read_u8_array(np, "timings", (u8 *)host->dev_timings, in fsmc_nand_probe_config_dt()
/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dcore.c856 ret = of_property_read_u8_array(node, dt_name, data, data_len); in ath10k_download_cal_dt()
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dsta_cmd.c1527 ret = of_property_read_u8_array(adapter->dt_node, prop->name, in mwifiex_cmd_cfg_data()