HomeSort by: relevance | last modified time | path
    Searched defs:nifaces (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/usb/
auvitek_audio.c 63 int ilocs[USBIFIFCF_NLOCS], nifaces, i; local in function:auvitek_audio_attach
65 nifaces = udev->ud_cdesc->bNumInterface;
66 ifaces = kmem_zalloc(nifaces * sizeof(*ifaces), KM_SLEEP);
67 for (i = 0; i < nifaces; i++) {
78 uiaa.uiaa_nifaces = nifaces;
85 for (i = 0; i < nifaces; i++) {
107 kmem_free(ifaces, nifaces * sizeof(*ifaces));
usb_subr.c 1185 int nifaces; local in function:usbd_attachinterfaces
1192 nifaces = dev->ud_cdesc->bNumInterface;
1193 ifaces = kmem_zalloc(nifaces * sizeof(*ifaces), KM_SLEEP);
1194 for (i = 0; i < nifaces; i++) {
1208 uiaa.uiaa_nifaces = nifaces;
1215 for (i = 0; i < nifaces; i++) {
1255 for (j = 0; j < nifaces; j++) {
1266 kmem_free(ifaces, nifaces * sizeof(*ifaces));
1277 int confi, nifaces; local in function:usbd_probe_and_attach
1300 nifaces = dev->ud_cdesc->bNumInterface
    [all...]

Completed in 12 milliseconds