Home
last modified time | relevance | path

Searched full:modem (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/Linux-v6.6/drivers/hsi/clients/
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 = dev_get_drvdata(dev); in nokia_modem_gpio_unexport() local
[all …]
/Linux-v6.6/drivers/net/ipa/
Dipa_qmi.c21 * DOC: AP/Modem QMI Handshake
23 * The AP and modem perform a "handshake" at initialization time to ensure
26 * using a service on the modem, and server to service modem requests (and
28 * complete, the AP and modem may begin IPA operation. This occurs
29 * only when the AP IPA driver, modem IPA driver, and IPA microcontroller
32 * The QMI service on the modem expects to receive an INIT_DRIVER request from
33 * the AP, which contains parameters used by the modem during initialization.
34 * The AP sends this request as soon as it is knows the modem side service
35 * is available. The modem responds to this request, and if this response
36 * contains a success result, the AP knows the modem IPA driver is ready.
[all …]
Dipa_qmi.h16 * @client_handle: Used to send an QMI requests to the modem
17 * @server_handle: Used to handle QMI requests from the modem
18 * @modem_sq: QMAP socket address for the modem QMI server
47 * of QMI messages that perform a "handshake" between the AP and modem.
48 * When the modem QMI server announces its presence, an AP request message
49 * supplies operating parameters to be used to the modem, and the modem
50 * acknowledges receipt of those parameters. The modem will not touch the
53 * If the modem crashes (or shuts down) a new handshake begins when the
54 * modem's QMI server is started again.
Dipa_qmi_msg.h17 #define IPA_QMI_INDICATION_REGISTER 0x20 /* modem -> AP request */
18 #define IPA_QMI_INIT_DRIVER 0x21 /* AP -> modem request */
19 #define IPA_QMI_INIT_COMPLETE 0x22 /* AP -> modem indication */
20 #define IPA_QMI_DRIVER_INIT_COMPLETE 0x35 /* modem -> AP request */
79 /* The AP tells the modem its platform type. We assume Android. */
122 * from the AP that affects modem initialization.
128 /* Modem header table information. This defines the IPA shared
129 * memory in which the modem may insert header table entries.
135 * *index* (not byte) for the modem portion of non-hashable IPv4 and
153 /* Modem memory information. This defines the location and
[all …]
Dipa_smp2p.c21 * DOC: IPA SMP2P communication with the modem
24 * the modem. The IPA driver uses this for two purposes: to enable the modem
29 * This initialization is done either by Trust Zone or by the modem. In the
30 * latter case, the modem uses an SMP2P interrupt to tell the AP IPA driver
33 * The modem is also able to inquire about the current state of IPA
37 * bit is valid. The modem will poll the valid bit until it is set, and
41 * we never receive an interrupt from the modem requesting this.
52 * @clock_query_irq: IPA interrupt triggered by modem for power query
53 * @setup_ready_irq: IPA interrupt triggered by modem to signal GSI ready
55 * @notified: Whether modem has been notified of power state
[all …]
Dipa_modem.c42 * @work: Work structure used to wake the modem netdev TX queue
49 /** ipa_open() - Opens the modem network interface */
85 /** ipa_stop() - Stops the modem network interface. */
204 /** ipa_modem_netdev_setup() - netdev setup function for the modem */
232 * Suspend the modem's endpoints.
247 * ipa_modem_wake_queue_work() - enable modem netdev queue
250 * Re-enable transmit on the modem network device. This is called
252 * the modem. We can't enable the queue directly in ipa_modem_resume()
267 * Resume the modem's endpoints.
291 /* Only attempt to start the modem if it's stopped */ in ipa_modem_start()
[all …]
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) in ipa_filter_reset_table() argument
[all …]
/Linux-v6.6/drivers/net/hamradio/
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.shreg <= 1) in ser12_tx()
195 bc->modem.shreg = 0x10000 | hdlcdrv_getbits(&bc->hdrv); in ser12_tx()
196 bc->modem.ser12.tx_bit = !(bc->modem.ser12.tx_bit ^ in ser12_tx()
[all …]
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 draws its in ser12_set_divisor()
199 bc->modem.ser12.pll_time; in ser12_rx()
204 bc->modem.ser12.pll_time += bc->baud_us; in ser12_rx()
[all …]
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 options; bit mask
128 } modem; member
[all …]
/Linux-v6.6/drivers/usb/serial/
Dqcserial.c41 {DEVICE_G1K(0x05c6, 0x9212)}, /* Acer Gobi Modem Device */
42 {DEVICE_G1K(0x03f0, 0x1f1d)}, /* HP un2400 Gobi Modem Device */
44 {DEVICE_G1K(0x04da, 0x250d)}, /* Panasonic Gobi Modem device */
46 {DEVICE_G1K(0x413c, 0x8172)}, /* Dell Gobi Modem device */
49 {DEVICE_G1K(0x1410, 0xa002)}, /* Novatel Gobi Modem device */
50 {DEVICE_G1K(0x1410, 0xa003)}, /* Novatel Gobi Modem device */
51 {DEVICE_G1K(0x1410, 0xa004)}, /* Novatel Gobi Modem device */
52 {DEVICE_G1K(0x1410, 0xa005)}, /* Novatel Gobi Modem device */
53 {DEVICE_G1K(0x1410, 0xa006)}, /* Novatel Gobi Modem device */
54 {DEVICE_G1K(0x1410, 0xa007)}, /* Novatel Gobi Modem device */
[all …]
/Linux-v6.6/drivers/tty/serial/8250/
D8250_pnp.c29 /* Archtek SmartLink Modem 3334BT Plug & Play */
32 /* SXPro 144 External Data Fax Modem Plug & Play */
34 /* SXPro 288 External Data Fax Modem Plug & Play */
36 /* PROLiNK 1456VH ISA PnP K56flex Fax Modem */
38 /* Actiontec ISA PNP 56K X2 Fax Modem */
40 /* Rockwell 56K ACF II Fax+Data+Voice Modem */
50 /* Best Data Products Inc. Smart One 336F PnP Modem */
55 /* Boca Research 33,600 ACF Modem */
65 /* Creative Labs Modem Blaster 28.8 DSVD PnP Voice */
67 /* Davicom ISA 33.6K Modem */
[all …]
/Linux-v6.6/drivers/usb/atm/
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 you will need to
57 tristate "Other USB DSL modem support"
[all …]
/Linux-v6.6/drivers/acpi/
Dacpi_pnp.c147 {"AAC000F"}, /* Archtek America Corp. Archtek SmartLink Modem 3334BT Plug & Play */
148 {"ADC0001"}, /* Anchor Datacomm BV. SXPro 144 External Data Fax Modem Plug & Play */
149 {"ADC0002"}, /* SXPro 288 External Data Fax Modem Plug & Play */
150 {"AEI0250"}, /* PROLiNK 1456VH ISA PnP K56flex Fax Modem */
151 {"AEI1240"}, /* Actiontec ISA PNP 56K X2 Fax Modem */
152 {"AKY1021"}, /* Rockwell 56K ACF II Fax+Data+Voice Modem */
155 {"BDP3336"}, /* Best Data Products Inc. Smart One 336F PnP Modem */
157 {"BRI1400"}, /* Boca Research 33,600 ACF Modem */
161 {"CTL3011"}, /* Creative Labs Modem Blaster 28.8 DSVD PnP Voice */
162 {"DAV0336"}, /* Davicom ISA 33.6K Modem */
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/net/
Dqcom,ipa.yaml18 including the Application Processor (AP) and the modem. The IPA presents
31 | AP +<---. .----+ Modem |
82 - description: Modem clock query interrupt (smp2p interrupt)
83 - description: Modem setup ready interrupt (smp2p interrupt)
118 description: State bits used in by the AP to signal the modem.
132 - modem
137 If the modem does this, this property has value "modem".
140 modem-init:
145 should be loaded. If present, the modem loads GSI firmware; if
153 when the AP (not the modem) performs early initialization.
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/hsi/
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";
/Linux-v6.6/Documentation/networking/device_drivers/hamradio/
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 by Henning Rech, DF9IC. The modem
69 EPP This is a high-speed modem adaptor that connects to an enhanced parallel
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/serial/
Dnxp,sc16is7xx.txt26 - nxp,modem-control-line-ports: An array that lists the indices of the port that
28 modem control lines.
47 nxp,modem-control-line-ports = <1>; /* Port 1 as modem control lines */
58 nxp,modem-control-line-ports = <0 1>; /* Ports 0 and 1 as modem control lines */
85 - nxp,modem-control-line-ports: An array that lists the indices of the port that
87 modem control lines.
106 nxp,modem-control-line-ports = <1>; /* Port 1 as modem control lines */
117 nxp,modem-control-line-ports = <0 1>; /* Ports 0 and 1 as modem control lines */
Dsnps-dw-apb-uart.yaml91 description: Override the DCD modem status signal. This signal will
92 always be reported as active instead of being obtained from the modem
98 description: Override the DTS modem status signal. This signal will
99 always be reported as active instead of being obtained from the modem
105 description: Override the CTS modem status signal. This signal will
106 always be reported as active instead of being obtained from the modem
112 description: Override the RI modem status signal. This signal will always
113 be reported as inactive instead of being obtained from the modem status
/Linux-v6.6/Documentation/ABI/testing/
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-v6.6/drivers/tty/serial/
Dserial_mctrl_gpio.h3 * Helpers for controlling modem lines via GPIO
29 * Opaque descriptor for modem lines controlled by GPIOs
36 * Set state of the modem control output lines via GPIOs.
41 * Get state of the modem control input lines from GPIOs.
47 * Get state of the modem control output lines from GPIOs.
54 * Returns the associated struct gpio_desc to the modem line gidx
60 * Request and set direction of modem control line GPIOs and set up irq
69 * Request and set direction of modem control line GPIOs.
Ddz.h51 #define DZ_MODEM_RTS 0x0800 /* RTS for the modem line (2) */
52 #define DZ_MODEM_DTR 0x0400 /* DTR for the modem line (2) */
58 * Definitions for the Modem Status Register.
60 #define DZ_MODEM_RI 0x0800 /* RI for the modem line (2) */
61 #define DZ_MODEM_CD 0x0400 /* CD for the modem line (2) */
62 #define DZ_MODEM_DSR 0x0200 /* DSR for the modem line (2) */
63 #define DZ_MODEM_CTS 0x0100 /* CTS for the modem line (2) */
82 #define DZ_MODEM 0x0002 /* line 2 = modem */
122 #define DZ_MSR 0x18 /* Modem Status Register */
/Linux-v6.6/include/uapi/linux/
Dif_cablemodem.h16 #define SIOCGCMSTATS (SIOCDEVPRIVATE+0) /* get cable modem stats */
18 #define SIOCGCMFREQUENCY (SIOCDEVPRIVATE+2) /* get cable modem frequency */
19 #define SIOCSCMFREQUENCY (SIOCDEVPRIVATE+3) /* set cable modem frequency */
20 #define SIOCGCMPIDS (SIOCDEVPRIVATE+4) /* get cable modem PIDs */
21 #define SIOCSCMPIDS (SIOCDEVPRIVATE+5) /* set cable modem PIDs */
/Linux-v6.6/sound/arm/
Dpxa2xx-ac97-regs.h66 #define GSR_MOINT (1 << 2) /* Modem Out Interrupt */
67 #define GSR_MIINT (1 << 1) /* Modem In Interrupt */
76 #define MOCR (0x0100) /* Modem Out Control Register */
80 #define MICR (0x0108) /* Modem In Control Register */
84 #define MOSR (0x0110) /* Modem Out Status Register */
88 #define MISR (0x0118) /* Modem In Status Register */
93 #define MODR (0x0140) /* Modem FIFO Data Register */
97 #define PMC_REG_BASE (0x0400) /* Primary Modem Codec */
98 #define SMC_REG_BASE (0x0500) /* Secondary Modem Codec */
/Linux-v6.6/Documentation/networking/devlink/
Diosm.rst38 the Bootloader images and other modem software images.
54 - Modem Software Image
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.

12345678910>>...24