Searched refs:modem (Results 1 - 25 of 25) sorted by relevance

/linux-master/drivers/hsi/clients/
H A Dnokia-modem.c3 * nokia-modem.c
5 * HSI client driver for Nokia N900 modem.
40 struct nokia_modem_device *modem = (struct nokia_modem_device *)data; local
42 if (!modem)
45 dev_info(modem->device, "CMT rst line change detected\n");
47 if (modem->ssi_protocol)
48 ssip_reset_event(modem->ssi_protocol);
53 struct nokia_modem_device *modem = (struct nokia_modem_device *)data; local
55 tasklet_schedule(&modem->nokia_modem_rst_ind_tasklet);
62 struct nokia_modem_device *modem local
74 struct nokia_modem_device *modem = dev_get_drvdata(dev); local
128 struct nokia_modem_device *modem; local
240 struct nokia_modem_device *modem = dev_get_drvdata(dev); local
[all...]
H A DMakefile6 obj-$(CONFIG_NOKIA_MODEM) += nokia-modem.o
/linux-master/drivers/net/hamradio/
H A Dbaycom_ser_hdx.c5 * baycom_ser_hdx.c -- baycom ser12 halfduplex radio modem driver.
15 * ser12: This is a very simple 1200 baud AFSK modem. The modem consists only
18 * for handling the HDLC protocol. The modem connects to a serial port,
28 * mutes audio input to the modem
117 } modem; member in struct:baycom_state
164 * 0 must be used to power the modem; the modem draws its
193 outb(0x0e | (!!bc->modem.ser12.tx_bit), MCR(dev->base_addr));
194 if (bc->modem
[all...]
H A Dbaycom_ser_fdx.c5 * baycom_ser_fdx.c -- baycom ser12 fullduplex radio modem driver.
15 * ser12: This is a very simple 1200 baud AFSK modem. The modem consists only
18 * for handling the HDLC protocol. The modem connects to a serial port,
23 * This modem usually draws its supply current out of the otherwise unused
27 * hsk: This is a 4800 baud FSK modem, designed for TNC use. It works fine
28 * in 'baycom-mode' :-) In contrast to the TCM3105 modem, power is
130 } modem; member in struct:baycom_state
179 * 0 must be used to power the modem; the modem draw
[all...]
H A Dbaycom_par.c5 * baycom_par.c -- baycom par96 and picpar radio modem driver.
15 * par96: This is a modem for 9600 baud FSK compatible to the G3RUH standard.
16 * The modem does all the filtering and regenerates the receiver clock.
20 * modem connects to the parallel port, hence the name. The modem
22 * polynomial to the PC. This modem is no longer available (at least
23 * from Baycom) and has been replaced by the PICPAR modem (see below).
27 * picpar: This is a redesign of the par96 modem by Henning Rech, DF9IC. The
28 * modem is protocol compatible to par96, but uses only three low
80 * modem option
128 } modem; member in struct:baycom_state
[all...]
H A Dscc.c360 if ((scc->modem.clocksrc != CLK_EXTERNAL))
456 if ((scc->modem.clocksrc != CLK_EXTERNAL))
734 if (scc->modem.speed > 0) /* paranoia... */
735 set_brg(scc, (unsigned) (scc->clock / (scc->modem.speed * 64)) - 2);
809 wr(scc,R10,(scc->modem.nrz? NRZ : NRZI)|CRCPS|ABUNDER); /* abort on underrun, preset CRC generator, NRZ(I) */
821 CLK_EXTERNAL: external clocking (G3RUH or DF9IC modem)
839 switch(scc->modem.clocksrc)
908 if (scc->modem.speed < 300)
909 scc->modem.speed = 1200;
911 time_const = (unsigned) (scc->clock / (scc->modem
[all...]
H A Dbaycom_epp.c5 * baycom_epp.c -- baycom epp radio modem driver.
17 * Integrated FPGA EPP modem configuration routines
119 /* EPP modem config/status bits */
161 unsigned int modem; member in struct:baycom_state
291 /* eppconfig: called during ifconfig up to configure the modem */
653 if (bc->modem == EPP_FPGAEXTSTATUS) {
842 memset(&bc->modem, 0, sizeof(bc->modem));
871 bc->modem = EPP_CONVENTIONAL;
873 printk(KERN_INFO "%s: no FPGA detected, assuming conventional EPP modem\
[all...]
/linux-master/sound/pci/ac97/
H A Dac97_local.h11 int modem);
H A Dac97_codec.c1722 /* build modem switches */
1843 void snd_ac97_get_name(struct snd_ac97 *ac97, unsigned int id, char *name, int modem) argument
1857 if ((modem && (pid->flags & AC97_MODEM_PATCH)) ||
1858 (! modem && ! (pid->flags & AC97_MODEM_PATCH)))
1869 if ((modem && (pid->flags & AC97_MODEM_PATCH)) ||
1870 (! modem && ! (pid->flags & AC97_MODEM_PATCH)))
1910 /* modem? */
2183 "AC'97 %d access error (not audio or modem codec)\n",
/linux-master/drivers/net/ipa/
H A Dipa_table.h34 * @modem: Whether to reset modem or AP entries
36 void ipa_table_reset(struct ipa *ipa, bool modem);
H A Dipa_table.c51 * Each filter rule is associated with an AP or modem TX endpoint, though
74 * rule. Once initialized, the modem and AP update the entries for
85 * 1st endpoint | 0x000123456789abc0 | DMA address for modem endpoint 2 rule
97 * and modem. The AP initializes all entries in a route table to refer to
98 * a "zero entry". Once initialized, the modem and AP are responsible for
104 * 1st modem route | 0x0001234500001100 | DMA address for first route rule
106 * 2nd modem route | 0x0001234500001140 | DMA address for second route rule
110 * Last modem route| 0x0001234500002280 | DMA address for Nth route rule
227 * modem to refer to the zero entry. The memory region supplied will be
231 ipa_filter_reset_table(struct ipa *ipa, bool hashed, bool ipv6, bool modem) argument
267 ipa_filter_reset(struct ipa *ipa, bool modem) argument
290 ipa_route_reset(struct ipa *ipa, bool modem) argument
326 ipa_table_reset(struct ipa *ipa, bool modem) argument
520 ipa_filter_config(struct ipa *ipa, bool modem) argument
579 ipa_route_config(struct ipa *ipa, bool modem) argument
[all...]
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_rf.h35 u8 modem; member in struct:regulatory_class
H A Drtl871x_cmd.h356 * Notes: To set the channel/modem/band
357 * This command will be used when channel/modem/band is changed.
365 * Notes: To get the current setting of channel/modem/band
372 u8 modem; member in struct:getphy_rsp
/linux-master/sound/pci/
H A DMakefile11 snd-atiixp-modem-objs := atiixp_modem.o
30 snd-via82xx-modem-objs := via82xx_modem.o
37 obj-$(CONFIG_SND_ATIIXP_MODEM) += snd-atiixp-modem.o
56 obj-$(CONFIG_SND_VIA82XX_MODEM) += snd-via82xx-modem.o
H A Dcmipci.c227 #define CM_ENWRMSID 0x00002000 /* choose writable internal SUBID (modem) */
233 #define CM_FLINKON 0x00000040 /* force modem link detection on, model 037 */
235 #define CM_FLINKOFF 0x00000020 /* force modem link detection off, model 037 */
2434 DEFINE_SWITCH_ARG(modem, CM_REG_MISC_CTRL, CM_FLINKON|CM_FLINKOFF, CM_FLINKON, 0, 0);
2634 DEFINE_CARD_SWITCH("Modem", modem);
2724 * newer chips don't have the register bits to force modem link
/linux-master/include/linux/
H A Dscc.h72 struct scc_modem modem; /* modem information */ member in struct:scc_channel
/linux-master/drivers/staging/rtl8723bs/include/
H A Drtw_rf.h46 u8 modem; member in struct:regulatory_class
H A Drtw_cmd.h427 Notes: To set the channel/modem/band
428 This command will be used when channel/modem/band is changed.
435 u8 modem; member in struct:setphy_parm
441 Notes: To get the current setting of channel/modem/band
/linux-master/drivers/usb/serial/
H A Dwhiteheat.h184 #define WHITEHEAT_TEST_MODEM_FT 0x08 /* modem signals, requires a
205 #define WHITEHEAT_EVENT_MODEM 0x01 /* modem field is valid */
225 __u8 modem; /* modem signal status (copy of uart's member in struct:whiteheat_status_info
277 __u8 info; /* see whiteheat_status_info.modem, .error,
/linux-master/drivers/tty/serial/
H A Dfsl_lpuart.c1459 u8 modem = readb(sport->port.membase + UARTMODEM) & local
1461 writeb(modem, sport->port.membase + UARTMODEM);
1465 modem |= UARTMODEM_TXRTSE;
1474 modem |= UARTMODEM_TXRTSPOL;
1476 modem &= ~UARTMODEM_TXRTSPOL;
1479 writeb(modem, sport->port.membase + UARTMODEM);
1489 unsigned long modem = lpuart32_read(&sport->port, UARTMODIR) local
1491 lpuart32_write(&sport->port, modem, UARTMODIR);
1495 modem |= UARTMODIR_TXRTSE;
1504 modem |
1983 unsigned char cr1, old_cr1, old_cr2, cr3, cr4, bdh, modem; local
2221 unsigned long ctrl, old_ctrl, bd, modem; local
[all...]
H A Dpch_uart.c1090 /* Returns the current state of modem control inputs. */
1094 u8 modem; local
1098 modem = pch_uart_hal_get_modem(priv);
1100 if (modem & UART_MSR_DCD)
1103 if (modem & UART_MSR_RI)
1106 if (modem & UART_MSR_DSR)
1109 if (modem & UART_MSR_CTS)
1169 /* Enable the modem status interrupts. */
/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_modem_ops.c209 struct t7xx_modem *modem; local
215 modem = t7xx_dev->md;
216 modem->rgu_irq_asserted = true;
235 * @md_ctrl: modem control struct.
238 * Part of the modem exception recovery.
689 * t7xx_md_init() - Initialize modem.
/linux-master/drivers/tty/
H A Dn_gsm.c172 u32 modem_rx; /* Our incoming virtual modem lines */
173 u32 modem_tx; /* Our outgoing modem lines */
394 /* Virtual modem bits */
534 * gsm_encode_modem - encode modem data bits
537 * Returns the correct GSM encoded modem status bits (6 bit field) for
544 /* FC is true flow control not modem bits */
612 case 2: /* Unstructured with modem bits. */
1171 * interface which is a byte stream with optional modem data.
1182 /* for modem bits without break data */
1202 case 2: /* Unstructured with modem bit
1505 gsm_process_modem(struct tty_struct *tty, struct gsm_dlci *dlci, u32 modem, int slen) argument
1682 unsigned int modem = 0; local
2402 unsigned int modem = 0; local
[all...]
/linux-master/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c223 #define XIR_CM28 10 /* (prodid 3) modem only: not supported here */
224 #define XIR_CM33 11 /* (prodid 4) modem only: not supported here */
225 #define XIR_CM56 12 /* (prodid 5) modem only: not supported here */
226 #define XIR_CG 13 /* (prodid 1) GSM modem only: not supported */
279 int modem; /* is a multi function card (i.e with a modem) */ member in struct:local_info
563 local->modem = 0;
574 local->modem = 1;
764 if (local->modem) {
818 /* Reset the modem'
[all...]
/linux-master/arch/powerpc/platforms/powermac/
H A Dfeature.c9 * - Shorten some obfuscated delays on some routines (like modem
196 * modem, but it's too messy to figure out on which
198 * it controls the modem
548 /* Make sure modem is shut down */
629 /* Don't enable line drivers for I2S modem */
706 /* Hack for internal USB modem */
758 /* Hack for internal USB modem */
1687 /* We make sure int. modem is off (in case driver lost it) */
2726 int modem = 0; local
2733 modem
[all...]

Completed in 274 milliseconds