USB_LOCK_DEVICE
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
usb_lock_device - acquire the lock for a usb device structure
SYNOPSIS
"SYNOPSIS"
void usb_lock_device (struct usb_device * udev);
ARGUMENTS
- udev
-
device that's being locked
DESCRIPTION
Use this routine when you don't hold any other device locks;
to acquire nested inner locks call down(&udev->serialize) directly.
This is necessary for proper interaction with usb_lock_all_devices.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:57 GMT, October 09, 2005