Linux Kernel
3.7.1
|
Data Fields | |
struct usb_device * | usb_dev |
struct usb_interface * | usb_iface |
struct uwb_rc * | uwb_rc |
struct urb * | neep_urb |
struct edc | neep_edc |
void * | rd_buffer |
Descriptor for an instance of the UWB Radio Control Driver that attaches to the RCI interface of the Host Wired Adapter.
Unless there is a lock specific to the 'data members', all access is protected by uwb_rc->mutex.
The NEEP (Notification/Event EndPoint) URB () writes to . Note there is no locking because it is perfectly (heh!) serialized–probe() submits an URB, callback is called, processes the data (synchronously), submits another URB, and so on. There is no concurrent access to the buffer.
struct usb_interface* usb_iface |