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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/class/
H A Dusblp.c494 int twoints[2]; local
535 _IOC_SIZE(cmd) < sizeof(twoints)) {
540 twoints[0] = usblp->current_protocol;
541 twoints[1] = 0;
545 twoints[1] |= (1<<i);
549 (unsigned char *)twoints,
550 sizeof(twoints))) {
603 _IOC_SIZE(cmd) < sizeof(twoints)) {
608 twoints[0] = usblp->dev->bus->busnum;
609 twoints[
[all...]

Completed in 116 milliseconds