Searched refs:twoints (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/usb/class/
H A Dusblp.c525 int twoints[2]; local
567 _IOC_SIZE(cmd) < sizeof(twoints)) {
572 twoints[0] = usblp->current_protocol;
573 twoints[1] = 0;
577 twoints[1] |= (1<<i);
581 (unsigned char *)twoints,
582 sizeof(twoints))) {
636 _IOC_SIZE(cmd) < sizeof(twoints)) {
641 twoints[0] = usblp->dev->bus->busnum;
642 twoints[
[all...]

Completed in 404 milliseconds