Searched refs:of_property_read_u8_array (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/include/linux/ |
D | of.h | 284 extern int of_property_read_u8_array(const struct device_node *np, 515 static inline int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array() function 847 return of_property_read_u8_array(np, propname, out_value, 1); in of_property_read_u8()
|
/linux-4.4.14/arch/powerpc/platforms/powernv/ |
D | opal-sysparam.c | 233 if (of_property_read_u8_array(sysparam, "param-perm", perm, count)) { in opal_sys_param_init()
|
/linux-4.4.14/drivers/bluetooth/ |
D | btmrvl_main.c | 516 ret = of_property_read_u8_array(dt_node, "btmrvl,cal-data", in btmrvl_check_device_tree()
|
/linux-4.4.14/sound/soc/codecs/ |
D | adau1701.c | 851 of_property_read_u8_array(dev->of_node, "adi,pin-config", in adau1701_i2c_probe()
|
/linux-4.4.14/drivers/of/ |
D | base.c | 1188 int of_property_read_u8_array(const struct device_node *np, in of_property_read_u8_array() function 1201 EXPORT_SYMBOL_GPL(of_property_read_u8_array);
|
/linux-4.4.14/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.4.14/drivers/net/ethernet/xilinx/ |
D | xilinx_axienet_main.c | 1616 ret = of_property_read_u8_array(pdev->dev.of_node, in axienet_probe()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | core.c | 487 ret = of_property_read_u8_array(node, "qcom,ath10k-calibration-data", in ath10k_download_cal_dt()
|
/linux-4.4.14/drivers/net/wireless/mwifiex/ |
D | sta_cmd.c | 1496 ret = of_property_read_u8_array(adapter->dt_node, prop->name, in mwifiex_cmd_cfg_data()
|