OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CS_IOW
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/hsi/
cs-protocol.h
67
#define
CS_IOW
(num,dtype) _IOW(CS_IO_MAGIC, num, dtype)
72
#define CS_SET_WAKELINE
CS_IOW
(23, unsigned int)
74
#define CS_CONFIG_BUFS
CS_IOW
(31, struct cs_buffer_config)
/external/kernel-headers/original/uapi/linux/hsi/
cs-protocol.h
110
#define
CS_IOW
(num, dtype) _IOW(CS_IO_MAGIC, num, dtype)
116
#define CS_SET_WAKELINE
CS_IOW
(23, unsigned int)
118
#define CS_CONFIG_BUFS
CS_IOW
(31, struct cs_buffer_config)
Completed in 99 milliseconds