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.h1331 static inline int of_property_read_u16_array(const struct device_node *np, in of_property_read_u16_array() function
1414 return of_property_read_u16_array(np, propname, out_value, 1); in of_property_read_u16()
/linux/drivers/irqchip/
H A Dirq-gic-v5-irs.c617 ret = of_property_read_u16_array(node, "arm,iaffids", iaffids, niaffids); in gicv5_irs_of_init_affinity()
/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/of/
H A Dproperty.c1052 return of_property_read_u16_array(node, propname, val, nval); in of_fwnode_property_read_int_array()
/linux/drivers/soundwire/
H A Dqcom.c1410 ret = of_property_read_u16_array(np, "qcom,ports-sinterval", in qcom_swrm_get_port_config()