Home
last modified time | relevance | path

Searched refs:Rstd (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/cmd/usb/usbd/
H A Dusbd.c309 if(usbcmd(d, Rd2h|Rstd|Rdev, Rgetdesc, Ddev<<8|0, 0, buf, sizeof(buf)) < 0) in getmaxpkt()
387 if(usbcmd(nd, Rh2d|Rstd|Rdev, Rsetaddress, nd->id, 0, nil, 0) < 0){ in portattach()
414 if(usbcmd(nd, Rh2d|Rstd|Rdev, Rsetconf, 1, 0, nil, 0) < 0){ in portattach()
417 if(usbcmd(nd, Rh2d|Rstd|Rdev, Rsetconf, 1, 0, nil, 0) < 0) in portattach()
532 if(usbcmd(nd, Rh2d|Rstd|Rdev, Rsetaddress, nd->id, 0, nil, 0) < 0){ in portreset()
540 if(usbcmd(nd, Rh2d|Rstd|Rdev, Rsetconf, 1, 0, nil, 0) < 0){ in portreset()
543 if(usbcmd(nd, Rh2d|Rstd|Rdev, Rsetconf, 1, 0, nil, 0) < 0) in portreset()
/plan9/sys/src/cmd/usb/lib/
H A Ddev.c160 type = Rd2h|Rstd|Rdev; in loaddevconf()
213 type = Rd2h|Rstd|Rdev; in loaddevstr()
226 type = Rd2h|Rstd|Rdev; in loaddevdesc()
467 r = Rh2d|Rstd|Rep; in unstall()
H A Dusb.h30 Rstd = 0<<5, /* types */ enumerator
/plan9/sys/src/9/port/
H A Dusb.h48 Rstd = 0<<5, enumerator
/plan9/sys/src/cmd/usb/kb/
H A Dkb.c154 r = Rh2d | Rstd | Rdev; in setfirstconfig()
162 r = Rd2h | Rstd | Riface; in setfirstconfig()
/plan9/sys/src/cmd/usb/audio/
H A Daudioctl.c58 if(usbcmd(ad, Rh2d|Rstd|Riface, Rsetiface, control, interface[rec], nil, 0) < 0){ in setaudioalt()
/plan9/sys/src/cmd/usb/ether/
H A Dether.c1057 if(usbcmd(d, Rh2d|Rstd|Riface, Rsetiface, altid, ifcid, nil, 0) < 0) in setalt()