Searched refs:of_property_read_u16_array (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/misc/ |
D | usb251xb.c | 427 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/ |
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()
|
/kernel/linux/linux-5.10/include/linux/ |
D | of.h | 466 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/ |
D | property.c | 877 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/ |
D | cs43130.c | 2404 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/ |
D | 0019_linux_drivers_gpio.patch | 112 + if (!of_property_read_u16_array(node, "out-default", out_set,
|
/kernel/linux/linux-5.10/drivers/dma/ti/ |
D | edma.c | 2168 ret = of_property_read_u16_array(dev->of_node, pname, (u16 *)xbar_chans, in edma_xbar_event_map()
|