Searched refs:of_property_read_u16_array (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/drivers/ata/ |
D | ahci_ceva.c | 322 if (of_property_read_u16_array(np, "ceva,p0-retry-params", in ceva_ahci_probe() 329 if (of_property_read_u16_array(np, "ceva,p1-retry-params", in ceva_ahci_probe()
|
/linux-6.6.21/include/linux/ |
D | of.h | 1294 static inline int of_property_read_u16_array(const struct device_node *np, in of_property_read_u16_array() function 1377 return of_property_read_u16_array(np, propname, out_value, 1); in of_property_read_u16()
|
/linux-6.6.21/drivers/of/ |
D | property.c | 916 return of_property_read_u16_array(node, propname, val, nval); in of_fwnode_property_read_int_array()
|
/linux-6.6.21/sound/soc/codecs/ |
D | cs43130.c | 2403 if (of_property_read_u16_array(np, "cirrus,ac-freq", cs43130->ac_freq, in cs43130_handle_device_data() 2409 if (of_property_read_u16_array(np, "cirrus,dc-threshold", in cs43130_handle_device_data()
|
/linux-6.6.21/drivers/soundwire/ |
D | qcom.c | 1421 ret = of_property_read_u16_array(np, "qcom,ports-sinterval", in qcom_swrm_get_port_config()
|
/linux-6.6.21/drivers/dma/ti/ |
D | edma.c | 2110 ret = of_property_read_u16_array(dev->of_node, pname, (u16 *)xbar_chans, in edma_xbar_event_map()
|