Home
last modified time | relevance | path

Searched defs:video_softc (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/
Dvideo.c52 struct video_softc { struct
53 struct device dev;
54 void *hw_hdl; /* hardware driver handle */
55 struct device *sc_dev; /* hardware device struct */
56 const struct video_hw_if *hw_if; /* hardware interface */
57 char sc_dying; /* device detached */
58 struct process *sc_owner; /* owner process */
82 int video_stop(struct video_softc *); argument