Searched refs:of_property_read_string (Results 1 - 25 of 273) sorted by last modified time

1234567891011

/linux-master/drivers/regulator/
H A Daxp20x-regulator.c1687 of_property_read_string(rdev->dev.of_node,
1694 of_property_read_string(rdev->dev.of_node,
1699 of_property_read_string(rdev->dev.of_node,
/linux-master/drivers/of/
H A Dproperty.c422 * of_property_read_string - Find and read a string from a property
440 int of_property_read_string(const struct device_node *np, const char *propname, function
454 EXPORT_SYMBOL_GPL(of_property_read_string); variable
502 * of_property_read_string*() family of functions.
/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1606 ret = of_property_read_string(wcn->dev->parent->of_node, "firmware-name", &wcn->nv_file);
/linux-master/drivers/net/wireless/ath/ath11k/
H A Dcore.c1122 of_property_read_string(node, "qcom,ath11k-calibration-variant",
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dsnoc.c1342 of_property_read_string(dev->of_node, "firmware-name", &ar->board_name);
H A Dcore.c1149 of_property_read_string(node, "qcom,ath10k-calibration-variant",
/linux-master/drivers/net/ipa/
H A Dipa_main.c612 ret = of_property_read_string(dev->of_node, "firmware-name", &path);
735 ret = of_property_read_string(dev->of_node, "qcom,gsi-loader", &str);
/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-rk.c1641 ret = of_property_read_string(dev->of_node, "clock_in_out", &strings);
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar.c706 err = of_property_read_string(np, "model", &model);
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek_ptp.c325 ret = of_property_read_string(led, "label", &label);
352 ret = of_property_read_string(led, "label", &label);
/linux-master/drivers/hwmon/
H A Dnct7802.c1098 if (of_property_read_string(node, "sensor-type", &type_str)) {
1120 if (of_property_read_string(node, "temperature-mode",
H A Dina3221.c795 of_property_read_string(child, "label", &input->label);
/linux-master/drivers/gpio/
H A Dgpiolib-of.c772 if (name && of_property_read_string(np, "line-name", name))
/linux-master/drivers/devfreq/event/
H A Dexynos-ppmu.c557 of_property_read_string(node, "event-name", &desc[j].name);
/linux-master/drivers/bluetooth/
H A Dhci_bcm4377.c2200 ret = of_property_read_string(np, "brcm,board-type",
/linux-master/arch/sh/boards/
H A Dof-generic.c71 of_property_read_string(np, "enable-method", &method);
80 of_property_read_string(np, "enable-method", &method);
125 of_property_read_string(root, "model", &sh_mv.mv_name);
/linux-master/drivers/soc/ti/
H A Dwkup_m3_ipc.c682 ret = of_property_read_string(np, "firmware-name",
/linux-master/drivers/firmware/arm_scmi/
H A Ddriver.c2865 of_property_read_string(info->dev->of_node, "compatible", &c_ptr);
/linux-master/sound/soc/ti/
H A Ddavinci-mcasp.c2038 ret = of_property_read_string(chan->device->dev->of_node,
/linux-master/drivers/mtd/
H A Dmtdcore.c613 if (!of_property_read_string(mtd_dn, "label", &pname)) {
/linux-master/sound/soc/
H A Dsoc-core.c1540 ret = of_property_read_string(of_node, "sound-name-prefix", &str);
3173 ret = of_property_read_string(np, propname, &str);
3343 ret = of_property_read_string(np, "dai-format", &str);
3346 ret = of_property_read_string(np, prop, &str);
/linux-master/drivers/w1/masters/
H A Domap_hdq.c588 ret = of_property_read_string(pdev->dev.of_node, "ti,mode", &mode);
/linux-master/drivers/rtc/
H A Drtc-nct3018y.c468 of_property_read_string(node, "clock-output-names", &init.name);
H A Drtc-m41t80.c581 of_property_read_string(node, "clock-output-names", &init.name);
/linux-master/drivers/remoteproc/
H A Dqcom_wcnss.c553 ret = of_property_read_string(pdev->dev.of_node, "firmware-name",

Completed in 348 milliseconds

1234567891011