OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:capi_profile
(Results
26 - 30
of
30
) sorted by null
1
2
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
capi.h
63
typedef struct
capi_profile
{
struct
72
}
capi_profile
;
typedef in typeref:struct:capi_profile
74
#define CAPI_GET_PROFILE _IOWR('C',0x09,struct
capi_profile
)
112
capi_profile
profile;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capi.h
63
typedef struct
capi_profile
{
struct
72
}
capi_profile
;
typedef in typeref:struct:capi_profile
74
#define CAPI_GET_PROFILE _IOWR('C',0x09,struct
capi_profile
)
112
capi_profile
profile;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
capi.h
63
typedef struct
capi_profile
{
struct
72
}
capi_profile
;
typedef in typeref:struct:capi_profile
74
#define CAPI_GET_PROFILE _IOWR('C',0x09,struct
capi_profile
)
112
capi_profile
profile;
/bionic/libc/kernel/common/linux/
capi.h
46
typedef struct
capi_profile
{
struct
57
}
capi_profile
;
typedef in typeref:struct:capi_profile
59
#define CAPI_GET_PROFILE _IOWR('C',0x09,struct
capi_profile
)
76
capi_profile
profile;
/external/kernel-headers/original/linux/
kernelcapi.h
51
#define KCI_CONTRUP 0 /* arg: struct
capi_profile
*/
83
u16 capi20_get_profile(u32 contr, struct
capi_profile
*profp);
Completed in 525 milliseconds
1
2