Searched refs:pl2303x (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/sys/dev/usb/
H A Duplcom.c576 static const struct pl2303x_init pl2303x[] = { variable in typeref: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 68 milliseconds