Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/usb/
H A Dif_mosreg.h168 struct mos_softc { struct
169 struct device mos_dev;
171 struct arpcom arpcom;
173 struct mii_data mos_mii;
174 struct usbd_device *mos_udev;
175 struct usbd_interface *mos_iface;
177 u_int16_t mos_flags;
179 int mos_ed[MOS_ENDPT_MAX];
180 struct usbd_pipe *mos_ep[MOS_ENDPT_MAX];
181 int mos_unit;
[all …]