最終更新:2014-05-18 (日) 19:07:59 (3636d)  

drivers/usb/host/xhci.h?
xhci_urb_enqueue
Top / xhci_urb_enqueue

http://lxr.onakasuita.org/ident?i=xhci_urb_enqueue

  • xhci_urb_enqueue(struct usb_hcd *hcd, struct urb *urb, gfp_t mem_flags)

呼び出し

コントロール

バルク

  • usb_endpoint_xfer_bulk? - check if the endpoint has bulk transfer type
  • xhci_queue_bulk_tx?

インタラプト

  • usb_endpoint_xfer_int? - check if the endpoint has interrupt transfer type
  • xhci_queue_intr_tx?
    • xhci_queue_bulk_tx?

アイソクロナス

  • xhci_queue_isoc_tx_prepare?