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

  /src/sys/dev/usb/
uplcom.c 576 static const struct pl2303x_init pl2303x[] = { variable in typeref:typename:const struct pl2303x_init[]
589 #define N_PL2302X_INIT (sizeof(pl2303x)/sizeof(pl2303x[0]))
602 req.bmRequestType = pl2303x[i].req_type;
603 req.bRequest = pl2303x[i].request;
604 USETW(req.wValue, pl2303x[i].value);
605 USETW(req.wIndex, pl2303x[i].index);
uplcom.c 576 static const struct pl2303x_init pl2303x[] = { variable in typeref:typename:const struct pl2303x_init[]
589 #define N_PL2302X_INIT (sizeof(pl2303x)/sizeof(pl2303x[0]))
602 req.bmRequestType = pl2303x[i].req_type;
603 req.bRequest = pl2303x[i].request;
604 USETW(req.wValue, pl2303x[i].value);
605 USETW(req.wIndex, pl2303x[i].index);

Completed in 22 milliseconds