最終更新:2016-02-08 (月) 16:26:40 (2992d)  

drivers/usb/core/message.c?
usb_start_wait_urb
Top / usb_start_wait_urb

Starts urb and waits for completion or timeout

メモ

  • Note that this call is NOT interruptible. Many device driver i/o requests should be interruptible and therefore these drivers should implement their own interruptible routines.

実装

  • drivers/usb/core/message.c?

呼び出し

関連