OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usb_bus
(Results
1 - 9
of
9
) 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/llvm/test/Analysis/BasicAA/
2007-11-05-SizeCrash.ll
8
%struct.
usb_bus
= type { %struct.device* }
9
%struct.usb_hcd = type { %struct.
usb_bus
, i64, [0 x i64] }
2007-12-08-OutOfBoundsCrash.ll
8
%struct.
usb_bus
= type { %struct.device* }
9
%struct.usb_hcd = type { %struct.
usb_bus
, [0 x i64] }
/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
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmdefs.h
95
#define
USB_BUS
5 /* USB (does not support R/W REG) */
/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
...]
/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
...]
Completed in 120 milliseconds