Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhmt.c178 struct hmt_softc { struct
227 static enum hmt_type hmt_hid_parse(struct hmt_softc *, const void *, argument
229 static int hmt_set_input_mode(struct hmt_softc *, enum hconf_input_mode);
265 struct hmt_softc *sc = device_get_softc(dev); in hmt_probe()
297 struct hmt_softc *sc = device_get_softc(dev); in hmt_attach()
466 struct hmt_softc *sc = device_get_softc(dev); in hmt_detach()
476 struct hmt_softc *sc = context; in hmt_intr()
655 hmt_hid_parse(struct hmt_softc *sc, const void *d_ptr, hid_size_t d_len, in hmt_hid_parse()
863 hmt_set_input_mode(struct hmt_softc *sc, enum hconf_input_mode mode) in hmt_set_input_mode()
905 .size = sizeof(struct hmt_softc),