Searched defs:drvextra_cmd_parm (Results 1 – 2 of 2) sorted by relevance
510 struct drvextra_cmd_parm { struct511 int ec_id; /* extra cmd id */512 int type; /* Can use this field as the type id or command size */513 int size; /* buffer size */514 unsigned char *pbuf;
520 struct drvextra_cmd_parm { struct521 int ec_id; /* extra cmd id */522 int type_size; /* Can use this field as the type id or command size */523 unsigned char *pbuf;
Completed in 8 milliseconds