Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dif_uralvar.h73 struct ural_softc { struct
74 device_t sc_dev;
75 struct ethercom sc_ec;
78 enum {
81 } sc_init_state;
82 struct ieee80211com sc_ic;
83 int (*sc_newstate)(struct ieee80211com *,
86 kmutex_t sc_media_mtx; /* XXX */
88 struct usbd_device * sc_udev;
89 struct usbd_interface * sc_iface;
[all …]