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

  /src/sys/dev/usb/
pseye.c 193 usb_endpoint_descriptor_t *ed = NULL, *ed_bulkin = NULL; local in function:pseye_attach
232 ed_bulkin = ed;
237 if (ed_bulkin == NULL) {
243 sc->sc_bulkin = ed_bulkin->bEndpointAddress;
pseye.c 193 usb_endpoint_descriptor_t *ed = NULL, *ed_bulkin = NULL; local in function:pseye_attach
232 ed_bulkin = ed;
237 if (ed_bulkin == NULL) {
243 sc->sc_bulkin = ed_bulkin->bEndpointAddress;

Completed in 159 milliseconds