Lines Matching refs:uhso_softc

71 	struct uhso_softc *ht_sc;
78 struct uhso_softc {
444 static int uhso_probe_iface(struct uhso_softc *, int,
448 static int uhso_attach_muxserial(struct uhso_softc *, struct usb_interface *,
450 static int uhso_attach_bulkserial(struct uhso_softc *, struct usb_interface *,
452 static int uhso_attach_ifnet(struct uhso_softc *, struct usb_interface *,
458 static int uhso_radio_ctrl(struct uhso_softc *, int);
470 static void uhso_if_stop(struct uhso_softc *);
479 static void uhso_free_softc(struct uhso_softc *);
491 .size = sizeof(struct uhso_softc)
543 struct uhso_softc *sc = device_get_softc(self);
666 struct uhso_softc *sc = device_get_softc(self);
704 uhso_free_softc(struct uhso_softc *sc)
885 uhso_probe_iface(struct uhso_softc *sc, int index,
960 uhso_radio_ctrl(struct uhso_softc *sc, int onoff)
983 struct uhso_softc *sc = arg1;
1006 uhso_alloc_tty(struct uhso_softc *sc)
1032 uhso_attach_muxserial(struct uhso_softc *sc, struct usb_interface *iface,
1098 struct uhso_softc *sc = usbd_xfer_softc(xfer);
1147 struct uhso_softc *sc = usbd_xfer_softc(xfer);
1206 struct uhso_softc *sc = usbd_xfer_softc(xfer);
1261 uhso_attach_bulkserial(struct uhso_softc *sc, struct usb_interface *iface,
1295 struct uhso_softc *sc = usbd_xfer_softc(xfer);
1325 struct uhso_softc *sc = usbd_xfer_softc(xfer);
1354 uhso_bs_cfg(struct uhso_softc *sc)
1378 struct uhso_softc *sc = usbd_xfer_softc(xfer);
1434 struct uhso_softc *sc = ucom->sc_parent;
1443 struct uhso_softc *sc = ucom->sc_parent;
1459 struct uhso_softc *sc = ucom->sc_parent;
1475 struct uhso_softc *sc = ucom->sc_parent;
1496 struct uhso_softc *sc = ucom->sc_parent;
1514 struct uhso_softc *sc = ucom->sc_parent;
1536 struct uhso_softc *sc = ucom->sc_parent;
1548 uhso_attach_ifnet(struct uhso_softc *sc, struct usb_interface *iface, int type)
1610 struct uhso_softc *sc = usbd_xfer_softc(xfer);
1658 struct uhso_softc *sc = arg;
1793 struct uhso_softc *sc = usbd_xfer_softc(xfer);
1838 struct uhso_softc *sc;
1870 struct uhso_softc *sc = priv;
1910 struct uhso_softc *sc = ifp->if_softc;
1925 uhso_if_stop(struct uhso_softc *sc)