最終更新:2014-06-04 (水) 10:31:30 (3606d)  

usb_gadget_driver.bind
Top / usb_gadget_driver.bind

binds the necessary hardware such as endpoints and buffers by the gadget driver. The upper functional layer or class driver layer implements the bind callback. In the bind function, the class driver prepares itself with the necessary resources for the subsequent class-specific operations. You should invoke this method from a context that can be blocked.

呼び出し元

.bindに設定される関数