Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/video/
H A Dudl.h62 struct udl_softc { struct
63 struct mtx sc_mtx;
64 struct cv sc_cv;
65 struct callout sc_callout;
66 struct usb_xfer *sc_xfer[UDL_N_TRANSFER];
67 struct usb_device *sc_udev;
68 device_t sc_fbdev;
69 struct fb_info sc_fb_info;
70 uint8_t sc_edid[128];
71 struct edid_info sc_edid_info;
[all …]