Home
last modified time | relevance | path

Searched defs:g_modem_softc (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/bus/u4b/gadget/
H A Dg_modem.c68 struct g_modem_softc { struct
69 struct lock sc_lock;
70 struct usb_callout sc_callout;
74 int sc_mode;
75 int sc_tx_busy;
76 int sc_pattern_len;
77 int sc_throughput;
78 int sc_tx_interval;
82 uint16_t sc_data_len;
85 uint8_t sc_line_coding[32];
[all …]