Searched refs:num_endpoints (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/intel/common/ |
| H A D | soc-acpi-intel-tgl-match.c | 41 .num_endpoints = 1, 50 .num_endpoints = 1, 59 .num_endpoints = 1, 65 .num_endpoints = 1, 74 .num_endpoints = 1, 83 .num_endpoints = 1, 92 .num_endpoints = 1, 101 .num_endpoints = 1, 110 .num_endpoints = 1, 119 .num_endpoints = 1, [all …]
|
| H A D | soc-acpi-intel-cml-match.c | 99 .num_endpoints = 1, 117 .num_endpoints = 1, 126 .num_endpoints = 1, 135 .num_endpoints = 1, 144 .num_endpoints = 1, 153 .num_endpoints = 1, 162 .num_endpoints = 1, 171 .num_endpoints = 1, 180 .num_endpoints = 1, 189 .num_endpoints = 1,
|
| H A D | soc-acpi-intel-icl-match.c | 60 .num_endpoints = 1, 78 .num_endpoints = 1, 87 .num_endpoints = 1, 96 .num_endpoints = 1, 105 .num_endpoints = 1, 114 .num_endpoints = 1,
|
| H A D | soc-acpi-intel-cnl-match.c | 40 .num_endpoints = 1,
|
| /OK3568_Linux_fs/kernel/drivers/most/ |
| H A D | most_usb.c | 954 unsigned int num_endpoints; in hdm_probe() local 964 num_endpoints = usb_iface_desc->desc.bNumEndpoints; in hdm_probe() 965 if (num_endpoints > MAX_NUM_ENDPOINTS) { in hdm_probe() 987 mdev->iface.num_channels = num_endpoints; in hdm_probe() 999 mdev->conf = kcalloc(num_endpoints, sizeof(*mdev->conf), GFP_KERNEL); in hdm_probe() 1003 mdev->cap = kcalloc(num_endpoints, sizeof(*mdev->cap), GFP_KERNEL); in hdm_probe() 1009 kcalloc(num_endpoints, sizeof(*mdev->ep_address), GFP_KERNEL); in hdm_probe() 1014 kcalloc(num_endpoints, sizeof(*mdev->busy_urbs), GFP_KERNEL); in hdm_probe() 1019 for (i = 0; i < num_endpoints; i++) { in hdm_probe()
|
| /OK3568_Linux_fs/kernel/include/sound/ |
| H A D | soc-acpi.h | 100 const u8 num_endpoints; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | u132-hcd.c | 197 int num_endpoints; member 1870 endp_number = ++u132->num_endpoints; in create_endpoint_and_queue_int() 1969 endp_number = ++u132->num_endpoints; in create_endpoint_and_queue_bulk() 2065 endp_number = ++u132->num_endpoints; in create_endpoint_and_queue_control() 2284 } else if (u132->num_endpoints == MAX_U132_ENDPS) { in u132_urb_enqueue() 2324 } else if (u132->num_endpoints == MAX_U132_ENDPS) { in u132_urb_enqueue() 2372 } else if (u132->num_endpoints == MAX_U132_ENDPS) { in u132_urb_enqueue()
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | ti_usb_3410_5052.c | 521 int num_endpoints; in ti_startup() local 557 num_endpoints = cur_altsetting->desc.bNumEndpoints; in ti_startup() 560 if (dev->descriptor.bNumConfigurations == 1 && num_endpoints == 1) { in ti_startup()
|
| H A D | ftdi_sio.c | 1666 unsigned num_endpoints; in ftdi_set_max_packet_size() local 1669 num_endpoints = interface->cur_altsetting->desc.bNumEndpoints; in ftdi_set_max_packet_size() 1670 if (!num_endpoints) in ftdi_set_max_packet_size() 1679 for (i = 0; i < num_endpoints; i++) { in ftdi_set_max_packet_size()
|