twoints 499 drivers/usb/class/usblp.c int twoints[2]; twoints 541 drivers/usb/class/usblp.c _IOC_SIZE(cmd) < sizeof(twoints)) { twoints 546 drivers/usb/class/usblp.c twoints[0] = usblp->current_protocol; twoints 547 drivers/usb/class/usblp.c twoints[1] = 0; twoints 551 drivers/usb/class/usblp.c twoints[1] |= (1<<i); twoints 555 drivers/usb/class/usblp.c (unsigned char *)twoints, twoints 556 drivers/usb/class/usblp.c sizeof(twoints))) { twoints 610 drivers/usb/class/usblp.c _IOC_SIZE(cmd) < sizeof(twoints)) { twoints 615 drivers/usb/class/usblp.c twoints[0] = usblp->dev->bus->busnum; twoints 616 drivers/usb/class/usblp.c twoints[1] = usblp->dev->devnum; twoints 618 drivers/usb/class/usblp.c (unsigned char *)twoints, twoints 619 drivers/usb/class/usblp.c sizeof(twoints))) { twoints 626 drivers/usb/class/usblp.c usblp->minor, twoints[0], twoints[1]); twoints 631 drivers/usb/class/usblp.c _IOC_SIZE(cmd) < sizeof(twoints)) { twoints 636 drivers/usb/class/usblp.c twoints[0] = le16_to_cpu(usblp->dev->descriptor.idVendor); twoints 637 drivers/usb/class/usblp.c twoints[1] = le16_to_cpu(usblp->dev->descriptor.idProduct); twoints 639 drivers/usb/class/usblp.c (unsigned char *)twoints, twoints 640 drivers/usb/class/usblp.c sizeof(twoints))) { twoints 647 drivers/usb/class/usblp.c usblp->minor, twoints[0], twoints[1]);