/linux-4.1.27/arch/mips/lantiq/xway/ |
H A D | xrx200_phy_fw.c | 31 if (of_property_read_string(pdev->dev.of_node, xway_gphy_load() 39 if (of_property_read_string(pdev->dev.of_node, xway_gphy_load() 47 } else if (of_property_read_string(pdev->dev.of_node, xway_gphy_load()
|
/linux-4.1.27/drivers/usb/phy/ |
H A D | of.c | 37 err = of_property_read_string(np, "phy_type", &phy_type); of_usb_get_phy_mode()
|
/linux-4.1.27/drivers/clk/ |
H A D | clk-moxart.c | 26 of_property_read_string(node, "clock-output-names", &name); moxart_of_pll_clk_init() 65 of_property_read_string(node, "clock-output-names", &name); moxart_of_apb_clk_init()
|
H A D | clk-nspire.c | 85 of_property_read_string(node, "clock-output-names", &clk_name); nspire_ahbdiv_setup() 126 of_property_read_string(node, "clock-output-names", &clk_name); nspire_clk_setup()
|
H A D | clk-fixed-factor.c | 125 of_property_read_string(node, "clock-output-names", &clk_name); of_fixed_factor_clk_setup()
|
H A D | clk-fixed-rate.c | 127 of_property_read_string(node, "clock-output-names", &clk_name); of_fixed_clk_setup()
|
H A D | clk-pwm.c | 94 of_property_read_string(node, "clock-output-names", &clk_name); clk_pwm_probe()
|
H A D | clk-xgene.c | 177 of_property_read_string(np, "clock-output-names", &clk_name); xgene_pllclk_init() 498 of_property_read_string(np, "clock-output-names", &clk_name); xgene_devclk_init()
|
H A D | clk-highbank.c | 299 of_property_read_string(node, "clock-output-names", &clk_name); hb_clk_init()
|
H A D | clk-qoriq.c | 268 of_property_read_string(np, "clock-output-names", &clk_name); sysclk_init()
|
H A D | clk-vt8500.c | 277 of_property_read_string(node, "clock-output-names", &clk_name); vtwm_device_clk_init() 675 of_property_read_string(node, "clock-output-names", &clk_name); vtwm_pll_clk_init()
|
H A D | clk-axi-clkgen.c | 517 of_property_read_string(pdev->dev.of_node, "clock-output-names", axi_clkgen_probe()
|
H A D | clk-si570.c | 442 if (of_property_read_string(client->dev.of_node, "clock-output-names", si570_probe()
|
/linux-4.1.27/drivers/of/ |
H A D | of_net.c | 27 err = of_property_read_string(np, "phy-mode", &pm); of_get_phy_mode() 29 err = of_property_read_string(np, "phy-connection-type", &pm); of_get_phy_mode()
|
H A D | of_mtd.c | 40 err = of_property_read_string(np, "nand-ecc-mode", &pm); of_get_nand_ecc_mode()
|
H A D | of_mdio.c | 276 err = of_property_read_string(np, "managed", &managed); of_phy_is_fixed_link() 298 err = of_property_read_string(np, "managed", &managed); of_phy_register_fixed_link()
|
H A D | resolver.c | 379 err = of_property_read_string(root_sym, for_each_property_of_node()
|
H A D | overlay.c | 206 ret = of_property_read_string(info_node, "target-path", &path); find_target_node()
|
H A D | base.c | 1333 * of_property_read_string - Find and read a string from a property 1347 int of_property_read_string(struct device_node *np, const char *propname, of_property_read_string() function 1360 EXPORT_SYMBOL_GPL(of_property_read_string); variable 1408 * of_property_read_string*() family of functions.
|
/linux-4.1.27/drivers/usb/common/ |
H A D | common.c | 104 err = of_property_read_string(np, "dr_mode", &dr_mode); of_usb_get_dr_mode() 130 err = of_property_read_string(np, "maximum-speed", &maximum_speed); of_usb_get_maximum_speed()
|
/linux-4.1.27/drivers/clk/sunxi/ |
H A D | clk-a10-hosc.c | 45 of_property_read_string(node, "clock-output-names", &clk_name); sun4i_osc_clk_setup()
|
H A D | clk-sun6i-apb0.c | 49 of_property_read_string(np, "clock-output-names", &clk_name); sun6i_a31_apb0_clk_probe()
|
H A D | clk-sun8i-apb0.c | 40 of_property_read_string(np, "clock-output-names", &clk_name); sun8i_a23_apb0_clk_probe()
|
H A D | clk-a20-gmac.c | 70 if (of_property_read_string(node, "clock-output-names", &clk_name)) sun7i_a20_gmac_clk_setup()
|
H A D | clk-sun6i-ar100.c | 201 of_property_read_string(np, "clock-output-names", &clk_name); sun6i_a31_ar100_clk_probe()
|
H A D | clk-factors.c | 188 of_property_read_string(node, "clock-output-names", &clk_name); sunxi_factors_register()
|
H A D | clk-sunxi.c | 207 of_property_read_string(node, "clock-output-names", &clk_name); sun6i_ahb1_clk_setup() 795 of_property_read_string(node, "clock-output-names", &clk_name); sunxi_mux_clk_setup() 877 of_property_read_string(node, "clock-output-names", &clk_name); sunxi_divider_clk_setup()
|
/linux-4.1.27/drivers/clocksource/ |
H A D | timer-integrator-ap.c | 181 err = of_property_read_string(of_aliases, integrator_ap_timer_init_of() 186 err = of_property_read_string(of_aliases, integrator_ap_timer_init_of()
|
/linux-4.1.27/drivers/clk/socfpga/ |
H A D | clk-periph.c | 88 of_property_read_string(node, "clock-output-names", &clk_name); __socfpga_periph_init()
|
H A D | clk-pll.c | 108 of_property_read_string(node, "clock-output-names", &clk_name); __socfpga_pll_init()
|
H A D | clk-gate.c | 236 of_property_read_string(node, "clock-output-names", &clk_name); __socfpga_gate_init()
|
/linux-4.1.27/drivers/clk/at91/ |
H A D | clk-slow.c | 170 of_property_read_string(np, "clock-output-names", &name); of_at91sam9x5_clk_slow_osc_setup() 279 of_property_read_string(np, "clock-output-names", &name); of_at91sam9x5_clk_slow_rc_osc_setup() 386 of_property_read_string(np, "clock-output-names", &name); of_at91sam9x5_clk_slow_setup() 464 of_property_read_string(np, "clock-output-names", &name); of_at91sam9260_clk_slow_setup()
|
H A D | clk-usb.c | 391 of_property_read_string(np, "clock-output-names", &name); of_at91sam9x5_clk_usb_setup() 411 of_property_read_string(np, "clock-output-names", &name); of_at91sam9n12_clk_usb_setup() 436 of_property_read_string(np, "clock-output-names", &name); of_at91rm9200_clk_usb_setup()
|
H A D | clk-main.c | 201 of_property_read_string(np, "clock-output-names", &name); of_at91rm9200_clk_main_osc_setup() 349 of_property_read_string(np, "clock-output-names", &name); of_at91sam9x5_clk_main_rc_osc_setup() 470 of_property_read_string(np, "clock-output-names", &name); of_at91rm9200_clk_main_setup() 627 of_property_read_string(np, "clock-output-names", &name); of_at91sam9x5_clk_main_setup()
|
H A D | clk-plldiv.c | 120 of_property_read_string(np, "clock-output-names", &name); of_at91_clk_plldiv_setup()
|
H A D | clk-smd.c | 163 of_property_read_string(np, "clock-output-names", &name); of_at91sam9x5_clk_smd_setup()
|
H A D | clk-system.c | 163 if (of_property_read_string(np, "clock-output-names", &name)) for_each_child_of_node()
|
H A D | clk-utmi.c | 141 of_property_read_string(np, "clock-output-names", &name); of_at91_clk_utmi_setup()
|
H A D | clk-master.c | 237 of_property_read_string(np, "clock-output-names", &name); of_at91_clk_master_setup()
|
H A D | clk-peripheral.c | 375 if (of_property_read_string(np, "clock-output-names", &name)) for_each_child_of_node()
|
H A D | clk-programmable.c | 258 if (of_property_read_string(np, "clock-output-names", &name)) for_each_child_of_node()
|
H A D | clk-pll.c | 497 of_property_read_string(np, "clock-output-names", &name); of_at91_clk_pll_setup()
|
/linux-4.1.27/arch/arm/mach-imx/ |
H A D | cpu.c | 91 ret = of_property_read_string(root, "model", &soc_dev_attr->machine); imx_soc_device_init()
|
/linux-4.1.27/arch/arm/mach-nspire/ |
H A D | clcd.c | 75 err = of_property_read_string(fb->dev->dev.of_node, "lcd-type", &type); nspire_clcd_setup()
|
/linux-4.1.27/drivers/hwmon/ |
H A D | ibmpowernv.c | 255 if (of_property_read_string(np, "sensor-type", &str)) get_sensor_type() 305 if (!of_property_read_string(np, "label", &label)) for_each_child_of_node() 415 if (!of_property_read_string(np, "label", &label)) { for_each_child_of_node()
|
/linux-4.1.27/drivers/soc/versatile/ |
H A D | soc-realview.c | 110 ret = of_property_read_string(np, "compatible", realview_soc_probe()
|
/linux-4.1.27/drivers/clk/versatile/ |
H A D | clk-vexpress-osc.c | 92 if (of_property_read_string(pdev->dev.of_node, "clock-output-names", vexpress_osc_probe()
|
/linux-4.1.27/drivers/power/reset/ |
H A D | at91-poweroff.c | 80 err = of_property_read_string(np, "atmel,wakeup-mode", &pm); at91_poweroff_get_wakeup_mode()
|
/linux-4.1.27/drivers/leds/ |
H A D | leds-mc13783.c | 164 if (!of_property_read_string(child, "label", &str)) for_each_child_of_node() 166 if (!of_property_read_string(child, "linux,default-trigger", for_each_child_of_node()
|
H A D | leds-ns2.c | 287 ret = of_property_read_string(child, "label", &string); for_each_child_of_node() 289 ret = of_property_read_string(child, "linux,default-trigger", for_each_child_of_node()
|
H A D | leds-lp55xx-common.c | 574 of_property_read_string(child, "chan-name", &cfg[i].name); for_each_child_of_node() 583 of_property_read_string(np, "label", &pdata->label);
|
H A D | leds-pm8941-wled.c | 339 rc = of_property_read_string(dev->of_node, "label", &wled->cdev.name); pm8941_wled_configure()
|
H A D | leds-lp8860.c | 387 ret = of_property_read_string(np, "label", &led->label); lp8860_probe()
|
/linux-4.1.27/drivers/clk/keystone/ |
H A D | pll.c | 261 of_property_read_string(node, "clock-output-names", &clk_name); of_pll_div_clk_init() 305 of_property_read_string(node, "clock-output-names", &clk_name); of_pll_mux_clk_init()
|
H A D | gate.c | 236 of_property_read_string(node, "clock-output-names", &clk_name); of_psc_clk_init()
|
/linux-4.1.27/drivers/pinctrl/spear/ |
H A D | pinctrl-spear.c | 159 ret = of_property_read_string(np, "st,function", &function); for_each_child_of_node() 180 of_property_read_string(np, "st,function", &function); for_each_child_of_node()
|
/linux-4.1.27/drivers/watchdog/ |
H A D | gpio_wdt.c | 182 ret = of_property_read_string(pdev->dev.of_node, "hw_algo", &algo); gpio_wdt_probe()
|
H A D | at91sam9_wdt.c | 295 if (!of_property_read_string(np, "atmel,watchdog-type", &tmp) && of_at91wdt_init() 303 if (!of_property_read_string(np, "atmel,reset-type", &tmp) && of_at91wdt_init()
|
/linux-4.1.27/drivers/gpu/drm/i2c/ |
H A D | adv7511.c | 780 ret = of_property_read_string(np, "adi,input-colorspace", &str); adv7511_parse_dt() 793 ret = of_property_read_string(np, "adi,input-clock", &str); adv7511_parse_dt() 816 ret = of_property_read_string(np, "adi,input-justification", adv7511_parse_dt()
|
/linux-4.1.27/drivers/hsi/ |
H A D | hsi.c | 145 err = of_property_read_string(client, name, &mode); hsi_of_property_parse_mode() 165 err = of_property_read_string(client, name, &flow); hsi_of_property_parse_flow() 185 err = of_property_read_string(client, name, &arb_mode); hsi_of_property_parse_arb_mode()
|
/linux-4.1.27/drivers/thermal/ |
H A D | db8500_thermal.c | 345 if (of_property_read_string(np, prop_name, &tmp_str)) db8500_thermal_parse_dt() 368 if (of_property_read_string(np, prop_name, &tmp_str)) db8500_thermal_parse_dt()
|
H A D | of-thermal.c | 654 err = of_property_read_string(np, "type", &t); thermal_of_get_trip_type()
|
/linux-4.1.27/drivers/uio/ |
H A D | uio_fsl_elbc_gpcm.c | 282 if (of_property_read_string(node, "device_type", &type) == 0) get_of_data() 294 if (of_property_read_string(node, "uio_name", &dt_name) != 0) get_of_data()
|
/linux-4.1.27/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-sti.c | 314 err = of_property_read_string(np, "st,tx-retime-src", &rs); sti_dwmac_parse_data()
|
H A D | dwmac-rk.c | 337 ret = of_property_read_string(dev->of_node, "clock_in_out", &strings); rk_gmac_setup()
|
/linux-4.1.27/drivers/rtc/ |
H A D | rtc-abx80x.c | 163 ret = of_property_read_string(np, "abracon,tc-diode", &diode); abx80x_dt_trickle_cfg()
|
H A D | rtc-hym8563.c | 422 of_property_read_string(node, "clock-output-names", &init.name); hym8563_clkout_register_clk()
|
/linux-4.1.27/drivers/pinctrl/berlin/ |
H A D | berlin.c | 66 ret = of_property_read_string(node, "function", &function_name); berlin_pinctrl_dt_node_to_map()
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
H A D | parallel-display.c | 225 ret = of_property_read_string(np, "interface-pix-fmt", &fmt); imx_pd_bind()
|
H A D | imx-ldb.c | 464 ret = of_property_read_string(np, "fsl,data-mapping", &bm); of_get_bus_format()
|
H A D | imx-tve.c | 551 ret = of_property_read_string(np, "fsl,tve-mode", &bm); of_get_tve_mode()
|
/linux-4.1.27/drivers/clk/shmobile/ |
H A D | clk-div6.c | 218 ret = of_property_read_string(np, "clock-output-names", &name); cpg_div6_clock_init()
|
/linux-4.1.27/drivers/cpuidle/ |
H A D | dt_idle_states.c | 77 err = of_property_read_string(state_node, "idle-state-name", &desc); init_state_node()
|
/linux-4.1.27/drivers/devfreq/event/ |
H A D | exynos-ppmu.c | 244 of_property_read_string(node, "event-name", &desc[j].name); for_each_child_of_node()
|
/linux-4.1.27/drivers/video/backlight/ |
H A D | sky81452-backlight.c | 192 of_property_read_string(np, "name", &pdata->name); sky81452_bl_parse_dt()
|
H A D | lp855x_bl.c | 361 of_property_read_string(node, "bl-name", &pdata->name); lp855x_parse_dt()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
H A D | display.c | 158 of_property_read_string(dssdev->dev->of_node, "label", omapdss_register_display()
|
/linux-4.1.27/drivers/pinctrl/ |
H A D | pinctrl-lantiq.c | 94 ret = of_property_read_string(np, "lantiq,function", &function); ltq_pinctrl_dt_subnode_to_map()
|
H A D | pinctrl-tb10x.c | 559 if (of_property_read_string(np_config, "abilis,function", &string)) { tb10x_dt_node_to_map() 801 if (!of_property_read_string(child, "abilis,function", for_each_child_of_node()
|
H A D | pinconf-generic.c | 306 ret = of_property_read_string(np, "function", &function); pinconf_generic_dt_subnode_to_map()
|
H A D | pinctrl-tegra.c | 134 ret = of_property_read_string(np, "nvidia,function", &function); tegra_pinctrl_dt_subnode_to_map()
|
H A D | pinctrl-tegra-xusb.c | 161 err = of_property_read_string(np, "nvidia,function", &function); tegra_xusb_padctl_parse_subnode()
|
H A D | pinctrl-tz1090-pdc.c | 409 ret = of_property_read_string(np, "tz1090,function", &function); tz1090_pdc_pinctrl_dt_subnode_to_map()
|
H A D | pinctrl-st.c | 1538 of_property_read_string(np, "st,bank-name", &range->name); st_gpiolib_register_bank()
|
H A D | pinctrl-tz1090.c | 1126 ret = of_property_read_string(np, "tz1090,function", &function); tz1090_pinctrl_dt_subnode_to_map()
|
/linux-4.1.27/drivers/power/ |
H A D | gpio-charger.c | 103 ret = of_property_read_string(np, "charger-type", &chargetype); gpio_charger_parse_dt()
|
H A D | charger-manager.c | 1506 of_property_read_string(np, "cm-name", &desc->psy_name); of_cm_parse_desc() 1542 of_property_read_string(np, "cm-fuel-gauge", &desc->psy_fuel_gauge); of_cm_parse_desc() 1544 of_property_read_string(np, "cm-thermal-zone", &desc->thermal_zone); of_cm_parse_desc() 1575 of_property_read_string(child, "cm-regulator-name", for_each_child_of_node() 1590 of_property_read_string(_child, for_each_child_of_node() 1592 of_property_read_string(_child, for_each_child_of_node()
|
H A D | lp8727_charger.c | 529 of_property_read_string(child, "charger-type", &type); for_each_child_of_node()
|
/linux-4.1.27/arch/arm/kernel/ |
H A D | devtree.c | 43 if (of_property_read_string(node, "enable-method", &method)) set_smp_ops_by_method()
|
H A D | psci.c | 153 if (of_property_read_string(np, "method", &method)) { get_set_conduit_method()
|
/linux-4.1.27/drivers/pinctrl/sirf/ |
H A D | pinctrl-sirf.c | 87 ret = of_property_read_string(np, "sirf,function", &function); for_each_child_of_node() 108 of_property_read_string(np, "sirf,function", &function); for_each_child_of_node()
|
/linux-4.1.27/drivers/mtd/maps/ |
H A D | physmap_of.c | 178 of_property_read_string(dp, "linux,mtd-name", &mtd_name); of_flash_probe()
|
/linux-4.1.27/drivers/media/platform/xilinx/ |
H A D | xilinx-vip.c | 122 of_property_read_string(node, "xlnx,cfa-pattern", &pattern); xvip_of_get_format()
|
H A D | xilinx-vipp.c | 433 ret = of_property_read_string(node, "direction", &direction); xvip_graph_dma_init_one()
|
/linux-4.1.27/drivers/media/rc/ |
H A D | st_rc.c | 239 if (np && !of_property_read_string(np, "rx-mode", &rx_mode)) { st_rc_probe()
|
/linux-4.1.27/drivers/regulator/ |
H A D | gpio-regulator.c | 227 ret = of_property_read_string(np, "regulator-type", ®type); of_get_gpio_regulator_config()
|
/linux-4.1.27/drivers/gpio/ |
H A D | gpiolib-of.c | 193 if (name && of_property_read_string(np, "line-name", name)) of_get_gpio_hog()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | simplefb.c | 123 ret = of_property_read_string(np, "format", &format); simplefb_parse_dt()
|
H A D | imxfb.c | 692 ret = of_property_read_string(np, "model", &of_mode->name); imxfb_of_read_mode()
|
H A D | atmel_lcdfb.c | 1007 err = of_property_read_string(np, "atmel,lcd-wiring-mode", &mode); atmel_lcdfb_get_of_wiring_modes()
|
/linux-4.1.27/arch/arm64/kernel/ |
H A D | psci.c | 252 if (of_property_read_string(np, "method", &method)) { get_set_conduit_method()
|
/linux-4.1.27/arch/c6x/kernel/ |
H A D | setup.c | 203 if (of_property_read_string(node, "model", &c6x_soc_name)) get_cpuinfo()
|
/linux-4.1.27/arch/arm/mach-mxs/ |
H A D | mach-mxs.c | 469 ret = of_property_read_string(root, "model", &soc_dev_attr->machine); mxs_machine_init()
|
/linux-4.1.27/drivers/pinctrl/sh-pfc/ |
H A D | pinctrl.c | 119 ret = of_property_read_string(np, "renesas,function", &function); sh_pfc_dt_subnode_to_map()
|
/linux-4.1.27/drivers/iio/adc/ |
H A D | at91_adc.c | 755 if (of_property_read_string(np, "atmel,adc-use-res", (const char **)&res_name)) at91_adc_of_get_resolution() 922 if (of_property_read_string(trig_node, "trigger-name", &name)) { for_each_child_of_node()
|
H A D | xilinx-xadc-core.c | 1070 ret = of_property_read_string(np, "xlnx,external-mux", &external_mux); xadc_parse_dt()
|
/linux-4.1.27/drivers/mtd/nand/ |
H A D | davinci_nand.c | 560 if (!of_property_read_string(pdev->dev.of_node, nand_davinci_get_pdata() 562 !of_property_read_string(pdev->dev.of_node, nand_davinci_get_pdata()
|
/linux-4.1.27/include/linux/ |
H A D | of.h | 298 extern int of_property_read_string(struct device_node *np, 535 static inline int of_property_read_string(struct device_node *np, of_property_read_string() function
|
/linux-4.1.27/drivers/mfd/ |
H A D | omap-usb-host.c | 528 ret = of_property_read_string(node, prop, &mode); usbhs_omap_get_dt_pdata()
|
/linux-4.1.27/drivers/pinctrl/mvebu/ |
H A D | pinctrl-mvebu.c | 387 ret = of_property_read_string(np, "marvell,function", &function); mvebu_pinctrl_dt_node_to_map()
|
/linux-4.1.27/drivers/base/ |
H A D | property.c | 459 return of_property_read_string(of_node(fwnode), propname, val); fwnode_property_read_string()
|
/linux-4.1.27/arch/mips/cavium-octeon/ |
H A D | octeon-platform.c | 116 i = of_property_read_string(uctl_node, octeon2_usb_clocks_start()
|
/linux-4.1.27/drivers/pinctrl/sunxi/ |
H A D | pinctrl-sunxi.c | 165 ret = of_property_read_string(node, "allwinner,function", &function); sunxi_pctrl_dt_node_to_map()
|
/linux-4.1.27/drivers/soc/ti/ |
H A D | knav_qmss_queue.c | 1051 if (of_property_read_string(node, "label", &name) < 0) knav_queue_find_name() 1451 ret = of_property_read_string(child, "firmware", for_each_child_of_node()
|
/linux-4.1.27/drivers/memory/ |
H A D | omap-gpmc.c | 1809 if (of_property_read_string(child, "ti,nand-ecc-opt", &s)) { gpmc_probe_nand_child() 1844 if (!of_property_read_string(child, "ti,nand-xfer-type", &s)) gpmc_probe_nand_child()
|
/linux-4.1.27/drivers/net/ethernet/ti/ |
H A D | netcp_core.c | 196 if (of_property_read_string(node, "label", &name) < 0) netcp_node_name() 1922 ret = of_property_read_string(node_interface, "rx-channel", netcp_create_interface()
|
H A D | netcp_ethss.c | 2838 ret = of_property_read_string(node, "tx-channel", gbe_probe()
|
/linux-4.1.27/drivers/pinctrl/nomadik/ |
H A D | pinctrl-abx500.c | 896 ret = of_property_read_string(np, "function", &function); abx500_dt_subnode_to_map()
|
H A D | pinctrl-nomadik.c | 1525 ret = of_property_read_string(np, "function", &function); nmk_pinctrl_dt_subnode_to_map()
|
/linux-4.1.27/sound/soc/codecs/ |
H A D | sta350.c | 1124 if (!of_property_read_string(np, "st,ffx-power-output-mode", sta350_probe_dt()
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
H A D | gianfar.c | 868 err = of_property_read_string(np, "model", &model); gfar_of_init() 940 err = of_property_read_string(np, "phy-connection-type", &ctype);
|
/linux-4.1.27/drivers/staging/fbtft/ |
H A D | fbtft-core.c | 1334 of_property_read_string(node, "gamma", (const char **)&pdata->gamma); fbtft_probe_dt()
|
/linux-4.1.27/drivers/dma/ |
H A D | imx-sdma.c | 1569 ret = of_property_read_string(np, "fsl,sdma-ram-script-name", sdma_probe()
|
/linux-4.1.27/drivers/bus/ |
H A D | arm-cci.c | 1422 if (of_property_read_string(cp, "interface-type", for_each_child_of_node()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
H A D | atmel_usba_udc.c | 1991 ret = of_property_read_string(pp, "name", &name); atmel_udc_of_init()
|
/linux-4.1.27/drivers/net/ethernet/marvell/ |
H A D | mvneta.c | 3091 err = of_property_read_string(dn, "managed", &managed); mvneta_probe()
|
/linux-4.1.27/sound/soc/ |
H A D | soc-core.c | 3407 ret = of_property_read_string(np, prop, &str); snd_soc_of_parse_daifmt()
|
/linux-4.1.27/drivers/staging/octeon-usb/ |
H A D | octeon-hcd.c | 3612 i = of_property_read_string(usbn_node, octeon_usb_probe()
|