| /OK3568_Linux_fs/kernel/drivers/clk/axis/ |
| H A D | clk-artpec6.c | 46 i = of_property_match_string(np, "clock-names", "sys_refclk"); in of_artpec6_clkctrl_setup() 131 propidx = of_property_match_string(np, "clock-names", "sys_refclk"); in artpec6_clkctrl_probe() 138 propidx = of_property_match_string(np, "clock-names", "i2s_refclk"); in artpec6_clkctrl_probe() 142 propidx = of_property_match_string(np, "clock-names", "frac_clk0"); in artpec6_clkctrl_probe() 145 propidx = of_property_match_string(np, "clock-names", "frac_clk1"); in artpec6_clkctrl_probe()
|
| /OK3568_Linux_fs/kernel/drivers/char/tpm/eventlog/ |
| H A D | of.c | 54 if (of_property_match_string(np, "compatible", "IBM,vtpm") < 0 && in tpm_read_log_of() 55 of_property_match_string(np, "compatible", "IBM,vtpm20") < 0) { in tpm_read_log_of()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | rockchip-cpufreq.c | 66 if (of_property_match_string(np, "nvmem-cell-names", in px30_get_soc_info() 90 if (of_property_match_string(np, "nvmem-cell-names", "special") >= 0) { in rk3288_get_soc_info() 107 if (of_property_match_string(np, "nvmem-cell-names", name) >= 0) { in rk3288_get_soc_info() 124 if (of_property_match_string(np, "nvmem-cell-names", in rk3288_get_soc_info() 150 if (of_property_match_string(np, "nvmem-cell-names", in rk3399_get_soc_info() 164 if (of_property_match_string(np, "nvmem-cell-names", in rk3399_get_soc_info() 199 if (of_property_match_string(np, "nvmem-cell-names", in rk3588_get_soc_info() 335 if (of_property_match_string(np, "nvmem-cell-names", "performance") >= 0) { in rv1126_get_soc_info()
|
| /OK3568_Linux_fs/kernel/drivers/clk/keystone/ |
| H A D | pll.c | 181 i = of_property_match_string(node, "reg-names", in _of_pll_clk_init() 186 i = of_property_match_string(node, "reg-names", "control"); in _of_pll_clk_init() 202 i = of_property_match_string(node, "reg-names", "multiplier"); in _of_pll_clk_init()
|
| H A D | gate.c | 211 i = of_property_match_string(node, "reg-names", "control"); in of_psc_clk_init() 218 i = of_property_match_string(node, "reg-names", "domain"); in of_psc_clk_init()
|
| /OK3568_Linux_fs/kernel/drivers/clk/at91/ |
| H A D | sam9x60.c | 178 i = of_property_match_string(np, "clock-names", "td_slck"); in sam9x60_pmc_setup() 184 i = of_property_match_string(np, "clock-names", "md_slck"); in sam9x60_pmc_setup() 190 i = of_property_match_string(np, "clock-names", "main_xtal"); in sam9x60_pmc_setup()
|
| H A D | at91sam9rl.c | 75 i = of_property_match_string(np, "clock-names", "slow_clk"); in at91sam9rl_pmc_setup() 81 i = of_property_match_string(np, "clock-names", "main_xtal"); in at91sam9rl_pmc_setup()
|
| H A D | at91rm9200.c | 86 i = of_property_match_string(np, "clock-names", "slow_xtal"); in at91rm9200_pmc_setup() 92 i = of_property_match_string(np, "clock-names", "main_xtal"); in at91rm9200_pmc_setup()
|
| H A D | at91sam9g45.c | 96 i = of_property_match_string(np, "clock-names", "slow_clk"); in at91sam9g45_pmc_setup() 102 i = of_property_match_string(np, "clock-names", "main_xtal"); in at91sam9g45_pmc_setup()
|
| H A D | at91sam9n12.c | 116 i = of_property_match_string(np, "clock-names", "slow_clk"); in at91sam9n12_pmc_setup() 122 i = of_property_match_string(np, "clock-names", "main_xtal"); in at91sam9n12_pmc_setup()
|
| H A D | sama5d3.c | 113 i = of_property_match_string(np, "clock-names", "slow_clk"); in sama5d3_pmc_setup() 119 i = of_property_match_string(np, "clock-names", "main_xtal"); in sama5d3_pmc_setup()
|
| H A D | sama5d4.c | 128 i = of_property_match_string(np, "clock-names", "slow_clk"); in sama5d4_pmc_setup() 134 i = of_property_match_string(np, "clock-names", "main_xtal"); in sama5d4_pmc_setup()
|
| H A D | at91sam9x5.c | 138 i = of_property_match_string(np, "clock-names", "slow_clk"); in at91sam9x5_pmc_setup() 144 i = of_property_match_string(np, "clock-names", "main_xtal"); in at91sam9x5_pmc_setup()
|
| H A D | sama5d2.c | 154 i = of_property_match_string(np, "clock-names", "slow_clk"); in sama5d2_pmc_setup() 160 i = of_property_match_string(np, "clock-names", "main_xtal"); in sama5d2_pmc_setup()
|
| /OK3568_Linux_fs/kernel/drivers/clk/zynq/ |
| H A D | clkc.c | 313 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() 382 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() 407 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup() 437 idx = of_property_match_string(np, "clock-names", clk_name); in zynq_clk_setup() 479 int idx = of_property_match_string(np, "clock-names", in zynq_clk_setup()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | dwmac-socfpga.c | 151 index = of_property_match_string(np_sgmii_adapter, "reg-names", in socfpga_dwmac_parse_data() 173 index = of_property_match_string(np_sgmii_adapter, "reg-names", in socfpga_dwmac_parse_data() 195 index = of_property_match_string(np_sgmii_adapter, "reg-names", in socfpga_dwmac_parse_data()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rcar-du/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/dma/ti/ |
| H A D | k3-psil.c | 77 index = of_property_match_string(dev->of_node, "dma-names", name); in psil_set_new_ep_config()
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-lpc18xx.c | 226 index = of_property_match_string(dev->of_node, "reg-names", in lpc18xx_gpio_pin_ic_probe() 340 index = of_property_match_string(dev->of_node, "reg-names", "gpio"); in lpc18xx_gpio_probe()
|
| /OK3568_Linux_fs/kernel/drivers/clk/sunxi/ |
| H A D | clk-sun8i-bus-gates.c | 41 int idx = of_property_match_string(node, "clock-names", in sun8i_h3_bus_gates_init()
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | of_access.h | 322 int of_property_match_string(const struct device_node *np, const char *propname,
|
| /OK3568_Linux_fs/u-boot/spl/drivers/core/ |
| H A D | of_access.su | |
| /OK3568_Linux_fs/u-boot/drivers/core/ |
| H A D | of_access.su | |
| /OK3568_Linux_fs/kernel/drivers/soc/qcom/ |
| H A D | smem_state.c | 98 index = of_property_match_string(dev->of_node, in qcom_smem_state_get()
|