OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HIDIOCGRAWINFO
(Results
1 - 3
of
3
) sorted by null
/bionic/libc/kernel/uapi/linux/
hidraw.h
34
#define
HIDIOCGRAWINFO
_IOR('H', 0x03, struct hidraw_devinfo)
/external/kernel-headers/original/uapi/linux/
hidraw.h
36
#define
HIDIOCGRAWINFO
_IOR('H', 0x03, struct hidraw_devinfo)
/external/rmi4utils/rmidevice/
hiddevice.cpp
94
rc = ioctl(m_fd,
HIDIOCGRAWINFO
, &m_info);
Completed in 197 milliseconds