/linux-4.1.27/drivers/clk/keystone/ |
D | pll.c | 186 i = of_property_match_string(node, "reg-names", in _of_pll_clk_init() 191 i = of_property_match_string(node, "reg-names", "control"); in _of_pll_clk_init() 207 i = of_property_match_string(node, "reg-names", "multiplier"); in _of_pll_clk_init()
|
D | gate.c | 216 i = of_property_match_string(node, "reg-names", "control"); in of_psc_clk_init() 223 i = of_property_match_string(node, "reg-names", "domain"); in of_psc_clk_init()
|
/linux-4.1.27/drivers/clk/versatile/ |
D | clk-sp810.c | 151 sp810->refclk_index = of_property_match_string(node, "clock-names", in clk_sp810_of_setup() 155 sp810->timclk_index = of_property_match_string(node, "clock-names", in clk_sp810_of_setup()
|
/linux-4.1.27/drivers/clk/zynq/ |
D | clkc.c | 317 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() 386 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() 411 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() 441 idx = of_property_match_string(np, "clock-names", clk_name); in zynq_clk_setup() 483 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup()
|
/linux-4.1.27/drivers/of/ |
D | unittest.c | 398 rc = of_property_match_string(np, "phandle-list-names", "first"); in of_unittest_property_string() 400 rc = of_property_match_string(np, "phandle-list-names", "second"); in of_unittest_property_string() 402 rc = of_property_match_string(np, "phandle-list-names", "third"); in of_unittest_property_string() 404 rc = of_property_match_string(np, "phandle-list-names", "fourth"); in of_unittest_property_string() 406 rc = of_property_match_string(np, "missing-property", "blah"); in of_unittest_property_string() 408 rc = of_property_match_string(np, "empty-property", "blah"); in of_unittest_property_string() 410 rc = of_property_match_string(np, "unterminated-string", "blah"); in of_unittest_property_string()
|
D | irq.c | 430 index = of_property_match_string(dev, "interrupt-names", name); in of_irq_get_byname()
|
D | base.c | 1371 int of_property_match_string(struct device_node *np, const char *propname, in of_property_match_string() function 1397 EXPORT_SYMBOL_GPL(of_property_match_string);
|
/linux-4.1.27/drivers/mmc/host/ |
D | mmci_qcom_dml.c | 106 index = of_property_match_string(np, "dma-names", name); in of_get_dml_pipe_index()
|
/linux-4.1.27/drivers/leds/ |
D | leds-syscon.c | 81 if (of_property_match_string(child, "compatible", in syscon_leds_spawn()
|
D | leds-tca6507.c | 713 if (of_property_match_string(child, "compatible", "gpio") >= 0) in tca6507_led_dt_init()
|
/linux-4.1.27/drivers/reset/ |
D | core.c | 163 index = of_property_match_string(node, in of_reset_control_get()
|
/linux-4.1.27/drivers/phy/ |
D | phy-core.c | 400 index = of_property_match_string(np, "phy-names", con_id); in of_phy_get() 503 index = of_property_match_string(dev->of_node, "phy-names", in phy_get()
|
D | phy-miphy28lp.c | 864 index = of_property_match_string(child, "reg-names", rname); in miphy28lp_get_resource_byname()
|
/linux-4.1.27/drivers/clk/ |
D | clkdev.c | 74 index = of_property_match_string(np, "clock-names", name); in __of_clk_get_by_name()
|
/linux-4.1.27/drivers/video/fbdev/omap2/dss/ |
D | dss.c | 1118 if (of_property_match_string(np, "reg-names", "pll1") >= 0) { in omap_dsshw_probe() 1126 if (of_property_match_string(np, "reg-names", "pll2") >= 0) { in omap_dsshw_probe()
|
/linux-4.1.27/drivers/scsi/ufs/ |
D | ufs-qcom.c | 731 err = of_property_match_string(np, key, "MAX"); in ufs_qcom_get_bus_vote() 733 err = of_property_match_string(np, key, speed_mode); in ufs_qcom_get_bus_vote()
|
/linux-4.1.27/include/linux/ |
D | of.h | 301 extern int of_property_match_string(struct device_node *np, 568 static inline int of_property_match_string(struct device_node *np, in of_property_match_string() function
|
/linux-4.1.27/arch/powerpc/kernel/ |
D | setup-common.c | 482 avail = !of_property_match_string(dn, in smp_setup_cpu_maps()
|
/linux-4.1.27/drivers/iio/ |
D | inkern.c | 204 index = of_property_match_string(np, "io-channel-names", in of_iio_channel_get_by_name()
|
/linux-4.1.27/drivers/pwm/ |
D | core.c | 520 index = of_property_match_string(np, "pwm-names", con_id); in of_pwm_get()
|
/linux-4.1.27/drivers/pinctrl/meson/ |
D | pinctrl-meson.c | 628 i = of_property_match_string(node, "reg-names", name); in meson_map_resource()
|
/linux-4.1.27/sound/soc/davinci/ |
D | davinci-mcasp.c | 1507 ret = of_property_match_string(np, "dma-names", "tx"); in davinci_mcasp_set_pdata_from_of() 1520 ret = of_property_match_string(np, "dma-names", "rx"); in davinci_mcasp_set_pdata_from_of()
|
/linux-4.1.27/drivers/soc/ti/ |
D | knav_dma.c | 390 index = of_property_match_string(np, "ti,navigator-dma-names", name); in of_channel_match_helper()
|
/linux-4.1.27/drivers/pci/host/ |
D | pcie-designware.c | 370 index = of_property_match_string(np, "reg-names", "config"); in dw_pcie_host_init()
|
/linux-4.1.27/sound/soc/fsl/ |
D | fsl_ssi.c | 1344 ret = of_property_match_string(np, "clock-names", "ipg"); in fsl_ssi_probe()
|