Home
last modified time | relevance | path

Searched refs:usb_pipeisoc (Results 1 – 18 of 18) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dr8a66597-hcd.c918 if (usb_pipeisoc(urb->pipe)) in get_timer_interval()
977 if (!usb_pipeisoc(urb->pipe)) in pipe_irq_enable()
1228 if (usb_pipeisoc(urb->pipe)) { in check_transfer_finish()
1289 if (usb_pipeisoc(urb->pipe)) in finish_request()
1331 if (usb_pipeisoc(urb->pipe)) { in packet_read()
1355 if (usb_pipeisoc(urb->pipe)) { in packet_read()
1406 if (usb_pipeisoc(urb->pipe)) { in packet_write()
1428 if (usb_pipeisoc(urb->pipe)) { in packet_write()
1438 if (!usb_pipeisoc(urb->pipe)) in packet_write()
H A Disp1362-hcd.c282 } else if (usb_pipeisoc(urb->pipe)) { in prepare_ptd()
295 else if (usb_pipeisoc(urb->pipe)) in prepare_ptd()
339 if (usb_pipeisoc(urb->pipe)) in prepare_ptd()
H A Dxen-hcd.c654 if (usb_pipeisoc(urb->pipe)) in xenhcd_map_urb_for_request()
H A Docteon-hcd.c469 if (usb_pipeisoc(urb->pipe)) in octeon_free_temp_buffer()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_host.c471 if (usb_pipeisoc(pipe)) { in musb_host_packet_rx()
1257 if (!status || dma || usb_pipeisoc(pipe)) { in musb_host_tx()
1264 if (usb_pipeisoc(pipe)) { in musb_host_tx()
1312 } else if ((usb_pipeisoc(pipe) || transfer_pending) && dma) { in musb_host_tx()
1583 if (usb_pipeisoc(pipe)) { in musb_host_rx()
1656 if (usb_pipeisoc(pipe)) { in musb_host_rx()
/openbmc/linux/drivers/usb/musb/
H A Dmusb_host.c434 if (usb_pipeisoc(pipe)) { in musb_host_packet_rx()
1358 if (!status || dma || usb_pipeisoc(pipe)) { in musb_host_tx()
1365 if (usb_pipeisoc(pipe)) { in musb_host_tx()
1411 } else if ((usb_pipeisoc(pipe) || transfer_pending) && dma) { in musb_host_tx()
1549 if (usb_pipeisoc(pipe)) { in musb_rx_dma_inventra_cppi41()
1622 if (usb_pipeisoc(pipe)) { in musb_rx_dma_in_inventra_cppi41()
2571 if (usb_pipeisoc(urb->pipe)) in musb_free_temp_buffer()
/openbmc/linux/drivers/usb/c67x00/
H A Dc67x00-sched.c524 if (usb_pipeisoc(urb->pipe)) in c67x00_claim_frame_bw()
573 if (c67x00_claim_frame_bw(c67x00, urb, len, usb_pipeisoc(urb->pipe) in c67x00_create_td()
993 if (usb_pipeisoc(td->pipe)) { in c67x00_check_td_list()
/openbmc/linux/drivers/usb/usbip/
H A Dusbip_common.c670 if (!usb_pipeisoc(urb->pipe)) in usbip_recv_iso()
734 if (!usb_pipeisoc(urb->pipe)) in usbip_pad_iso()
H A Dstub_rx.c544 if (usb_pipeisoc(pipe)) in stub_recv_cmd_submit()
/openbmc/linux/drivers/usb/chipidea/
H A Dhost.c397 if (usb_pipeisoc(urb->pipe)) in ci_hdrc_free_dma_aligned_buffer()
/openbmc/u-boot/include/
H A Dusb.h393 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS) macro
/openbmc/linux/drivers/usb/atm/
H A Dusbatm.c524 if (usb_pipeisoc(urb->pipe)) { in usbatm_rx_process()
1126 …unsigned int iso_packets = usb_pipeisoc(channel->endpoint) ? channel->buf_size / channel->packet_s… in usbatm_usb_probe()
/openbmc/linux/include/linux/
H A Dusb.h1992 #define usb_pipeisoc(pipe) (usb_pipetype((pipe)) == PIPE_ISOCHRONOUS) macro
/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dmod_host.c671 if (usb_pipeisoc(urb->pipe)) { in usbhsh_queue_push()
/openbmc/linux/drivers/usb/core/
H A Dmessage.c512 || usb_pipeisoc(pipe) in usb_sg_init()
H A Dhcd.c1737 if (usb_pipeisoc(urb->pipe) || usb_pipeint(urb->pipe)) in usb_hcd_giveback_urb()
/openbmc/u-boot/drivers/usb/host/
H A Dohci-hcd.c871 | (usb_pipeisoc(pipe)? 0x8000: 0) in ep_add_ed()
/openbmc/linux/drivers/usb/dwc2/
H A Dhcd.c2455 if (usb_pipeisoc(urb->pipe)) in dwc2_free_dma_aligned_buffer()