Searched refs:num_endpoints (Results 1 – 11 of 11) sorted by relevance
/linux-5.19.10/sound/soc/intel/common/ |
D | soc-acpi-intel-tgl-match.c | 47 .num_endpoints = 1, 56 .num_endpoints = 1, 65 .num_endpoints = 1, 71 .num_endpoints = 1, 80 .num_endpoints = 1, 89 .num_endpoints = 1, 98 .num_endpoints = 1, 107 .num_endpoints = 1, 116 .num_endpoints = 1, 125 .num_endpoints = 1, [all …]
|
D | soc-acpi-intel-adl-match.c | 35 .num_endpoints = 1, 44 .num_endpoints = 1, 53 .num_endpoints = 1, 62 .num_endpoints = 1, 71 .num_endpoints = 1, 80 .num_endpoints = 1, 89 .num_endpoints = 1, 98 .num_endpoints = 1, 107 .num_endpoints = 1, 116 .num_endpoints = 1, [all …]
|
D | soc-acpi-intel-sdw-mockup-match.c | 37 .num_endpoints = 1, 46 .num_endpoints = 1, 55 .num_endpoints = 1, 64 .num_endpoints = 1, 73 .num_endpoints = 1, 82 .num_endpoints = 1, 91 .num_endpoints = 1, 100 .num_endpoints = 1,
|
D | soc-acpi-intel-cml-match.c | 119 .num_endpoints = 1, 137 .num_endpoints = 1, 146 .num_endpoints = 1, 155 .num_endpoints = 1, 164 .num_endpoints = 1, 173 .num_endpoints = 1, 182 .num_endpoints = 1, 191 .num_endpoints = 1, 200 .num_endpoints = 1, 209 .num_endpoints = 1,
|
D | soc-acpi-intel-icl-match.c | 58 .num_endpoints = 1, 76 .num_endpoints = 1, 85 .num_endpoints = 1, 94 .num_endpoints = 1, 103 .num_endpoints = 1, 112 .num_endpoints = 1,
|
D | soc-acpi-intel-cnl-match.c | 54 .num_endpoints = 1,
|
/linux-5.19.10/drivers/most/ |
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()
|
/linux-5.19.10/include/sound/ |
D | soc-acpi.h | 107 const u8 num_endpoints; member
|
/linux-5.19.10/drivers/usb/host/ |
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()
|
/linux-5.19.10/drivers/usb/serial/ |
D | ti_usb_3410_5052.c | 513 int num_endpoints; in ti_startup() local 549 num_endpoints = cur_altsetting->desc.bNumEndpoints; in ti_startup() 552 if (dev->descriptor.bNumConfigurations == 1 && num_endpoints == 1) { in ti_startup()
|
D | ftdi_sio.c | 1638 unsigned num_endpoints; in ftdi_set_max_packet_size() local 1641 num_endpoints = interface->cur_altsetting->desc.bNumEndpoints; in ftdi_set_max_packet_size() 1642 if (!num_endpoints) in ftdi_set_max_packet_size() 1651 for (i = 0; i < num_endpoints; i++) { in ftdi_set_max_packet_size()
|