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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/prep/
H A Dkbd.c10 unsigned char shfts, ctls, alts, caps; variable
51 if (alts)
98 alts = brk ? 0 : 1;
119 alts = !alts;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Daudio.c1658 struct usb_interface_descriptor *alts; local
1678 alts = &iface->altsetting[fmt->altsetting];
1680 u->datapipe = usb_rcvisocpipe(dev, alts->endpoint[0].bEndpointAddress & 0xf);
1682 if ((alts->endpoint[0].bmAttributes & 0x0c) == 0x08) {
1683 if (alts->bNumEndpoints < 2 ||
1684 alts->endpoint[1].bmAttributes != 0x01 ||
1685 alts->endpoint[1].bSynchAddress != 0 ||
1686 alts->endpoint[1].bEndpointAddress != (alts->endpoint[0].bSynchAddress & 0x7f)) {
1690 u->syncpipe = usb_sndisocpipe(dev, alts
1746 struct usb_interface_descriptor *alts; local
2997 struct usb_interface_descriptor *alts; local
[all...]
H A Dusb-midi.c1523 int alts, alt=0; local
1529 alts = d->actconfig->interface[ifnum].num_altsetting;
1531 for ( alt=0 ; alt<alts ; alt++ ) {
1789 int alts=-1; local
1802 alts = i;
1804 if ( alts == -1 ) {
1849 u = parse_descriptor( d, buffer, bufSize, ifnum, alts, 1);
1903 int alts=-1; local
1912 alts = i;
1914 if ( alts
[all...]
H A Ddevio.c398 struct usb_interface_descriptor *alts; local
406 alts = &iface->altsetting[j];
407 for (e = 0; e < alts->bNumEndpoints; e++) {
408 endpt = &alts->endpoint[e];
421 struct usb_interface_descriptor *alts; local
428 alts = &iface->altsetting[j];
429 if (alts->bInterfaceNumber == ifn)
H A Dprinter.c1501 int r, alts; local
1506 alts = usblp->protocol[protocol].alt_setting;
1507 if (alts < 0) return -EINVAL;
1508 r = usb_set_interface(usblp->dev, usblp->ifnum, alts);
1511 alts, usblp->ifnum);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/
H A Dprinter.c1329 int r, alts; local
1334 alts = usblp->protocol[protocol].alt_setting;
1335 if (alts < 0) return -EINVAL;
1336 r = usb_set_interface(usblp->dev, usblp->ifnum, alts);
1339 alts, usblp->ifnum);
/asus-wl-520gu-7.0.1.45/src/router/LPRng/working_binaries/
H A Dprinter.c1391 int r, alts; local
1396 alts = usblp->protocol[protocol].alt_setting;
1397 if (alts < 0) return -EINVAL;
1398 r = usb_set_interface(usblp->dev, usblp->ifnum, alts);
1401 alts, usblp->ifnum);

Completed in 117 milliseconds