Home | History | Annotate | Download | only in libusb

Lines Matching refs:usb_bus

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;
272 struct usb_bus *tnbus = nbus->next;
297 struct usb_bus *tbus = bus->next;
309 struct usb_bus *bus, struct usb_device **ret)
568 struct usb_bus *bus;
647 API_EXPORTED struct usb_bus *usb_get_busses(void)