Lines Matching full:modem
26 * etc.) modem time services, as well as Spectracom GPS and WWVB
27 * receivers connected via a modem. The driver periodically dials a
33 * This driver requires a modem with a Hayes-compatible command set and
34 * control over the modem data terminal ready (DTR) control line. The
35 * modem setup string is hard-coded in the driver and may require
50 * The driver is transparent to each of the modem time services and
66 * Ordinarily, the serial port is connected to a modem and the phones
70 * fudge flag2 is enabled, port locking allows the modem to be shared
123 * If a modem is connected to a Spectracom receiver, this driver will
162 * Modem setup strings. These may have to be changed for
169 * E0 modem command echo disabled
170 * L1 set modem speaker volume to low level
193 S_SETUP, /* send modem setup */
382 * We are waiting for the OK response to the modem setup in acts_message()
391 * if the modem was previously E1, we will in acts_message()
467 * The state machine is driven by messages from the modem, in acts_timeout()
475 * System poll event. Lock the modem port, open the device in acts_timeout()
483 * Lock the modem port. If busy, retry later. Note: if in acts_timeout()
526 * the modem business and send 'T' for Spectrabum. in acts_timeout()
536 * Initialize the modem. This works with Hayes- in acts_timeout()
549 * In SETUP state the modem did not respond OK to setup string. in acts_timeout()
552 report_event(PEVNT_CLOCK, peer, "no modem"); in acts_timeout()
743 * The parser selects the modem format based on the message in acts_timecode()