Searched refs:ucom_softc (Results 1 - 3 of 3) sorted by relevance
| /third_party/FreeBSD/sys/dev/usb/serial/ |
| H A D | usb_serial.h | 75 struct ucom_softc; 98 void (*ucom_cfg_get_status) (struct ucom_softc *, uint8_t *plsr, uint8_t *pmsr); 99 void (*ucom_cfg_set_dtr) (struct ucom_softc *, uint8_t); 100 void (*ucom_cfg_set_rts) (struct ucom_softc *, uint8_t); 101 void (*ucom_cfg_set_break) (struct ucom_softc *, uint8_t); 102 void (*ucom_cfg_set_ring) (struct ucom_softc *, uint8_t); 103 void (*ucom_cfg_param) (struct ucom_softc *, struct termios *); 104 void (*ucom_cfg_open) (struct ucom_softc *); 105 void (*ucom_cfg_close) (struct ucom_softc *); 106 int (*ucom_pre_open) (struct ucom_softc *); 152 struct ucom_softc { global() struct [all...] |
| H A D | usb_serial.c | 73 extern int ucom_modem(struct ucom_softc *sc, int sigon, int sigoff); 99 static struct ucom_softc *ucom_cons_softc = NULL; 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 *); 114 static void ucom_queue_command(struct ucom_softc *, 117 static void ucom_shutdown(struct ucom_softc *); 118 static void ucom_ring(struct ucom_softc *, uint8_t); 119 static void ucom_break(struct ucom_softc *, uint8_t); 120 static void ucom_dtr(struct ucom_softc *, uint8_t); 121 static void ucom_rts(struct ucom_softc *, uint8_ [all...] |
| H A D | u3g.c | 88 struct ucom_softc sc_ucom[U3G_MAXPORTS]; 111 static void u3g_cfg_get_status(struct ucom_softc *, uint8_t *, uint8_t *); 112 static void u3g_cfg_set_dtr(struct ucom_softc *, uint8_t); 113 static void u3g_cfg_set_rts(struct ucom_softc *, uint8_t); 114 static void u3g_start_read(struct ucom_softc *ucom); 115 static void u3g_stop_read(struct ucom_softc *ucom); 116 static void u3g_start_write(struct ucom_softc *ucom); 117 static void u3g_stop_write(struct ucom_softc *ucom); 118 static void u3g_poll(struct ucom_softc *ucom); 119 static void u3g_free(struct ucom_softc *uco [all...] |
Completed in 2 milliseconds