Lines Matching refs:twoints
525 int twoints[2];
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[1] = usblp->dev->devnum;
644 (unsigned char *)twoints,
645 sizeof(twoints))) {
652 usblp->minor, twoints[0], twoints[1]);
657 _IOC_SIZE(cmd) < sizeof(twoints)) {
662 twoints[0] = le16_to_cpu(usblp->dev->descriptor.idVendor);
663 twoints[1] = le16_to_cpu(usblp->dev->descriptor.idProduct);
665 (unsigned char *)twoints,
666 sizeof(twoints))) {
673 usblp->minor, twoints[0], twoints[1]);