OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ESOC_CODE
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/msm8x84/kernel-headers/linux/
esoc_ctrl.h
21
#define
ESOC_CODE
0xCC
22
#define ESOC_CMD_EXE _IOW(
ESOC_CODE
, 1, u32)
24
#define ESOC_WAIT_FOR_REQ _IOR(
ESOC_CODE
, 2, u32)
25
#define ESOC_NOTIFY _IOW(
ESOC_CODE
, 3, u32)
26
#define ESOC_GET_STATUS _IOR(
ESOC_CODE
, 4, u32)
27
#define ESOC_WAIT_FOR_CRASH _IOR(
ESOC_CODE
, 6, u32)
29
#define ESOC_REG_REQ_ENG _IO(
ESOC_CODE
, 7)
30
#define ESOC_REG_CMD_ENG _IO(
ESOC_CODE
, 8)
/hardware/qcom/msm8x84/original-kernel-headers/linux/
esoc_ctrl.h
4
#define
ESOC_CODE
0xCC
6
#define ESOC_CMD_EXE _IOW(
ESOC_CODE
, 1, u32)
7
#define ESOC_WAIT_FOR_REQ _IOR(
ESOC_CODE
, 2, u32)
8
#define ESOC_NOTIFY _IOW(
ESOC_CODE
, 3, u32)
9
#define ESOC_GET_STATUS _IOR(
ESOC_CODE
, 4, u32)
10
#define ESOC_WAIT_FOR_CRASH _IOR(
ESOC_CODE
, 6, u32)
11
#define ESOC_REG_REQ_ENG _IO(
ESOC_CODE
, 7)
12
#define ESOC_REG_CMD_ENG _IO(
ESOC_CODE
, 8)
Completed in 5331 milliseconds