OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usb_bus
(Results
1 - 6
of
6
) 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/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/kernel-headers/original/linux/
usb.h
267
struct
usb_bus
{
struct
298
void (*release)(struct
usb_bus
*bus);
337
struct
usb_bus
*bus; /* Bus we're part of */
[
all
...]
/external/libmtp/src/
libusb-glue.c
101
static struct
usb_bus
* init_usb();
143
static struct
usb_bus
* init_usb()
514
struct
usb_bus
*bus = init_usb();
[
all
...]
Completed in 70 milliseconds