HomeSort by relevance Sort by last modified time
    Searched defs:usb_device (Results 1 - 2 of 2) sorted by null

  /system/core/libusbhost/
usbhost.c 64 struct usb_device { struct
206 struct usb_device *usb_device_open(const char *dev_name)
231 struct usb_device* result = usb_device_new(dev_name, fd);
237 void usb_device_close(struct usb_device *device)
243 struct usb_device *usb_device_new(const char *dev_name, int fd)
245 struct usb_device *device = calloc(1, sizeof(struct usb_device));
270 static int usb_device_reopen_writeable(struct usb_device *device)
286 int usb_device_get_fd(struct usb_device *device)
293 const char* usb_device_get_name(struct usb_device *device
    [all...]
  /external/kernel-headers/original/linux/
usb.h 23 struct usb_device;
150 container_of(intf->dev.parent, struct usb_device, dev)
176 * These structures persist for the lifetime of a usb_device, unlike
280 struct usb_device *root_hub; /* Root hub */
317 * struct usb_device - kernel's representation of a USB device
324 struct usb_device { struct
336 struct usb_device *parent; /* our hub, unless we're the root */
375 struct usb_device *children[USB_MAXCHILDREN];
377 #define to_usb_device(d) container_of(d, struct usb_device, dev)
379 extern struct usb_device *usb_get_dev(struct usb_device *dev)
    [all...]

Completed in 319 milliseconds