Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/misc/
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()
/kernel/linux/linux-5.10/drivers/ata/
Dahci_ceva.c256 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()
/kernel/linux/linux-5.10/include/linux/
Dof.h466 static inline int of_property_read_u16_array(const struct device_node *np, in of_property_read_u16_array() function
727 static inline int of_property_read_u16_array(const struct device_node *np, in of_property_read_u16_array() function
1218 return of_property_read_u16_array(np, propname, out_value, 1); in of_property_read_u16()
/kernel/linux/linux-5.10/drivers/of/
Dproperty.c877 return of_property_read_u16_array(node, propname, val, nval); in of_fwnode_property_read_int_array()
/kernel/linux/linux-5.10/sound/soc/codecs/
Dcs43130.c2404 if (of_property_read_u16_array(np, "cirrus,ac-freq", cs43130->ac_freq, in cs43130_handle_device_data()
2410 if (of_property_read_u16_array(np, "cirrus,dc-threshold", in cs43130_handle_device_data()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0019_linux_drivers_gpio.patch112 + if (!of_property_read_u16_array(node, "out-default", out_set,
/kernel/linux/linux-5.10/drivers/dma/ti/
Dedma.c2168 ret = of_property_read_u16_array(dev->of_node, pname, (u16 *)xbar_chans, in edma_xbar_event_map()