Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/serial/
H A Duchcom.c177 struct uchcom_softc { struct
220 static void uchcom_update_version(struct uchcom_softc *);
221 static void uchcom_convert_status(struct uchcom_softc *, uint8_t);
222 static void uchcom_update_status(struct uchcom_softc *);
223 static void uchcom_set_dtr_rts(struct uchcom_softc *);
224 static void uchcom_calc_baudrate(struct uchcom_softc *, uint32_t, uint8_t *,
226 static void uchcom_set_baudrate(struct uchcom_softc *, uint32_t, uint16_t);
232 static void uchcom_free_softc(struct uchcom_softc *);
311 struct uchcom_softc *sc = device_get_softc(dev); in uchcom_attach()
402 struct uchcom_softc *sc = device_get_softc(dev); in uchcom_detach()
[all …]