Searched refs:sc_super (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/usb/serial/ |
H A D | usb_serial.h | 165 struct ucom_super_softc *sc_super; member 208 usbd_do_request_proc(udev,&(com)->sc_super->sc_tq,req,ptr,flags,NULL,timo)
|
H A D | usb_serial.c | 305 sc[subunit].sc_super = ssc; in ucom_attach() 608 struct ucom_super_softc *ssc = sc->sc_super; in ucom_command_barrier() 632 struct ucom_super_softc *ssc = sc->sc_super; in ucom_queue_command() 709 struct ucom_super_softc *ssc = sc->sc_super; in ucom_cfg_is_gone() 1641 ucom_unref(sc->sc_super); in ucom_free()
|
/freebsd/sys/dev/usb/net/ |
H A D | uhso.c | 644 snprintf(ht->ht_name, 32, "cuaU%d", ucom->sc_super->sc_unit); in uhso_attach() 647 ucom->sc_super->sc_unit, ucom->sc_subunit); in uhso_attach() 1482 ucom->sc_super->sc_unit, ucom->sc_subunit); in uhso_ucom_start_read()
|