/Linux-v4.19/drivers/clk/axis/ |
D | clk-artpec6.c | 49 i = of_property_match_string(np, "clock-names", "sys_refclk"); in of_artpec6_clkctrl_setup() 134 propidx = of_property_match_string(np, "clock-names", "sys_refclk"); in artpec6_clkctrl_probe() 141 propidx = of_property_match_string(np, "clock-names", "i2s_refclk"); in artpec6_clkctrl_probe() 145 propidx = of_property_match_string(np, "clock-names", "frac_clk0"); in artpec6_clkctrl_probe() 148 propidx = of_property_match_string(np, "clock-names", "frac_clk1"); in artpec6_clkctrl_probe()
|
/Linux-v4.19/drivers/clk/keystone/ |
D | pll.c | 185 i = of_property_match_string(node, "reg-names", in _of_pll_clk_init() 190 i = of_property_match_string(node, "reg-names", "control"); in _of_pll_clk_init() 206 i = of_property_match_string(node, "reg-names", "multiplier"); in _of_pll_clk_init()
|
D | gate.c | 215 i = of_property_match_string(node, "reg-names", "control"); in of_psc_clk_init() 222 i = of_property_match_string(node, "reg-names", "domain"); in of_psc_clk_init()
|
/Linux-v4.19/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-socfpga.c | 156 index = of_property_match_string(np_sgmii_adapter, "reg-names", in socfpga_dwmac_parse_data() 178 index = of_property_match_string(np_sgmii_adapter, "reg-names", in socfpga_dwmac_parse_data() 200 index = of_property_match_string(np_sgmii_adapter, "reg-names", in socfpga_dwmac_parse_data()
|
/Linux-v4.19/drivers/clk/zynq/ |
D | clkc.c | 324 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() 393 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() 418 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() 448 idx = of_property_match_string(np, "clock-names", clk_name); in zynq_clk_setup() 490 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup()
|
/Linux-v4.19/drivers/char/tpm/eventlog/ |
D | of.c | 59 if (of_property_match_string(np, "compatible", "IBM,vtpm") < 0) { in tpm_read_log_of()
|
/Linux-v4.19/drivers/gpu/drm/rcar-du/ |
D | rcar_du_of.c | 250 index = of_property_match_string(du_node, "clock-names", name); in rcar_du_of_lvds_patch() 270 index = of_property_match_string(du_node, "reg-names", name); in rcar_du_of_lvds_patch()
|
/Linux-v4.19/drivers/clk/sunxi/ |
D | clk-sun8i-bus-gates.c | 49 int idx = of_property_match_string(node, "clock-names", in sun8i_h3_bus_gates_init()
|
/Linux-v4.19/drivers/usb/host/ |
D | xhci-histb.c | 54 if (of_property_match_string(np, "phys-names", "inno") >= 0) { in xhci_histb_config() 63 if (of_property_match_string(np, "phys-names", "combo") >= 0) { in xhci_histb_config()
|
/Linux-v4.19/drivers/soc/qcom/ |
D | smem_state.c | 106 index = of_property_match_string(dev->of_node, in qcom_smem_state_get()
|
/Linux-v4.19/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-v4.19/arch/arm/mach-shmobile/ |
D | setup-rcar-gen2.c | 46 idx = of_property_match_string(cpg, "clock-names", match->data); in get_extal_freq()
|
/Linux-v4.19/sound/soc/stm/ |
D | stm32_sai_sub.c | 1094 if (of_property_match_string(np, "dma-names", "tx") >= 0) { in stm32_sai_sub_parse_of() 1096 } else if (of_property_match_string(np, "dma-names", "rx") >= 0) { in stm32_sai_sub_parse_of() 1159 if (of_property_match_string(args.np, "compatible", in stm32_sai_sub_parse_of() 1163 if (of_property_match_string(args.np, "compatible", in stm32_sai_sub_parse_of()
|
/Linux-v4.19/drivers/of/ |
D | unittest.c | 594 rc = of_property_match_string(np, "phandle-list-names", "first"); in of_unittest_property_string() 596 rc = of_property_match_string(np, "phandle-list-names", "second"); in of_unittest_property_string() 598 rc = of_property_match_string(np, "phandle-list-names", "third"); in of_unittest_property_string() 600 rc = of_property_match_string(np, "phandle-list-names", "fourth"); in of_unittest_property_string() 602 rc = of_property_match_string(np, "missing-property", "blah"); in of_unittest_property_string() 604 rc = of_property_match_string(np, "empty-property", "blah"); in of_unittest_property_string() 606 rc = of_property_match_string(np, "unterminated-string", "blah"); in of_unittest_property_string()
|
D | property.c | 417 int of_property_match_string(const struct device_node *np, const char *propname, in of_property_match_string() function 443 EXPORT_SYMBOL_GPL(of_property_match_string);
|
D | irq.c | 422 index = of_property_match_string(dev, "interrupt-names", name); in of_irq_get_byname()
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun8i_tcon_top.c | 100 index = of_property_match_string(dev->of_node, "clock-names", parent); in sun8i_tcon_top_register_gate()
|
/Linux-v4.19/drivers/phy/ |
D | phy-core.c | 477 index = of_property_match_string(np, "phy-names", con_id); in of_phy_get() 580 index = of_property_match_string(dev->of_node, "phy-names", in phy_get()
|
/Linux-v4.19/drivers/mux/ |
D | core.c | 440 index = of_property_match_string(np, "mux-control-names", in mux_control_get()
|
/Linux-v4.19/drivers/clk/ |
D | clkdev.c | 71 index = of_property_match_string(np, "clock-names", name); in __of_clk_get_by_name()
|
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dss.c | 1060 if (of_property_match_string(np, "reg-names", "pll1") >= 0) { in dss_video_pll_probe() 1066 if (of_property_match_string(np, "reg-names", "pll2") >= 0) { in dss_video_pll_probe()
|
/Linux-v4.19/drivers/hwspinlock/ |
D | hwspinlock_core.c | 391 index = of_property_match_string(np, "hwlock-names", name); in of_hwspin_lock_get_id_byname()
|
/Linux-v4.19/drivers/nvmem/ |
D | core.c | 703 index = of_property_match_string(np, "nvmem-names", id); in of_nvmem_device_get() 850 index = of_property_match_string(np, "nvmem-cell-names", name); in of_nvmem_cell_get()
|
/Linux-v4.19/include/linux/ |
D | of.h | 340 extern int of_property_match_string(const struct device_node *np, 812 static inline int of_property_match_string(const struct device_node *np, in of_property_match_string() function
|
/Linux-v4.19/drivers/reset/ |
D | core.c | 476 index = of_property_match_string(node, in __of_reset_control_get()
|