Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/usb/input/
HDwmt.c690 wmt_ev_close_11(struct evdev_dev *evdev, void *ev_softc) in wmt_ev_close_11() argument
692 struct wmt_softc *sc = ev_softc; in wmt_ev_close_11()
699 wmt_ev_open_11(struct evdev_dev *evdev, void *ev_softc) in wmt_ev_open_11() argument
701 struct wmt_softc *sc = ev_softc; in wmt_ev_open_11()
/freebsd-head/sys/dev/evdev/
HDevdev_private.h161 void * ev_softc; member
HDevdev.c437 evdev->ev_softc = softc; in evdev_set_methods()
444 return (evdev->ev_softc); in evdev_get_softc()