Searched refs:hidraw_gen_descriptor (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/hid/
H A Dhidraw.h49 struct hidraw_gen_descriptor { struct
80 #define HIDRAW_GET_REPORT_DESC _IOWR('U', 21, struct hidraw_gen_descriptor)
82 #define HIDRAW_GET_REPORT _IOWR('U', 23, struct hidraw_gen_descriptor)
83 #define HIDRAW_SET_REPORT _IOW ('U', 24, struct hidraw_gen_descriptor)
85 #define HIDRAW_SET_REPORT_DESC _IOW ('U', 26, struct hidraw_gen_descriptor)
H A Dhidraw.c517 struct hidraw_gen_descriptor *hgd;
565 hgd = (struct hidraw_gen_descriptor *)addr;
596 hgd = (struct hidraw_gen_descriptor *)addr;
643 hgd = (struct hidraw_gen_descriptor *)addr;
674 hgd = (struct hidraw_gen_descriptor *)addr;

Completed in 94 milliseconds