Home
last modified time | relevance | path

Searched refs:of_property_read_u16_array (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/ata/
H A Dahci_ceva.c328 if (of_property_read_u16_array(np, "ceva,p0-retry-params", in ceva_ahci_probe()
335 if (of_property_read_u16_array(np, "ceva,p1-retry-params", in ceva_ahci_probe()
/linux/include/linux/
H A Dof.h1338 static inline int of_property_read_u16_array(const struct device_node *np, in of_property_read_u16_array() function
1421 return of_property_read_u16_array(np, propname, out_value, 1); in of_property_read_u16()
/linux/drivers/pci/
H A Dof.c991 ret = of_property_read_u16_array(dev->of_node, "eq-presets-8gts", in of_pci_get_equalization_presets()
/linux/drivers/irqchip/
H A Dirq-gic-v5-irs.c620 ret = of_property_read_u16_array(node, "arm,iaffids", iaffids, niaffids); in gicv5_irs_of_init_affinity()
/linux/drivers/soundwire/
H A Dqcom.c1407 ret = of_property_read_u16_array(np, "qcom,ports-sinterval", in qcom_swrm_get_port_config()
/linux/drivers/dma/ti/
H A Dedma.c2110 ret = of_property_read_u16_array(dev->of_node, pname, (u16 *)xbar_chans, in edma_xbar_event_map()