Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dulpt.c202 usb_interface_descriptor_t *ifcd = usbd_get_interface_descriptor(iface); in ulpt_attach() local
218 devinfop, ifcd->bInterfaceClass, ifcd->bInterfaceSubClass); in ulpt_attach()
228 id->bInterfaceNumber == ifcd->bInterfaceNumber) { in ulpt_attach()
237 id = ifcd; /* not found, use original */ in ulpt_attach()
239 if (id != ifcd) { in ulpt_attach()