Home
last modified time | relevance | path

Searched refs:usb_pipebulk (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/drivers/usb/isp1760/
Disp1760-hcd.c562 if (usb_pipebulk(qtd->urb->pipe)) in create_ptd_atl()
587 usb_pipebulk(qtd->urb->pipe)) in create_ptd_atl()
764 return (usb_pipebulk(qtd->urb->pipe) && in is_short_bulk()
1470 } else if (usb_pipebulk(urb->pipe) in packetize_urb()
1590 if (usb_pipecontrol(urb->pipe) || usb_pipebulk(urb->pipe)) { in kill_transfer()
/Linux-v4.19/drivers/bluetooth/
Dbpa10x.c112 bool idx = usb_pipebulk(urb->pipe); in bpa10x_rx_complete()
/Linux-v4.19/drivers/usb/host/
Disp116x.h512 else if (usb_pipebulk(pipe)) __s = "bulk"; \
Disp1362-hcd.c462 usb_pipebulk(urb->pipe) ? "bulk" : in finish_request()
1243 usb_pipebulk(pipe) ? "bulk" : in isp1362_urb_enqueue()
Doxu210hp-hcd.c1306 } else if (usb_pipebulk(urb->pipe) in qh_urb_transaction()
2841 if (!usb_pipebulk(urb->pipe)) in oxu_urb_enqueue()
Dimx21-hcd.c952 if (usb_pipebulk(pipe) && (state == US_BULK0)) in schedule_nonisoc_etd()
Dr8a66597-hcd.c1424 if (!usb_pipebulk(urb->pipe) || td->maxpacket != size) in packet_write()
/Linux-v4.19/include/linux/
Dusb.h1918 #define usb_pipebulk(pipe) (usb_pipetype((pipe)) == PIPE_BULK) macro
/Linux-v4.19/drivers/media/usb/em28xx/
Dem28xx-dvb.c160 xfer_bulk = usb_pipebulk(urb->pipe); in em28xx_dvb_urb_data_copy()
Dem28xx-video.c811 xfer_bulk = usb_pipebulk(urb->pipe); in em28xx_urb_data_copy()
/Linux-v4.19/drivers/usb/musb/
Dmusb_host.c1833 if (usb_pipebulk(urb->pipe) in musb_host_rx()
/Linux-v4.19/drivers/isdn/gigaset/
Dbas-gigaset.c252 if (usb_pipebulk(pipe)) in usb_pipetype_str()