OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HIDIOCSFEATURE
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
hidraw.h
37
#define
HIDIOCSFEATURE
(len) _IOC(_IOC_WRITE | _IOC_READ, 'H', 0x06, len)
/external/kernel-headers/original/uapi/linux/
hidraw.h
40
#define
HIDIOCSFEATURE
(len) _IOC(_IOC_WRITE|_IOC_READ, 'H', 0x06, len)
/external/rmi4utils/rmidevice/
hiddevice.cpp
337
rc = ioctl(m_fd,
HIDIOCSFEATURE
(2), buf);
339
perror("
HIDIOCSFEATURE
");
Completed in 98 milliseconds