Searched refs:of_property_read_variable_u32_array (Results 1 – 19 of 19) sorted by relevance
/linux-6.3-rc2/drivers/mmc/host/ |
A D | dw_mmc-pltfm.c | 78 rc = of_property_read_variable_u32_array(np, "clk-phase-sd-hs", &clk_phase[0], 2, 0); in dw_mci_socfpga_priv_init()
|
A D | sdhci-of-arasan.c | 1046 ret = of_property_read_variable_u32_array(np, prop, &clk_phase[0], in arasan_dt_read_clk_phase()
|
/linux-6.3-rc2/include/linux/ |
A D | of.h | 332 extern int of_property_read_variable_u32_array(const struct device_node *np, 673 static inline int of_property_read_variable_u32_array(const struct device_node *np, in of_property_read_variable_u32_array() function 1307 int ret = of_property_read_variable_u32_array(np, propname, out_values, in of_property_read_u32_array()
|
/linux-6.3-rc2/drivers/phy/rockchip/ |
A D | phy-rockchip-snps-pcie3.c | 268 priv->num_lanes = of_property_read_variable_u32_array(dev->of_node, "data-lanes", in rockchip_p3phy_probe()
|
/linux-6.3-rc2/drivers/net/phy/ |
A D | microchip.c | 244 len = of_property_read_variable_u32_array(dev->of_node, in lan88xx_probe()
|
/linux-6.3-rc2/drivers/input/keyboard/ |
A D | tm2-touchkey.c | 220 touchkey->num_keycodes = of_property_read_variable_u32_array(np, in tm2_touchkey_probe()
|
/linux-6.3-rc2/drivers/irqchip/ |
A D | irq-loongson-liointc.c | 348 sz = of_property_read_variable_u32_array(node, in liointc_of_init()
|
A D | irq-meson-gpio.c | 524 ret = of_property_read_variable_u32_array(node, in meson_gpio_irq_parse_dt()
|
A D | irq-mmp.c | 506 ret = of_property_read_variable_u32_array(node, "reg", reg, in mmp2_mux_of_init()
|
/linux-6.3-rc2/drivers/of/ |
A D | property.c | 315 int of_property_read_variable_u32_array(const struct device_node *np, in of_property_read_variable_u32_array() function 339 EXPORT_SYMBOL_GPL(of_property_read_variable_u32_array);
|
/linux-6.3-rc2/drivers/watchdog/ |
A D | dw_wdt.c | 474 ret = of_property_read_variable_u32_array(dev_of_node(dev), in dw_wdt_init_timeouts()
|
/linux-6.3-rc2/drivers/char/ipmi/ |
A D | kcs_bmc_aspeed.c | 535 rc = of_property_read_variable_u32_array(pdev->dev.of_node, in aspeed_kcs_of_get_io_address()
|
/linux-6.3-rc2/drivers/net/ethernet/ti/ |
A D | cpts.c | 674 ret = of_property_read_variable_u32_array(refclk_np, "ti,mux-tbl", in cpts_of_mux_clk_setup()
|
/linux-6.3-rc2/sound/soc/qcom/qdsp6/ |
A D | q6afe-dai.c | 989 ret = of_property_read_variable_u32_array(node, in of_q6afe_parse_dai_data()
|
/linux-6.3-rc2/drivers/remoteproc/ |
A D | qcom_q6v5_wcss.c | 858 ret = of_property_read_variable_u32_array(pdev->dev.of_node, in q6v5_wcss_init_mmio()
|
/linux-6.3-rc2/net/dsa/ |
A D | dsa.c | 1300 sz = of_property_read_variable_u32_array(dn, "dsa,member", m, 2, 2); in dsa_switch_parse_member_of()
|
/linux-6.3-rc2/sound/soc/qcom/ |
A D | lpass-cpu.c | 1005 num_lines = of_property_read_variable_u32_array(node, name, lines, 0, in of_lpass_cpu_parse_sd_lines()
|
/linux-6.3-rc2/drivers/dma/ti/ |
A D | edma.c | 2479 ret = of_property_read_variable_u32_array(node, in edma_probe()
|
/linux-6.3-rc2/drivers/misc/ |
A D | fastrpc.c | 2257 vmcount = of_property_read_variable_u32_array(rdev->of_node, in fastrpc_rpmsg_probe()
|
Completed in 55 milliseconds