Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dof.h283 extern int of_property_read_u8_array(const struct device_node *np,
509 static inline int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array() function
841 return of_property_read_u8_array(np, propname, out_value, 1); in of_property_read_u8()
/linux-4.1.27/arch/powerpc/platforms/powernv/
Dopal-sysparam.c230 if (of_property_read_u8_array(sysparam, "param-perm", perm, count)) { in opal_sys_param_init()
/linux-4.1.27/sound/soc/codecs/
Dadau1701.c763 of_property_read_u8_array(dev->of_node, "adi,pin-config", in adau1701_i2c_probe()
Drt5677.c4947 of_property_read_u8_array(np, "realtek,gpio-config", in rt5677_parse_dt()
/linux-4.1.27/drivers/bluetooth/
Dbtmrvl_main.c542 ret = of_property_read_u8_array(dt_node, "btmrvl,cal-data", in btmrvl_check_device_tree()
/linux-4.1.27/drivers/of/
Dbase.c1191 int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array() function
1204 EXPORT_SYMBOL_GPL(of_property_read_u8_array);
/linux-4.1.27/drivers/mtd/nand/
Dfsmc_nand.c895 ret = of_property_read_u8_array(np, "timings", (u8 *)pdata->nand_timings, in fsmc_nand_probe_config_dt()
/linux-4.1.27/drivers/net/wireless/ath/ath10k/
Dcore.c330 ret = of_property_read_u8_array(node, "qcom,ath10k-calibration-data", in ath10k_download_cal_dt()
/linux-4.1.27/drivers/net/wireless/mwifiex/
Dsta_cmd.c1462 ret = of_property_read_u8_array(adapter->dt_node, prop->name, in mwifiex_cmd_cfg_data()