OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:usb_hcd
(Results
1 - 6
of
6
) sorted by null
/external/ltp/testcases/kernel/device-drivers/usb/tusb/
st_tusb.h
48
#ifndef
usb_hcd
49
struct
usb_hcd
{
struct
73
void (*irq) (struct
usb_hcd
*hcd, struct pt_regs *regs);
75
int (*start) (struct
usb_hcd
*hcd);
76
int (*suspend) (struct
usb_hcd
*hcd, __u32 state);
77
int (*resume) (struct
usb_hcd
*hcd);
78
void (*stop) (struct
usb_hcd
*hcd);
79
int (*get_frame_number) (struct
usb_hcd
*hcd);
80
struct
usb_hcd
*(*hcd_alloc) (void);
81
void (*hcd_free) (struct
usb_hcd
*hcd)
[
all
...]
tusb.c
387
struct
usb_hcd
*hcd = NULL;
435
struct
usb_hcd
*hcd = NULL;
/external/llvm/test/Analysis/BasicAA/
2007-11-05-SizeCrash.ll
9
%struct.
usb_hcd
= type { %struct.usb_bus, i64, [0 x i64] }
15
define i32 @uhci_suspend(%struct.
usb_hcd
* %hcd) {
17
%tmp17 = getelementptr %struct.
usb_hcd
, %struct.
usb_hcd
* %hcd, i32 0, i32 2, i64 1
24
%tmp631 = getelementptr %struct.
usb_hcd
, %struct.
usb_hcd
* %hcd, i32 0, i32 2, i64
2007-12-08-OutOfBoundsCrash.ll
9
%struct.
usb_hcd
= type { %struct.usb_bus, [0 x i64] }
14
define i32 @ehci_pci_setup(%struct.
usb_hcd
* %hcd) {
16
%tmp14 = getelementptr %struct.
usb_hcd
, %struct.
usb_hcd
* %hcd, i32 0, i32 0, i32 0 ; <%struct.device**> [#uses=1]
24
%tmp601 = getelementptr %struct.
usb_hcd
, %struct.
usb_hcd
* %hcd, i32 0, i32 1, i64 2305843009213693951 ; <i64*> [#uses=1]
/external/swiftshader/third_party/LLVM/test/Analysis/BasicAA/
2007-11-05-SizeCrash.ll
9
%struct.
usb_hcd
= type { %struct.usb_bus, i64, [0 x i64] }
15
define i32 @uhci_suspend(%struct.
usb_hcd
* %hcd) {
17
%tmp17 = getelementptr %struct.
usb_hcd
* %hcd, i32 0, i32 2, i64 1
24
%tmp631 = getelementptr %struct.
usb_hcd
* %hcd, i32 0, i32 2, i64
2007-12-08-OutOfBoundsCrash.ll
9
%struct.
usb_hcd
= type { %struct.usb_bus, [0 x i64] }
14
define i32 @ehci_pci_setup(%struct.
usb_hcd
* %hcd) {
16
%tmp14 = getelementptr %struct.
usb_hcd
* %hcd, i32 0, i32 0, i32 0 ; <%struct.device**> [#uses=1]
24
%tmp601 = getelementptr %struct.
usb_hcd
* %hcd, i32 0, i32 1, i64 2305843009213693951 ; <i64*> [#uses=1]
Completed in 79 milliseconds