Home
last modified time | relevance | path

Searched refs:of_property_read_variable_u32_array (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/input/keyboard/
H A Dtegra-kbc.c513 num_rows = of_property_read_variable_u32_array(np, "nvidia,kbc-row-pins", in tegra_kbc_parse_dt()
529 num_cols = of_property_read_variable_u32_array(np, "nvidia,kbc-col-pins", in tegra_kbc_parse_dt()
H A Dtm2-touchkey.c219 touchkey->num_keycodes = of_property_read_variable_u32_array(np, in tm2_touchkey_probe()
/linux/include/linux/
H A Dof.h337 extern int of_property_read_variable_u32_array(const struct device_node *np,
748 static inline int of_property_read_variable_u32_array(const struct device_node *np, in of_property_read_variable_u32_array() function
1437 int ret = of_property_read_variable_u32_array(np, propname, out_values, in of_property_read_u32_array()
/linux/drivers/irqchip/
H A Dirq-mmp.c380 ret = of_property_read_variable_u32_array(node, "reg", reg, in mmp2_mux_of_init()
H A Dirq-loongson-liointc.c350 sz = of_property_read_variable_u32_array(node, in liointc_of_init()
/linux/drivers/of/
H A Dproperty.c405 int of_property_read_variable_u32_array(const struct device_node *np, in of_property_read_variable_u32_array() function
429 EXPORT_SYMBOL_GPL(of_property_read_variable_u32_array);
/linux/drivers/char/ipmi/
H A Dkcs_bmc_aspeed.c534 rc = of_property_read_variable_u32_array(pdev->dev.of_node, in aspeed_kcs_of_get_io_address()
/linux/drivers/net/ethernet/ti/
H A Dcpts.c684 ret = of_property_read_variable_u32_array(refclk_np, "ti,mux-tbl", in cpts_of_mux_clk_setup()
/linux/sound/soc/qcom/qdsp6/
H A Dq6afe-dai.c1097 ret = of_property_read_variable_u32_array(node, in of_q6afe_parse_dai_data()
/linux/drivers/dma/
H A Dfsl-edma-main.c747 ret = of_property_read_variable_u32_array(np, "dma-channel-mask", chan_mask, 1, 2); in fsl_edma_probe()
/linux/sound/soc/qcom/
H A Dlpass-cpu.c1015 num_lines = of_property_read_variable_u32_array(node, name, lines, 0, in of_lpass_cpu_parse_sd_lines()
/linux/drivers/spi/
H A Dspi.c2584 rc = of_property_read_variable_u32_array(nc, "spi-tx-lane-map", map, 1, in of_spi_parse_dt()
2675 rc = of_property_read_variable_u32_array(nc, "spi-rx-lane-map", map, 1, in of_spi_parse_dt()
2776 rc = of_property_read_variable_u32_array(nc, "reg", &cs[0], 1, in of_spi_parse_dt()
/linux/net/dsa/
H A Ddsa.c1332 sz = of_property_read_variable_u32_array(dn, "dsa,member", m, 2, 2); in dsa_switch_parse_member_of()
/linux/drivers/dma/ti/
H A Dedma.c2484 ret = of_property_read_variable_u32_array(node, in edma_probe()
/linux/drivers/misc/
H A Dfastrpc.c2401 vmcount = of_property_read_variable_u32_array(rdev->of_node, in fastrpc_rpmsg_probe()