Searched refs:num_endpoints (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.15/sound/soc/intel/common/ |
| D | soc-acpi-intel-tgl-match.c | 42 .num_endpoints = 1, 51 .num_endpoints = 1, 60 .num_endpoints = 1, 66 .num_endpoints = 1, 75 .num_endpoints = 1, 84 .num_endpoints = 1, 93 .num_endpoints = 1, 102 .num_endpoints = 1, 111 .num_endpoints = 1, 120 .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 | 112 .num_endpoints = 1, 130 .num_endpoints = 1, 139 .num_endpoints = 1, 148 .num_endpoints = 1, 157 .num_endpoints = 1, 166 .num_endpoints = 1, 175 .num_endpoints = 1, 184 .num_endpoints = 1, 193 .num_endpoints = 1, 202 .num_endpoints = 1,
|
| 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,
|
| D | soc-acpi-intel-cnl-match.c | 41 .num_endpoints = 1,
|
| /Linux-v5.15/drivers/most/ |
| D | most_usb.c | 953 unsigned int num_endpoints; in hdm_probe() local 963 num_endpoints = usb_iface_desc->desc.bNumEndpoints; in hdm_probe() 964 if (num_endpoints > MAX_NUM_ENDPOINTS) { in hdm_probe() 986 mdev->iface.num_channels = num_endpoints; in hdm_probe() 998 mdev->conf = kcalloc(num_endpoints, sizeof(*mdev->conf), GFP_KERNEL); in hdm_probe() 1002 mdev->cap = kcalloc(num_endpoints, sizeof(*mdev->cap), GFP_KERNEL); in hdm_probe() 1008 kcalloc(num_endpoints, sizeof(*mdev->ep_address), GFP_KERNEL); in hdm_probe() 1013 kcalloc(num_endpoints, sizeof(*mdev->busy_urbs), GFP_KERNEL); in hdm_probe() 1018 for (i = 0; i < num_endpoints; i++) { in hdm_probe()
|
| /Linux-v5.15/include/sound/ |
| D | soc-acpi.h | 104 const u8 num_endpoints; member
|
| /Linux-v5.15/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-v5.15/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 | 1642 unsigned num_endpoints; in ftdi_set_max_packet_size() local 1645 num_endpoints = interface->cur_altsetting->desc.bNumEndpoints; in ftdi_set_max_packet_size() 1646 if (!num_endpoints) in ftdi_set_max_packet_size() 1655 for (i = 0; i < num_endpoints; i++) { in ftdi_set_max_packet_size()
|