Symbol: uhidev_softc
sys/dev/usb/ucom.c
83
struct uhidev_softc *sc_uhidev; /* hid device (if deeper) */
sys/dev/usb/ucomvar.h
88
struct uhidev_softc *uhidev;
sys/dev/usb/uhidev.c
104
sizeof(struct uhidev_softc), uhidev_match, uhidev_attach,
sys/dev/usb/uhidev.c
1042
uhidev_set_report_dev(struct uhidev_softc *sc, struct uhidev *dev, int repid)
sys/dev/usb/uhidev.c
139
uhidev_attach_repid(struct uhidev_softc *sc, struct uhidev_attach_arg *uha,
sys/dev/usb/uhidev.c
157
struct uhidev_softc *sc = (struct uhidev_softc *)self;
sys/dev/usb/uhidev.c
331
uhidev_use_rdesc(struct uhidev_softc *sc, usb_interface_descriptor_t *id,
sys/dev/usb/uhidev.c
417
struct uhidev_softc *sc = (struct uhidev_softc *)self;
sys/dev/usb/uhidev.c
453
struct uhidev_softc *sc = (struct uhidev_softc *)self;
sys/dev/usb/uhidev.c
496
struct uhidev_softc *sc = addr;
sys/dev/usb/uhidev.c
547
uhidev_get_report_desc(struct uhidev_softc *sc, void **desc, int *size)
sys/dev/usb/uhidev.c
556
struct uhidev_softc *sc = scd->sc_parent;
sys/dev/usb/uhidev.c
60
int uhidev_use_rdesc(struct uhidev_softc *, usb_interface_descriptor_t *,
sys/dev/usb/uhidev.c
683
struct uhidev_softc *sc = scd->sc_parent;
sys/dev/usb/uhidev.c
740
uhidev_set_report(struct uhidev_softc *sc, int type, int id, void *data,
sys/dev/usb/uhidev.c
782
struct uhidev_softc *sc = priv;
sys/dev/usb/uhidev.c
790
uhidev_set_report_async(struct uhidev_softc *sc, int type, int id, void *data,
sys/dev/usb/uhidev.c
841
uhidev_get_report(struct uhidev_softc *sc, int type, int id, void *data,
sys/dev/usb/uhidev.c
899
uhidev_get_report_async(struct uhidev_softc *sc, int type, int id, void *data,
sys/dev/usb/uhidev.c
947
uhidev_write(struct uhidev_softc *sc, void *data, int len)
sys/dev/usb/uhidev.h
66
struct uhidev_softc *sc_parent;
sys/dev/usb/uhidev.h
79
struct uhidev_softc *parent;
sys/dev/usb/uhidev.h
88
void uhidev_get_report_desc(struct uhidev_softc *, void **, int *);
sys/dev/usb/uhidev.h
92
int uhidev_set_report(struct uhidev_softc *, int, int, void *, int);
sys/dev/usb/uhidev.h
93
int uhidev_set_report_async(struct uhidev_softc *, int, int, void *, int);
sys/dev/usb/uhidev.h
94
int uhidev_get_report(struct uhidev_softc *, int, int, void *, int);
sys/dev/usb/uhidev.h
95
int uhidev_get_report_async(struct uhidev_softc *, int, int, void *, int,
sys/dev/usb/uhidev.h
97
usbd_status uhidev_write(struct uhidev_softc *, void *, int);
sys/dev/usb/uhidev.h
98
int uhidev_set_report_dev(struct uhidev_softc *, struct uhidev *, int);