HomeSort by relevance Sort by last modified time
    Searched refs:usb_bus (Results 1 - 7 of 7) sorted by null

  /external/libusb-compat/examples/
lsusb.c 25 struct usb_bus *busses;
26 struct usb_bus *bus;
testlibusb.c 131 struct usb_bus *bus;
  /external/ltp/testcases/kernel/device-drivers/usb/tusb/
st_tusb.h 20 //extern struct usb_bus *usb_alloc_bus(struct usb_operations *);
23 extern void usb_free_bus(struct usb_bus *bus);
24 extern void usb_register_bus(struct usb_bus *bus);
25 extern void usb_deregister_bus(struct usb_bus *bus);
40 void *(*buffer_alloc)(struct usb_bus *bus, size_t size,
43 void (*buffer_free)(struct usb_bus *bus, size_t size,
50 struct usb_bus self; /* hcd is-a bus */
100 struct usb_bus *bus;
tusb.c 300 struct usb_bus *bus =
301 (struct usb_bus *)kmalloc(sizeof(struct usb_bus), GFP_KERNEL);
309 /* allocate the usb_bus pointer */
317 memcpy(ltp_usb.bus, bus, sizeof(struct usb_bus));
  /external/libusb-compat/libusb/
usb.h 238 struct usb_bus;
250 struct usb_bus *bus;
263 struct usb_bus { struct
264 struct usb_bus *next, *prev;
278 extern struct usb_bus *usb_busses;
332 struct usb_bus *usb_get_busses(void);
core.c 58 API_EXPORTED struct usb_bus *usb_busses = NULL;
171 static int find_busses(struct usb_bus **ret)
174 struct usb_bus *busses = NULL;
175 struct usb_bus *bus;
193 * we use the location field of the usb_bus structure to store the
233 struct usb_bus *tbus = bus->next;
242 struct usb_bus *new_busses = NULL;
243 struct usb_bus *bus;
265 struct usb_bus *tbus = bus->next;
266 struct usb_bus *nbus = new_busses
    [all...]
  /external/libmtp/src/
libusb-glue.c 100 static struct usb_bus* init_usb();
144 static struct usb_bus* init_usb()
146 struct usb_bus* busses;
147 struct usb_bus* bus;
511 struct usb_bus *bus = init_usb();
575 struct usb_bus *bus = init_usb();
    [all...]

Completed in 77 milliseconds