Searched refs:of_property_read_u16_array (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/ata/ |
H A D | ahci_ceva.c | 328 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 D | of.h | 1331 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 D | irq-gic-v5-irs.c | 617 ret = of_property_read_u16_array(node, "arm,iaffids", iaffids, niaffids); in gicv5_irs_of_init_affinity()
|
/linux/drivers/pci/ |
H A D | of.c | 991 ret = of_property_read_u16_array(dev->of_node, "eq-presets-8gts", in of_pci_get_equalization_presets()
|
/linux/drivers/of/ |
H A D | property.c | 1052 return of_property_read_u16_array(node, propname, val, nval); in of_fwnode_property_read_int_array()
|
/linux/drivers/soundwire/ |
H A D | qcom.c | 1410 ret = of_property_read_u16_array(np, "qcom,ports-sinterval", in qcom_swrm_get_port_config()
|