Lines Matching full:modem
3 * IPWireless 3G UMTS TDD Modem driver (USB connected)
12 * It was written out of frustration with the IPWireless USB modem
19 * The modem adheres to the "3GPP TS 27.007 AT command set for 3G
23 * The code was only tested the IPWireless handheld modem distributed
115 /* Interpretation of modem status lines */
144 /* --1: Tell the modem to initialize (we think) From sniffs this is in ipw_open()
145 * always the first thing that gets sent to the modem during in ipw_open()
157 dev_err(dev, "Init of modem failed (error = %d)\n", result); in ipw_open()
167 /*--3: Tell the modem to open the floodgates on the rx bulk channel */ in ipw_open()
168 dev_dbg(dev, "%s:asking modem for RxRead (RXBULK_ON)\n", __func__); in ipw_open()
269 /* send RXBULK_off (tell modem to stop transmitting bulk data on in ipw_close()