sys/dev/hid/hidraw.c
545
update_hgd32(const struct hidraw_gen_descriptor *hgd,
sys/dev/hid/hidraw.c
569
struct hidraw_gen_descriptor local_hgd;
sys/dev/hid/hidraw.c
575
struct hidraw_gen_descriptor *hgd;
sys/dev/hid/hidraw.c
591
hgd = (struct hidraw_gen_descriptor *)addr;
sys/dev/hid/hidraw.c
599
cmd = _IOC_NEWTYPE(cmd, struct hidraw_gen_descriptor);
sys/dev/hid/hidraw.h
78
#define HIDRAW_GET_REPORT_DESC _IOWR('U', 21, struct hidraw_gen_descriptor)
sys/dev/hid/hidraw.h
80
#define HIDRAW_GET_REPORT _IOWR('U', 23, struct hidraw_gen_descriptor)
sys/dev/hid/hidraw.h
81
#define HIDRAW_SET_REPORT _IOW ('U', 24, struct hidraw_gen_descriptor)
sys/dev/hid/hidraw.h
83
#define HIDRAW_SET_REPORT_DESC _IOW ('U', 26, struct hidraw_gen_descriptor)