最終更新:2014-05-18 (日) 19:21:27 (3623d)  

linux/usb/hcd.h?
usb_hcd_submit_urb
Top / usb_hcd_submit_urb

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

/* may be called in any context with a valid urb->dev usecount
 * caller surrenders "ownership" of urb
 * expects usb_submit_urb() to have sanity checked and conditioned all
 * inputs in the urb
 */
int usb_hcd_submit_urb (struct urb *urb, gfp_t mem_flags)

実装

呼び出し

呼び出し元

関連