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

  /src/sys/dev/usb/
usb_subr.c 1277 int confi, nifaces; local in function:usbd_probe_and_attach
1290 for (confi = 0; confi < dd->bNumConfigurations; confi++) {
1291 DPRINTFN(1, "trying config idx=%jd", confi, 0, 0, 0);
1292 err = usbd_set_config_index(dev, confi, 1);

Completed in 12 milliseconds