Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/ata/
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-6.14.4/include/linux/
Dof.h1319 static inline int of_property_read_u16_array(const struct device_node *np, in of_property_read_u16_array() function
1402 return of_property_read_u16_array(np, propname, out_value, 1); in of_property_read_u16()
/linux-6.14.4/drivers/of/
Dproperty.c1019 return of_property_read_u16_array(node, propname, val, nval); in of_fwnode_property_read_int_array()
/linux-6.14.4/drivers/soundwire/
Dqcom.c1410 ret = of_property_read_u16_array(np, "qcom,ports-sinterval", in qcom_swrm_get_port_config()
/linux-6.14.4/drivers/dma/ti/
Dedma.c2109 ret = of_property_read_u16_array(dev->of_node, pname, (u16 *)xbar_chans, in edma_xbar_event_map()