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
79
#define
CS_IOW
(num,dtype) _IOW(CS_IO_MAGIC, num, dtype)
85
#define CS_SET_WAKELINE
CS_IOW
(23, unsigned int)
87
#define CS_CONFIG_BUFS
CS_IOW
(31, struct cs_buffer_config)
/external/kernel-headers/original/uapi/linux/hsi/
cs-protocol.h
109
#define
CS_IOW
(num, dtype) _IOW(CS_IO_MAGIC, num, dtype)
115
#define CS_SET_WAKELINE
CS_IOW
(23, unsigned int)
117
#define CS_CONFIG_BUFS
CS_IOW
(31, struct cs_buffer_config)
Completed in 138 milliseconds