Searched defs:umb_softc (Results 1 – 1 of 1) sorted by relevance
333 struct umb_softc { struct334 struct device sc_dev;335 struct ifnet sc_if;337 struct usbd_device *sc_udev;339 int sc_ver_maj;340 int sc_ver_min;341 int sc_ctrl_len;342 int sc_maxpktlen;343 int sc_maxsessions;344 unsigned int sc_ncm_supported_formats;[all …]