Searched refs:of_property_read_u8_array (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/include/linux/ |
D | of.h | 283 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/ |
D | opal-sysparam.c | 230 if (of_property_read_u8_array(sysparam, "param-perm", perm, count)) { in opal_sys_param_init()
|
/linux-4.1.27/sound/soc/codecs/ |
D | adau1701.c | 763 of_property_read_u8_array(dev->of_node, "adi,pin-config", in adau1701_i2c_probe()
|
D | rt5677.c | 4947 of_property_read_u8_array(np, "realtek,gpio-config", in rt5677_parse_dt()
|
/linux-4.1.27/drivers/bluetooth/ |
D | btmrvl_main.c | 542 ret = of_property_read_u8_array(dt_node, "btmrvl,cal-data", in btmrvl_check_device_tree()
|
/linux-4.1.27/drivers/of/ |
D | base.c | 1191 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/ |
D | fsmc_nand.c | 895 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/ |
D | core.c | 330 ret = of_property_read_u8_array(node, "qcom,ath10k-calibration-data", in ath10k_download_cal_dt()
|
/linux-4.1.27/drivers/net/wireless/mwifiex/ |
D | sta_cmd.c | 1462 ret = of_property_read_u8_array(adapter->dt_node, prop->name, in mwifiex_cmd_cfg_data()
|