USB_INTERFACE_CLAIMED

Section: (9)
Updated: 14 August 2003
Index Return to Main Contents

 

NAME

usb_interface_claimed - returns true iff an interface is claimed  

SYNOPSIS

int usb_interface_claimed (struct usb_interface * iface);  

ARGUMENTS

iface
the interface being checked
 

DESCRIPTION

This should be used by drivers to check other interfaces to see if they are available or not. If another driver has claimed the interface, they may not claim it. Otherwise it's OK to claim it using usb_driver_claim_interface.

Returns true (nonzero) iff the interface is claimed, else false (zero).  

ABOUT THIS DOCUMENT

This documentation was generated with kernel version 2.6.0.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION
ABOUT THIS DOCUMENT

This document was created by man2html, using the manual pages.
Time: 23:19:31 GMT, August 13, 2003