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 1181 int nifaces; local in function:usbd_attachinterfaces
1188 nifaces = dev->ud_cdesc->bNumInterface;
1189 ifaces = kmem_zalloc(nifaces * sizeof(*ifaces), KM_SLEEP);
1190 for (i = 0; i < nifaces; i++) {
1205 uiaa.uiaa_nifaces = nifaces;
1212 for (i = 0; i < nifaces; i++) {
1252 for (j = 0; j < nifaces; j++) {
1263 kmem_free(ifaces, nifaces * sizeof(*ifaces));
1274 int confi, nifaces; local in function:usbd_probe_and_attach
1297 nifaces = dev->ud_cdesc->bNumInterface
    [all...]

Completed in 12 milliseconds