Home
last modified time | relevance | path

Searched refs:bNumPorts (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/usb/
Dwusb-wa.h283 u8 bNumPorts; /* don't use!! */ member
/linux-4.1.27/drivers/usb/host/
Dhwa-hc.c735 if (wa->wa_descr->bNumPorts > USB_MAXCHILDREN) { in hwahc_create()
737 "adapter (%u ports)\n", wa->wa_descr->bNumPorts); in hwahc_create()
740 wusbhc->ports_max = wa->wa_descr->bNumPorts; in hwahc_create()