
2006, QNX Software Systems GmbH & Co. KG. usbd device lookup()
Map the device instance identifier to an opaque device handle (from usbd attach())
Synopsis:
#include <sys/usbdi.h>
struct usbd
device *usbd device lookup(
struct usbd
connection *connection,
usbd
device instance t*instance );
Description:
You use the usbd device lookup() function to map the device instance
identifier to an opaque device handle from usbd
attach(). This would
typically be required in the removal callback.
Returns:
An opaque device handle or NULL.
Classification:
QNX Neutrino, QNX 4
Safety
Cancellation point No
Interrupt handler No
Signal handler No
Thread Yes
See also:
usbd args lookup(), usbd attach(), usbd configuration descriptor(),
usbd
device extra(), usbd device descriptor(),
usbd
endpoint descriptor(), usbd hcd info(), usbd hub descriptor(),
usbd
interface descriptor(), usbd languages descriptor(),
usbd
parse descriptors(), usbd string(), usbd urb status()
November 2, 2006 Chapter 4 USB Library Reference 47
Comentarios a estos manuales