Home
last modified time | relevance | path

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

123456789

/linux/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; in do_nokia_modem_rst_ind_tasklet() local
42 if (!modem) in do_nokia_modem_rst_ind_tasklet()
45 dev_info(modem->device, "CMT rst line change detected\n"); in do_nokia_modem_rst_ind_tasklet()
47 if (modem->ssi_protocol) in do_nokia_modem_rst_ind_tasklet()
48 ssip_reset_event(modem->ssi_protocol); in do_nokia_modem_rst_ind_tasklet()
53 struct nokia_modem_device *modem = (struct nokia_modem_device *)data; in nokia_modem_rst_ind_isr() local
55 tasklet_schedule(&modem->nokia_modem_rst_ind_tasklet); in nokia_modem_rst_ind_isr()
62 struct nokia_modem_device *modem in nokia_modem_gpio_unexport() local
74 struct nokia_modem_device *modem = dev_get_drvdata(dev); nokia_modem_gpio_probe() local
128 struct nokia_modem_device *modem; nokia_modem_probe() local
240 struct nokia_modem_device *modem = dev_get_drvdata(dev); nokia_modem_remove() local
[all...]
H A DKconfig12 Say Y here if you want to add support for the modem on Nokia
41 serial communication with the cellular modem over HSI/SSI bus.
/linux/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
164 * 0 must be used to power the modem; the modem draws its in ser12_set_divisor()
193 outb(0x0e | (!!bc->modem.ser12.tx_bit), MCR(dev->base_addr)); in ser12_tx()
194 if (bc->modem in ser12_tx()
[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
179 * 0 must be used to power the modem; the modem draw in ser12_set_divisor()
[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; global() member
[all...]
H A Dscc.c360 if ((scc->modem.clocksrc != CLK_EXTERNAL)) in start_hunt()
456 if ((scc->modem.clocksrc != CLK_EXTERNAL)) in scc_exint()
734 if (scc->modem.speed > 0) /* paranoia... */ in set_speed()
735 set_brg(scc, (unsigned) (scc->clock / (scc->modem.speed * 64)) - 2); in set_speed()
809 wr(scc,R10,(scc->modem.nrz? NRZ : NRZI)|CRCPS|ABUNDER); /* abort on underrun, preset CRC generator, NRZ(I) */ in init_channel()
821 CLK_EXTERNAL: external clocking (G3RUH or DF9IC modem) in init_channel()
839 switch(scc->modem.clocksrc) in init_channel()
908 if (scc->modem.speed < 300) in scc_key_trx()
909 scc->modem.speed = 1200; in scc_key_trx()
911 time_const = (unsigned) (scc->clock / (scc->modem in scc_key_trx()
[all...]
/linux/drivers/usb/atm/ !
H A DKconfig7 tristate "USB DSL modem support"
12 modem to your computer's USB port. You will then need to choose your
13 modem from the list below.
25 modem. In order to use your modem you will need to install the
36 Say Y here if you have an ADSL USB modem based on the Conexant
37 AccessRunner chipset. In order to use your modem you will need to
45 tristate "ADI 930 and eagle USB DSL modem"
48 Say Y here if you have an ADSL USB modem based on the ADI 930
49 or eagle chipset. In order to use your modem yo
[all...]
/linux/Documentation/devicetree/bindings/hsi/ !
H A Dnokia-modem.txt1 Nokia modem client bindings
3 The Nokia modem HSI client follows the common HSI client binding
5 properties are needed by the Nokia modem HSI client:
9 "nokia,n900-modem"
10 "nokia,n950-modem"
11 "nokia,n9-modem"
25 - interrupts: Should be IRQ handle for modem's reset indication
30 modem: hsi-client {
31 compatible = "nokia,n900-modem";
H A Dclient-devices.txt28 modem: hsi-client {
29 compatible = "nokia,n900-modem";
/linux/drivers/net/ipa/ !
H A Dipa_table.c48 * Each filter rule is associated with an AP or modem TX endpoint, though
71 * rule. Once initialized, the modem and AP update the entries for
82 * 1st endpoint | 0x000123456789abc0 | DMA address for modem endpoint 2 rule
94 * and modem. The AP initializes all entries in a route table to refer to
95 * a "zero entry". Once initialized, the modem and AP are responsible for
101 * 1st modem route | 0x0001234500001100 | DMA address for first route rule
103 * 2nd modem route | 0x0001234500001140 | DMA address for second route rule
107 * Last modem route| 0x0001234500002280 | DMA address for Nth route rule
230 * modem to refer to the zero entry. The memory region supplied will be
234 ipa_filter_reset_table(struct ipa *ipa, bool hashed, bool ipv6, bool modem) in ipa_filter_reset_table() argument
270 ipa_filter_reset(struct ipa * ipa,bool modem) ipa_filter_reset() argument
293 ipa_route_reset(struct ipa * ipa,bool modem) ipa_route_reset() argument
329 ipa_table_reset(struct ipa * ipa,bool modem) ipa_table_reset() argument
523 ipa_filter_config(struct ipa * ipa,bool modem) ipa_filter_config() argument
582 ipa_route_config(struct ipa * ipa,bool modem) ipa_route_config() argument
[all...]
/linux/Documentation/networking/device_drivers/hamradio/ !
H A Dbaycom.rst22 therefore it supports just about every bit bang modem on a
39 This driver supports the EPP modem.
46 ser12 This is a very simple 1200 baud AFSK modem. The modem consists only
49 for handling the HDLC protocol. The modem connects to a serial port,
54 par96 This is a modem for 9600 baud FSK compatible to the G3RUH standard.
55 The modem does all the filtering and regenerates the receiver clock.
58 The PC then empties the shift register in a burst. This modem connects
59 to the parallel port, hence the name. The modem leaves the
63 picpar This is a redesign of the par96 modem b
[all...]
/linux/arch/arm64/boot/dts/qcom/ !
H A Dsc7180-trogdor-lte-sku.dtsi17 firmware-name = "qcom/sc7180-trogdor/modem/mba.mbn",
18 "qcom/sc7180-trogdor/modem/qdsp6sw.mbn";
24 * modem needs to cover certain init steps (GSI init), and
27 qcom,gsi-loader = "modem";
H A Dsc7280-herobrine-lte-sku.dtsi25 qcom,gsi-loader = "modem";
44 firmware-name = "qcom/sc7280-herobrine/modem/mba.mbn",
45 "qcom/sc7280-herobrine/modem/qdsp6sw.mbn";
H A Dmsm8916-modem-qdsp6.dtsi3 * msm8916-modem-qdsp6.dtsi describes the typical modem setup on MSM8916 devices
5 * modem firmware. The digital/analog codec in the SoC/PMIC is used by default,
/linux/Documentation/ABI/testing/ !
H A Dsysfs-devices-platform-soc-ipa67 from the embedded modem are received.
76 for the embedded modem are sent.
92 What: .../XXXXXXX.ipa/modem/
97 The .../XXXXXXX.ipa/modem/ directory contains attributes
98 describing properties of the modem embedded in the SoC.
100 What: .../XXXXXXX.ipa/modem/rx_endpoint_id
105 The .../XXXXXXX.ipa/modem/rx_endpoint_id file duplicates
108 What: .../XXXXXXX.ipa/modem/tx_endpoint_id
113 The .../XXXXXXX.ipa/modem/tx_endpoint_id file duplicates
/linux/Documentation/driver-api/tty/ !
H A Dn_gsm.rst21 #. Initialize the modem in 0710 mux mode (usually ``AT+CMUX=`` command) through
22 its serial port. Depending on the modem used, you can pass more or less
54 /* open the serial port connected to the modem */
59 /* send the AT commands to switch the modem to CMUX mode
73 /* use keep-alive once every 5s for modem connection supervision */
82 /* our modem defaults to a maximum size of 127 bytes */
111 Note that after closing the physical port the modem is still in multiplexing
113 this situation either reset the modem if your hardware allows that or send
172 /* our modem defaults to a maximum size of 127 bytes */
/linux/drivers/platform/x86/intel/int1092/ !
H A DKconfig7 M.2 modem to regulate the RF power based on SAR data obtained from the
12 data communication to modem for RF power regulation. Enable this config when
13 given platform needs to support "Dynamic SAR" configuration for a modem available
/linux/Documentation/networking/devlink/ !
H A Diosm.rst38 the Bootloader images and other modem software images.
57 device is in BOOT ROM stage. Once this is successful, the actual modem firmware
58 image is flashed to the device. The modem software image contains multiple files
60 these files, appropriate commands are sent to the modem device along with the
70 1) When modem is in Boot ROM stage, user can use below command to inject PSI RAM
80 3) Inject EBL after the modem is in PSI stage.
114 - This region contains the logs related to the modem CDD driver.
/linux/sound/pci/ !
H A DMakefile11 snd-atiixp-modem-y := atiixp_modem.o
30 snd-via82xx-modem-y := via82xx_modem.o
37 obj-$(CONFIG_SND_ATIIXP_MODEM) += snd-atiixp-modem.o
56 obj-$(CONFIG_SND_VIA82XX_MODEM) += snd-via82xx-modem.o
/linux/drivers/bus/mhi/ep/ !
H A DKconfig6 and communicate a modem device over a high speed peripheral
10 such as SDX55 modem connected to the host machine over PCIe.
/linux/drivers/phy/motorola/ !
H A DKconfig16 tristate "Motorola Mapphone MDM6600 modem USB PHY driver"
20 Enable this for MDM6600 USB modem to work on Motorola phones
/linux/drivers/net/wwan/ !
H A DKconfig43 MHI WWAN CTRL allows QCOM-based PCIe modems to expose different modem
82 different modem protocols/ports to userspace, including AT and QMI.
109 tristate "MediaTek PCIe 5G WWAN modem T7xx device"
113 Enables MediaTek PCIe based 5G WWAN modem (T7xx series) device.
/linux/drivers/usb/class/ !
H A DKconfig15 If your modem only reports "Cls=ff(vend.)" in the descriptors in
16 /sys/kernel/debug/usb/devices, then your modem will not work with this
/linux/Documentation/networking/device_drivers/wwan/ !
H A Dt7xx.rst8 t7xx driver for MTK PCIe based T700 5G modem
12 MediaTek's T700 5G modem.
16 to interact with the MediaTek's modem via AT commands.
182 Application shall use this interface for MTK modem diagnostic communication.
184 The MediaTek's T700 modem supports the 3GPP TS 27.007 [4] specification.
/linux/drivers/tty/serial/ !
H A Dfsl_lpuart.c1452 u8 modem = readb(port->membase + UARTMODEM) & in lpuart_config_rs485() local
1454 writeb(modem, port->membase + UARTMODEM); in lpuart_config_rs485()
1458 modem |= UARTMODEM_TXRTSE; in lpuart_config_rs485()
1467 modem |= UARTMODEM_TXRTSPOL; in lpuart_config_rs485()
1469 modem &= ~UARTMODEM_TXRTSPOL; in lpuart_config_rs485()
1472 writeb(modem, port->membase + UARTMODEM); in lpuart_config_rs485()
1479 u32 modem = lpuart32_read(port, UARTMODIR) in lpuart32_config_rs485() local
1494 lpuart32_write(port, modem, UARTMODIR); in lpuart32_config_rs485()
1498 modem |= UARTMODIR_TXRTSE; in lpuart32_config_rs485()
1507 modem | in lpuart32_config_rs485()
1993 u8 cr1, old_cr1, old_cr2, cr3, cr4, bdh, modem; lpuart_set_termios() local
2231 u32 ctrl, old_ctrl, bd, modem; lpuart32_set_termios() local
[all...]

123456789