Searched refs:ucom_super_softc (Results 1 - 3 of 3) sorted by relevance
| /third_party/FreeBSD/sys/dev/usb/serial/ |
| H A D | usb_serial.h | 140 struct ucom_super_softc { struct 173 struct ucom_super_softc *sc_super; 217 int ucom_attach(struct ucom_super_softc *, 220 void ucom_detach(struct ucom_super_softc *, struct ucom_softc *); 221 void ucom_set_pnpinfo_usb(struct ucom_super_softc *, device_t); 228 void ucom_drain(struct ucom_super_softc *); 230 void ucom_ref(struct ucom_super_softc *); 231 int ucom_unref(struct ucom_super_softc *);
|
| H A D | usb_serial.c | 112 static int ucom_attach_tty(struct ucom_super_softc *, struct ucom_softc *); 113 static void ucom_detach_tty(struct ucom_super_softc *, struct ucom_softc *); 171 ucom_attach(struct ucom_super_softc *ssc, struct ucom_softc *sc, in ucom_attach() 243 ucom_detach(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_detach() 283 ucom_drain(struct ucom_super_softc *ssc) in ucom_drain() 306 ucom_attach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_attach_tty() 334 ucom_detach_tty(struct ucom_super_softc *ssc, struct ucom_softc *sc) in ucom_detach_tty() 358 ucom_set_pnpinfo_usb(struct ucom_super_softc *ssc, device_t dev) in ucom_set_pnpinfo_usb() 386 struct ucom_super_softc *ssc = sc->sc_super; in ucom_queue_command() 441 struct ucom_super_softc *ss in ucom_cfg_is_gone() [all...] |
| H A D | u3g.c | 87 struct ucom_super_softc sc_super_ucom;
|
Completed in 4 milliseconds