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
/device/google/crosshatch/sdm845/kernel-headers/linux/
esoc_ctrl.h
22
#define
ESOC_CODE
0xCC
23
#define ESOC_CMD_EXE _IOW(
ESOC_CODE
, 1, unsigned int)
24
#define ESOC_WAIT_FOR_REQ _IOR(
ESOC_CODE
, 2, unsigned int)
25
#define ESOC_NOTIFY _IOW(
ESOC_CODE
, 3, unsigned int)
26
#define ESOC_GET_STATUS _IOR(
ESOC_CODE
, 4, unsigned int)
27
#define ESOC_GET_ERR_FATAL _IOR(
ESOC_CODE
, 5, unsigned int)
28
#define ESOC_WAIT_FOR_CRASH _IOR(
ESOC_CODE
, 6, unsigned int)
29
#define ESOC_REG_REQ_ENG _IO(
ESOC_CODE
, 7)
30
#define ESOC_REG_CMD_ENG _IO(
ESOC_CODE
, 8)
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
esoc_ctrl.h
6
#define
ESOC_CODE
0xCC
8
#define ESOC_CMD_EXE _IOW(
ESOC_CODE
, 1, unsigned int)
9
#define ESOC_WAIT_FOR_REQ _IOR(
ESOC_CODE
, 2, unsigned int)
10
#define ESOC_NOTIFY _IOW(
ESOC_CODE
, 3, unsigned int)
11
#define ESOC_GET_STATUS _IOR(
ESOC_CODE
, 4, unsigned int)
12
#define ESOC_GET_ERR_FATAL _IOR(
ESOC_CODE
, 5, unsigned int)
13
#define ESOC_WAIT_FOR_CRASH _IOR(
ESOC_CODE
, 6, unsigned int)
14
#define ESOC_REG_REQ_ENG _IO(
ESOC_CODE
, 7)
15
#define ESOC_REG_CMD_ENG _IO(
ESOC_CODE
, 8)
Completed in 44 milliseconds