Searched defs:rsu_softc (Results 1 – 2 of 2) sorted by relevance
717 struct rsu_softc { struct718 struct device sc_dev;719 struct ieee80211com sc_ic;720 int (*sc_newstate)(struct ieee80211com *,722 struct usbd_device *sc_udev;723 struct usbd_interface *sc_iface;724 struct usb_task sc_task;725 struct timeout calib_to;726 struct usbd_pipe *pipe[R92S_MAX_EP];727 int npipes;[all …]
500 void (*cb)(struct rsu_softc *, void *), void *arg, int len) in rsu_do_async() argument