Searched refs:usb_pipetype (Results 1 - 25 of 33) sorted by relevance

12

/linux-master/drivers/usb/usbip/
H A Dstub_tx.c183 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS)
238 usb_pipetype(urb->pipe) != PIPE_ISOCHRONOUS &&
266 usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) {
299 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) {
H A Dvhci_tx.c123 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) {
H A Dusbip_common.c60 unsigned char type = usb_pipetype(p);
248 if (urb->setup_packet && usb_pipetype(urb->pipe) == PIPE_CONTROL)
H A Dstub_rx.c175 if (usb_pipetype(urb->pipe) != PIPE_CONTROL)
/linux-master/drivers/usb/c67x00/
H A Dc67x00-sched.c207 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) {
267 type = usb_pipetype(urb->pipe);
388 switch (usb_pipetype(urb->pipe)) {
588 switch (usb_pipetype(td->pipe)) {
917 switch (usb_pipetype(td->pipe)) {
/linux-master/include/linux/
H A Dusb.h1970 #define usb_pipetype(pipe) (((pipe) >> 30) & 3) macro
1971 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS)
1972 #define usb_pipeint(pipe) (usb_pipetype((pipe)) == PIPE_INTERRUPT)
1973 #define usb_pipecontrol(pipe) (usb_pipetype((pipe)) == PIPE_CONTROL)
1974 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK)
/linux-master/drivers/usb/dwc2/
H A Dhcd.h594 return usb_pipetype(urb->pipe) == PIPE_BULK ||
595 usb_pipetype(urb->pipe) == PIPE_CONTROL;
H A Dhcd.c4094 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS)
4107 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS)
4151 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) {
4164 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS && dbg_perio()) {
4177 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS ||
4178 usb_pipetype(urb->pipe) == PIPE_INTERRUPT) {
4551 switch (usb_pipetype(urb->pipe)) {
4598 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) {
4670 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS ||
4671 usb_pipetype(ur
[all...]
/linux-master/drivers/usb/core/
H A Durb.c211 if (usb_pipetype(pipe) != pipetypes[usb_endpoint_type(&ep->desc)])
504 usb_pipetype(urb->pipe), pipetypes[xfertype]);
/linux-master/drivers/media/usb/dvb-usb/
H A Dusb-urb.c18 int ptype = usb_pipetype(urb->pipe);
/linux-master/drivers/usb/host/
H A Dohci-q.c57 switch (usb_pipetype (urb->pipe)) {
443 ed->type = usb_pipetype(pipe);
799 int type = usb_pipetype (urb->pipe);
H A Dehci-hcd.c892 switch (usb_pipetype (urb->pipe)) {
935 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) {
946 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT)
H A Dmax3421-hcd.c1045 if (urb_done > 0 && usb_pipetype(urb->pipe) == PIPE_CONTROL) {
1162 usb_pipetype(urb->pipe),
1501 switch (usb_pipetype(urb->pipe)) {
H A Duhci-debug.c118 switch (usb_pipetype(urbp->urb->pipe)) {
H A Dfhci-hcd.c396 switch (usb_pipetype(pipe)) {
H A Dehci-q.c254 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) {
785 type = usb_pipetype (urb->pipe);
H A Dxen-hcd.c623 switch (usb_pipetype(urb_pipe)) {
684 switch (usb_pipetype(urb->pipe)) {
H A Docteon-hcd.c1977 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) {
3095 switch (usb_pipetype(urb->pipe)) {
3174 switch (usb_pipetype(urb->pipe)) {
H A Dfhci-sched.c711 switch (usb_pipetype(urb->pipe)) {
H A Dohci-dbg.c20 #define pipestring(pipe) edstring(usb_pipetype(pipe))
H A Dr8a66597-hcd.c817 if (usb_pipein(urb->pipe) && usb_pipetype(urb->pipe) != PIPE_CONTROL) {
1251 switch (usb_pipetype(td->urb->pipe)) {
/linux-master/drivers/media/usb/dvb-usb-v2/
H A Dusb_urb.c22 int ptype = usb_pipetype(urb->pipe);
/linux-master/drivers/media/usb/au0828/
H A Dau0828-dvb.c111 int ptype = usb_pipetype(purb->pipe);
/linux-master/drivers/usb/gadget/udc/
H A Ddummy_hcd.c1300 if (usb_pipetype(urb->pipe) == PIPE_CONTROL)
1946 switch (usb_pipetype(urb->pipe)) {
2426 switch (usb_pipetype(urb->pipe)) { \
/linux-master/drivers/usb/isp1760/
H A Disp1760-hcd.c961 if (usb_pipein(urb->pipe) && usb_pipetype(urb->pipe) != PIPE_CONTROL) {
1889 switch (usb_pipetype(urb->pipe)) {

Completed in 681 milliseconds

12