Symbol: hidev_tag
sys/arch/evbppc/nintendo/dev/si.c
104
struct hidev_tag ch_hidev;
sys/arch/evbppc/nintendo/dev/si.c
182
struct hidev_tag *t;
sys/arch/evbppc/nintendo/dev/si.h
35
struct hidev_tag *saa_hidev;
sys/dev/hid/hidev.c
32
hidev_get_report_desc(struct hidev_tag *t, void **desc, int *size)
sys/dev/hid/hidev.c
38
hidev_open(struct hidev_tag *t, void (*intr)(void *, void *, u_int), void *cookie)
sys/dev/hid/hidev.c
44
hidev_stop(struct hidev_tag *t)
sys/dev/hid/hidev.c
50
hidev_close(struct hidev_tag *t)
sys/dev/hid/hidev.c
56
hidev_set_report(struct hidev_tag *t, int type, void *data, int len)
sys/dev/hid/hidev.c
62
hidev_get_report(struct hidev_tag *t, int type, void *data, int len)
sys/dev/hid/hidev.c
68
hidev_write(struct hidev_tag *t, void *data, int len)
sys/dev/hid/hidev.h
49
void hidev_get_report_desc(struct hidev_tag *, void **, int *);
sys/dev/hid/hidev.h
50
int hidev_open(struct hidev_tag *, void (*)(void *, void *, u_int), void *);
sys/dev/hid/hidev.h
51
void hidev_stop(struct hidev_tag *);
sys/dev/hid/hidev.h
52
void hidev_close(struct hidev_tag *);
sys/dev/hid/hidev.h
53
usbd_status hidev_set_report(struct hidev_tag *, int, void *, int);
sys/dev/hid/hidev.h
54
usbd_status hidev_get_report(struct hidev_tag *, int, void *, int);
sys/dev/hid/hidev.h
55
usbd_status hidev_write(struct hidev_tag *, void *, int);
sys/dev/hid/uhid.h
38
struct hidev_tag *sc_hidev;
sys/dev/usb/uhidev.c
103
struct hidev_tag sc_hidev;
sys/dev/usb/uhidev.c
1248
struct hidev_tag *t = &scd->sc_hidev;
sys/dev/usb/uhidev.h
44
struct hidev_tag *hidev;