OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hiddev_report_info
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/linux/
hiddev.h
47
struct
hiddev_report_info
{
struct
109
#define HIDIOCGREPORT _IOW('H', 0x07, struct
hiddev_report_info
)
110
#define HIDIOCSREPORT _IOW('H', 0x08, struct
hiddev_report_info
)
111
#define HIDIOCGREPORTINFO _IOWR('H', 0x09, struct
hiddev_report_info
)
/external/kernel-headers/original/uapi/linux/
hiddev.h
66
struct
hiddev_report_info
{
struct
161
#define HIDIOCGREPORT _IOW('H', 0x07, struct
hiddev_report_info
)
162
#define HIDIOCSREPORT _IOW('H', 0x08, struct
hiddev_report_info
)
163
#define HIDIOCGREPORTINFO _IOWR('H', 0x09, struct
hiddev_report_info
)
Completed in 60 milliseconds