Searched refs:usb_pipetype (Results 1 - 25 of 33) sorted by last modified time

12

/linux-master/drivers/usb/host/
H A Dxhci-ring.c799 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS) {
886 if (usb_pipetype(urb->pipe) == PIPE_ISOCHRONOUS)
H A Dsl811-hcd.c801 int type = usb_pipetype(pipe);
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 Doxu210hp-hcd.c1798 type = usb_pipetype(urb->pipe);
3241 switch (usb_pipetype(urb->pipe)) {
3363 switch (usb_pipetype(urb->pipe)) {
H A Disp1362-hcd.c1224 int type = usb_pipetype(pipe);
H A Dfhci-hcd.c396 switch (usb_pipetype(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 Dr8a66597-hcd.c817 if (usb_pipein(urb->pipe) && usb_pipetype(urb->pipe) != PIPE_CONTROL) {
1251 switch (usb_pipetype(td->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 Disp116x-hcd.c689 int type = usb_pipetype(pipe);
H A Dxen-hcd.c623 switch (usb_pipetype(urb_pipe)) {
684 switch (usb_pipetype(urb->pipe)) {
H A Dehci-q.c254 if (usb_pipetype(urb->pipe) == PIPE_INTERRUPT) {
785 type = usb_pipetype (urb->pipe);
/linux-master/drivers/usb/dwc2/
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...]
H A Dhcd.h594 return usb_pipetype(urb->pipe) == PIPE_BULK ||
595 usb_pipetype(urb->pipe) == PIPE_CONTROL;
/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)) {
/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/fotg210/
H A Dfotg210-hcd.c2723 type = usb_pipetype(urb->pipe);
5261 switch (usb_pipetype(urb->pipe)) {
5301 switch (usb_pipetype(urb->pipe)) {
/linux-master/drivers/usb/usbip/
H A Dvhci_hcd.c748 __u8 type = usb_pipetype(urb->pipe);
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/core/
H A Ddevio.c500 t = types[usb_pipetype(pipe)];
H A Durb.c211 if (usb_pipetype(pipe) != pipetypes[usb_endpoint_type(&ep->desc)])
504 usb_pipetype(urb->pipe), pipetypes[xfertype]);
/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/media/usb/au0828/
H A Dau0828-dvb.c111 int ptype = usb_pipetype(purb->pipe);
/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)) {

Completed in 710 milliseconds

12