Home
last modified time | relevance | path

Searched refs:ihidev_softc (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/sys/dev/i2c/
Dihidev.c69 int ihidev_hid_command(struct ihidev_softc *, int, void *);
71 int ihidev_poweron(struct ihidev_softc *);
72 int ihidev_reset(struct ihidev_softc *);
73 int ihidev_hid_desc_parse(struct ihidev_softc *);
91 sizeof(struct ihidev_softc),
114 ihidev_quirks(struct ihidev_softc *sc) in ihidev_quirks()
135 struct ihidev_softc *sc = (struct ihidev_softc *)self; in ihidev_attach()
243 struct ihidev_softc *sc = (struct ihidev_softc *)self; in ihidev_detach()
264 struct ihidev_softc *sc = (struct ihidev_softc *)self; in ihidev_activate()
298 ihidev_sleep(struct ihidev_softc *sc, int ms) in ihidev_sleep()
[all …]
Dihidev.h67 struct ihidev_softc { struct
102 struct ihidev_softc *sc_parent; argument
115 struct ihidev_softc *parent;
132 void ihidev_get_report_desc(struct ihidev_softc *, void **, int *);
Dimt.c59 int imt_find_winptp_reports(struct ihidev_softc *, void *, int,
100 imt_find_winptp_reports(struct ihidev_softc *parent, void *desc, int size, in imt_find_winptp_reports()