Home
last modified time | relevance | path

Searched refs:of_property_match_string (Results 1 – 23 of 23) sorted by relevance

/linux-4.4.14/drivers/clk/keystone/
Dpll.c185 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()
Dgate.c215 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-4.4.14/drivers/clk/zynq/
Dclkc.c325 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup()
394 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup()
419 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup()
449 idx = of_property_match_string(np, "clock-names", clk_name); in zynq_clk_setup()
491 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup()
/linux-4.4.14/drivers/of/
Dunittest.c402 rc = of_property_match_string(np, "phandle-list-names", "first"); in of_unittest_property_string()
404 rc = of_property_match_string(np, "phandle-list-names", "second"); in of_unittest_property_string()
406 rc = of_property_match_string(np, "phandle-list-names", "third"); in of_unittest_property_string()
408 rc = of_property_match_string(np, "phandle-list-names", "fourth"); in of_unittest_property_string()
410 rc = of_property_match_string(np, "missing-property", "blah"); in of_unittest_property_string()
412 rc = of_property_match_string(np, "empty-property", "blah"); in of_unittest_property_string()
414 rc = of_property_match_string(np, "unterminated-string", "blah"); in of_unittest_property_string()
Dirq.c430 index = of_property_match_string(dev, "interrupt-names", name); in of_irq_get_byname()
Dbase.c1368 int of_property_match_string(struct device_node *np, const char *propname, in of_property_match_string() function
1394 EXPORT_SYMBOL_GPL(of_property_match_string);
/linux-4.4.14/drivers/mmc/host/
Dmmci_qcom_dml.c106 index = of_property_match_string(np, "dma-names", name); in of_get_dml_pipe_index()
/linux-4.4.14/drivers/reset/
Dcore.c163 index = of_property_match_string(node, in of_reset_control_get()
/linux-4.4.14/drivers/phy/
Dphy-core.c408 index = of_property_match_string(np, "phy-names", con_id); in of_phy_get()
511 index = of_property_match_string(dev->of_node, "phy-names", in phy_get()
Dphy-miphy28lp.c864 index = of_property_match_string(child, "reg-names", rname); in miphy28lp_get_resource_byname()
/linux-4.4.14/drivers/clk/
Dclkdev.c74 index = of_property_match_string(np, "clock-names", name); in __of_clk_get_by_name()
/linux-4.4.14/include/linux/
Dof.h302 extern int of_property_match_string(struct device_node *np,
574 static inline int of_property_match_string(struct device_node *np, in of_property_match_string() function
/linux-4.4.14/drivers/video/fbdev/omap2/dss/
Ddss.c1074 if (of_property_match_string(np, "reg-names", "pll1") >= 0) { in dss_video_pll_probe()
1080 if (of_property_match_string(np, "reg-names", "pll2") >= 0) { in dss_video_pll_probe()
/linux-4.4.14/drivers/nvmem/
Dcore.c481 index = of_property_match_string(np, "nvmem-names", id); in of_nvmem_device_get()
622 index = of_property_match_string(np, "nvmem-cell-names", name); in of_nvmem_cell_get()
/linux-4.4.14/arch/powerpc/kernel/
Dsetup-common.c482 avail = !of_property_match_string(dn, in smp_setup_cpu_maps()
/linux-4.4.14/drivers/scsi/ufs/
Dufs-qcom.c703 err = of_property_match_string(np, key, "MAX"); in ufs_qcom_get_bus_vote()
705 err = of_property_match_string(np, key, speed_mode); in ufs_qcom_get_bus_vote()
/linux-4.4.14/drivers/iio/
Dinkern.c204 index = of_property_match_string(np, "io-channel-names", in of_iio_channel_get_by_name()
/linux-4.4.14/drivers/pwm/
Dcore.c579 index = of_property_match_string(np, "pwm-names", con_id); in of_pwm_get()
/linux-4.4.14/drivers/leds/
Dleds-tca6507.c713 if (of_property_match_string(child, "compatible", "gpio") >= 0) in tca6507_led_dt_init()
/linux-4.4.14/drivers/pinctrl/meson/
Dpinctrl-meson.c628 i = of_property_match_string(node, "reg-names", name); in meson_map_resource()
/linux-4.4.14/drivers/soc/ti/
Dknav_dma.c390 index = of_property_match_string(np, "ti,navigator-dma-names", name); in of_channel_match_helper()
/linux-4.4.14/sound/soc/davinci/
Ddavinci-mcasp.c1604 ret = of_property_match_string(np, "dma-names", "tx"); in davinci_mcasp_set_pdata_from_of()
1617 ret = of_property_match_string(np, "dma-names", "rx"); in davinci_mcasp_set_pdata_from_of()
/linux-4.4.14/sound/soc/fsl/
Dfsl_ssi.c1430 ret = of_property_match_string(np, "clock-names", "ipg"); in fsl_ssi_probe()