Searched refs:of_property_read_u16_array (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/usb/misc/ | 
| D | usb251xb.c | 423 	if (of_property_read_u16_array(np, "vendor-id", &hub->vendor_id, 1))  in usb251xb_get_ofdata()426 	if (of_property_read_u16_array(np, "product-id",  in usb251xb_get_ofdata()
 430 	if (of_property_read_u16_array(np, "device-id", &hub->device_id, 1))  in usb251xb_get_ofdata()
 539 	if (of_property_read_u16_array(np, "language-id", &hub->lang_id, 1))  in usb251xb_get_ofdata()
 
 | 
| /Linux-v5.4/drivers/ata/ | 
| D | ahci_ceva.c | 256 	if (of_property_read_u16_array(np, "ceva,p0-retry-params",  in ceva_ahci_probe()262 	if (of_property_read_u16_array(np, "ceva,p1-retry-params",  in ceva_ahci_probe()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | of.h | 464 static inline int of_property_read_u16_array(const struct device_node *np,  in of_property_read_u16_array()  function718 static inline int of_property_read_u16_array(const struct device_node *np,  in of_property_read_u16_array()  function
 1193 	return of_property_read_u16_array(np, propname, out_value, 1);  in of_property_read_u16()
 
 | 
| /Linux-v5.4/drivers/of/ | 
| D | property.c | 853 		return of_property_read_u16_array(node, propname, val, nval);  in of_fwnode_property_read_int_array()
 | 
| /Linux-v5.4/sound/soc/codecs/ | 
| D | cs43130.c | 2406 	if (of_property_read_u16_array(np, "cirrus,ac-freq", cs43130->ac_freq,  in cs43130_handle_device_data()2412 	if (of_property_read_u16_array(np, "cirrus,dc-threshold",  in cs43130_handle_device_data()
 
 | 
| /Linux-v5.4/drivers/dma/ti/ | 
| D | edma.c | 2076 	ret = of_property_read_u16_array(dev->of_node, pname, (u16 *)xbar_chans,  in edma_xbar_event_map()
 |