Searched refs:uchcom_softc (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/dev/usb/serial/
H A Duchcom.c160 struct uchcom_softc { struct
221 static void uchcom_update_version(struct uchcom_softc *);
222 static void uchcom_convert_status(struct uchcom_softc *, uint8_t);
223 static void uchcom_update_status(struct uchcom_softc *);
224 static void uchcom_set_dtr_rts(struct uchcom_softc *);
226 static void uchcom_set_baudrate(struct uchcom_softc *, uint32_t);
232 static void uchcom_free_softc(struct uchcom_softc *);
310 struct uchcom_softc *sc = device_get_softc(dev);
366 struct uchcom_softc *sc = device_get_softc(dev);
383 uchcom_free_softc(struct uchcom_softc *s
[all...]

Completed in 88 milliseconds