Searched refs:of_property_read_string (Results 226 - 250 of 273) sorted by relevance

1234567891011

/linux-master/drivers/mtd/nand/raw/
H A Domap2.c1681 if (of_property_read_string(child, "ti,nand-ecc-opt", &s)) {
1709 if (!of_property_read_string(child, "ti,nand-xfer-type", &s)) {
H A Dnand_base.c5447 err = of_property_read_string(np, "nand-ecc-mode", &pm);
5480 err = of_property_read_string(np, "nand-ecc-mode", &pm);
5494 err = of_property_read_string(np, "nand-ecc-mode", &pm);
/linux-master/arch/um/drivers/
H A Dvirtio_uml.c1175 ret = of_property_read_string(np, "socket-path", &pdata->socket_path);
/linux-master/drivers/phy/rockchip/
H A Dphy-rockchip-inno-hdmi.c1013 of_property_read_string(np, "clock-output-names", &init.name);
H A Dphy-rockchip-inno-usb2.c387 of_property_read_string(node, "clock-output-names", &init.name);
/linux-master/drivers/video/backlight/
H A Dqcom-wled.c1408 rc = of_property_read_string(dev->of_node, "label", &wled->name);
/linux-master/drivers/iio/adc/
H A Dat91_adc.c1039 !of_property_read_string(node, "atmel,adc-use-res", (const char **)&s)
/linux-master/drivers/video/fbdev/
H A Datmel_lcdfb.c899 err = of_property_read_string(np, "atmel,lcd-wiring-mode", &mode);
/linux-master/drivers/regulator/
H A Dqcom-rpmh-regulator.c1549 ret = of_property_read_string(dev->of_node, "qcom,pmic-id", &pmic_id);
/linux-master/sound/soc/codecs/
H A Dlpass-va-macro.c1404 of_property_read_string(np, "clock-output-names", &clk_name);
H A Dpeb2466.c1562 ret = of_property_read_string(peb2466->spi->dev.of_node,
/linux-master/arch/powerpc/platforms/pseries/
H A Dpapr_scm.c1387 if (of_property_read_string(dn, "ibm,unit-guid", &uuid_str)) {
/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-qmp-usbc.c827 ret = of_property_read_string(np, "clock-output-names", &init.name);
H A Dphy-qcom-qmp-usb-legacy.c1123 ret = of_property_read_string(np, "clock-output-names", &init.name);
/linux-master/drivers/misc/
H A Dxilinx_sdfec.c1040 rval = of_property_read_string(node, "xlnx,sdfec-code", &fec_code);
/linux-master/drivers/firmware/xilinx/
H A Dzynqmp.c531 if (of_property_read_string(np, "method", &method)) {
/linux-master/drivers/clk/tegra/
H A Dclk-dfll.c1917 if (of_property_read_string(td->dev->of_node, "clock-output-names",
/linux-master/drivers/media/platform/marvell/
H A Dmcam-core.c1887 of_property_read_string(cam->dev->of_node, "clock-output-names",
/linux-master/drivers/soc/ti/
H A Dknav_qmss_queue.c1071 if (of_property_read_string(node, "label", &name) < 0)
/linux-master/sound/soc/fsl/
H A Dfsl_easrc.c1951 ret = of_property_read_string(np, "firmware-name",
/linux-master/drivers/clk/
H A Dclk-si5341.c1615 if (of_property_read_string(client->dev.of_node, "clock-output-names",
/linux-master/drivers/soc/fsl/qe/
H A Dqmc.c1229 ret = of_property_read_string(chan_np, "fsl,operational-mode", &mode);
/linux-master/drivers/leds/rgb/
H A Dleds-qcom-lpg.c1443 if (!of_property_read_string(np, "default-state", &state) &&
/linux-master/drivers/pci/controller/
H A Dpcie-brcmstb.c1059 ret = of_property_read_string(pcie->np, "brcm,clkreq-mode", &mode);
/linux-master/drivers/pinctrl/
H A Dpinctrl-st.c1524 of_property_read_string(np, "st,bank-name", &range->name);

Completed in 356 milliseconds

1234567891011