Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/input/
H A Dwmt.c691 wmt_ev_close_11(struct evdev_dev *evdev, void *ev_softc) in wmt_ev_close_11() argument
693 struct wmt_softc *sc = ev_softc; in wmt_ev_close_11()
700 wmt_ev_open_11(struct evdev_dev *evdev, void *ev_softc) in wmt_ev_open_11() argument
702 struct wmt_softc *sc = ev_softc; in wmt_ev_open_11()
/freebsd/sys/dev/evdev/
H A Devdev_private.h161 void * ev_softc; member
H A Devdev.c437 evdev->ev_softc = softc; in evdev_set_methods()
444 return (evdev->ev_softc); in evdev_get_softc()