Searched refs:hidraw_gen_descriptor (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | hidraw.h | 37 struct hidraw_gen_descriptor { struct 78 #define HIDRAW_GET_REPORT_DESC _IOWR('U', 21, struct hidraw_gen_descriptor) 80 #define HIDRAW_GET_REPORT _IOWR('U', 23, struct hidraw_gen_descriptor) 81 #define HIDRAW_SET_REPORT _IOW ('U', 24, struct hidraw_gen_descriptor) 83 #define HIDRAW_SET_REPORT_DESC _IOW ('U', 26, struct hidraw_gen_descriptor)
|
H A D | hidraw.c | 538 update_hgd32(const struct hidraw_gen_descriptor *hgd, in update_hgd32() 562 struct hidraw_gen_descriptor local_hgd; in hidraw_ioctl() 568 struct hidraw_gen_descriptor *hgd; in hidraw_ioctl() 583 hgd = (struct hidraw_gen_descriptor *)addr; in hidraw_ioctl() 591 cmd = _IOC_NEWTYPE(cmd, struct hidraw_gen_descriptor); in hidraw_ioctl()
|