Home
last modified time | relevance | path

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

/linux/drivers/usb/misc/
A Dusb251xb.c427 if (of_property_read_u16_array(np, "vendor-id", &hub->vendor_id, 1)) in usb251xb_get_ofdata()
430 if (of_property_read_u16_array(np, "product-id", in usb251xb_get_ofdata()
434 if (of_property_read_u16_array(np, "device-id", &hub->device_id, 1)) in usb251xb_get_ofdata()
543 if (of_property_read_u16_array(np, "language-id", &hub->lang_id, 1)) in usb251xb_get_ofdata()
/linux/drivers/ata/
A Dahci_ceva.c292 if (of_property_read_u16_array(np, "ceva,p0-retry-params", in ceva_ahci_probe()
298 if (of_property_read_u16_array(np, "ceva,p1-retry-params", in ceva_ahci_probe()
/linux/include/linux/
A Dof.h471 static inline int of_property_read_u16_array(const struct device_node *np, in of_property_read_u16_array() function
743 static inline int of_property_read_u16_array(const struct device_node *np, in of_property_read_u16_array() function
1250 return of_property_read_u16_array(np, propname, out_value, 1); in of_property_read_u16()
/linux/drivers/of/
A Dproperty.c896 return of_property_read_u16_array(node, propname, val, nval); in of_fwnode_property_read_int_array()
/linux/sound/soc/codecs/
A Dcs43130.c2405 if (of_property_read_u16_array(np, "cirrus,ac-freq", cs43130->ac_freq, in cs43130_handle_device_data()
2411 if (of_property_read_u16_array(np, "cirrus,dc-threshold", in cs43130_handle_device_data()
/linux/drivers/dma/ti/
A Dedma.c2168 ret = of_property_read_u16_array(dev->of_node, pname, (u16 *)xbar_chans, in edma_xbar_event_map()

Completed in 25 milliseconds