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);
|