/linux-6.1.9/drivers/hsi/clients/ |
D | nokia-modem.c | 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 65 for (i = 0; i < modem->gpio_amount; i++) { in nokia_modem_gpio_unexport() 66 sysfs_remove_link(&dev->kobj, modem->gpios[i].name); in nokia_modem_gpio_unexport() [all …]
|
/linux-6.1.9/drivers/net/hamradio/ |
D | baycom_ser_hdx.c | 117 } modem; member 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() 197 (bc->modem.shreg & 1)); in ser12_tx() 198 bc->modem.shreg >>= 1; in ser12_tx() 211 bc->modem.ser12.dcd_shreg = (bc->modem.ser12.dcd_shreg << 1) | in ser12_rx() 212 (cur_s != bc->modem.ser12.last_sample); in ser12_rx() 213 bc->modem.ser12.last_sample = cur_s; in ser12_rx() [all …]
|
D | baycom_ser_fdx.c | 130 } modem; member 199 bc->modem.ser12.pll_time; in ser12_rx() 204 bc->modem.ser12.pll_time += bc->baud_us; in ser12_rx() 205 bc->modem.ser12.dcd_time--; in ser12_rx() 207 if (bc->modem.shreg & 1) { in ser12_rx() 208 hdlcdrv_putbits(&bc->hdrv, (bc->modem.shreg >> 1) ^ 0xffff); in ser12_rx() 209 bc->modem.shreg = 0x10000; in ser12_rx() 212 bc->modem.shreg >>= 1; in ser12_rx() 214 if (bc->modem.ser12.dcd_time <= 0) { in ser12_rx() 216 hdlcdrv_setdcd(&bc->hdrv, (bc->modem.ser12.dcd_sum0 + in ser12_rx() [all …]
|
D | baycom_par.c | 128 } modem; member 187 bc->modem.par96.scram = ((bc->modem.par96.scram << 1) | in par96_tx() 188 (bc->modem.par96.scram & 1)); in par96_tx() 190 bc->modem.par96.scram ^= 1; in par96_tx() 191 if (bc->modem.par96.scram & (PAR96_SCRAM_TAP1 << 1)) in par96_tx() 192 bc->modem.par96.scram ^= in par96_tx() 194 if (bc->modem.par96.scram & (PAR96_SCRAM_TAP1 << 2)) in par96_tx() 213 bc->modem.par96.descram = (bc->modem.par96.descram << 1); in par96_rx() 215 bc->modem.par96.descram |= 1; in par96_rx() 216 descx = bc->modem.par96.descram ^ in par96_rx() [all …]
|
D | scc.c | 360 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… 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.speed * (tx? 2:64))) - 2; in scc_key_trx() 921 if (scc->modem.clocksrc == CLK_DPLL) in scc_key_trx() [all …]
|
/linux-6.1.9/drivers/usb/atm/ |
D | Kconfig | 7 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-6.1.9/Documentation/devicetree/bindings/hsi/ |
D | nokia-modem.txt | 1 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-6.1.9/drivers/net/ipa/ |
D | ipa_table.c | 268 ipa_filter_reset_table(struct ipa *ipa, enum ipa_mem_id mem_id, bool modem) in ipa_filter_reset_table() argument 279 modem ? "modem" : "AP"); in ipa_filter_reset_table() 283 ee_id = modem ? GSI_EE_MODEM : GSI_EE_AP; in ipa_filter_reset_table() 306 static int ipa_filter_reset(struct ipa *ipa, bool modem) in ipa_filter_reset() argument 310 ret = ipa_filter_reset_table(ipa, IPA_MEM_V4_FILTER, modem); in ipa_filter_reset() 314 ret = ipa_filter_reset_table(ipa, IPA_MEM_V4_FILTER_HASHED, modem); in ipa_filter_reset() 318 ret = ipa_filter_reset_table(ipa, IPA_MEM_V6_FILTER, modem); in ipa_filter_reset() 321 ret = ipa_filter_reset_table(ipa, IPA_MEM_V6_FILTER_HASHED, modem); in ipa_filter_reset() 330 static int ipa_route_reset(struct ipa *ipa, bool modem) in ipa_route_reset() argument 340 modem ? "modem" : "AP"); in ipa_route_reset() [all …]
|
/linux-6.1.9/Documentation/networking/device_drivers/hamradio/ |
D | baycom.rst | 22 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-6.1.9/arch/arm64/boot/dts/qcom/ |
D | sc7180-trogdor-lte-sku.dtsi | 17 firmware-name = "qcom/sc7180-trogdor/modem/mba.mbn", 18 "qcom/sc7180-trogdor/modem/qdsp6sw.mbn"; 26 * modem needs to cover certain init steps (GSI init), and 29 modem-init;
|
D | sc7280-herobrine-lte-sku.dtsi | 14 firmware-name = "qcom/sc7280-herobrine/modem/mba.mbn", 15 "qcom/sc7280-herobrine/modem/qdsp6sw.mbn";
|
/linux-6.1.9/Documentation/devicetree/bindings/net/ |
D | qcom,ipa.yaml | 18 including the Application Processor (AP) and the modem. The IPA presents 116 description: State bits used in by the AP to signal the modem. 127 modem-init: 130 If present, it indicates that the modem is responsible for 139 when Trust Zone (not the modem) performs early initialization. 158 # Either modem-init is present, or memory-region must be present. 161 - modem-init 166 # But if modem-init is present, firmware-name must not be present. 169 - modem-init 191 ipa_smp2p_out: ipa-ap-to-modem { [all …]
|
D | qcom,bam-dmux.yaml | 29 Interrupts used by the modem to signal the AP. 42 description: State bits used by the AP to signal the modem. 48 description: Names for the state bits used by the AP to signal the modem.
|
/linux-6.1.9/Documentation/devicetree/bindings/serial/ |
D | snps-dw-apb-uart.yaml | 83 description: Override the DCD modem status signal. This signal will 84 always be reported as active instead of being obtained from the modem 90 description: Override the DTS modem status signal. This signal will 91 always be reported as active instead of being obtained from the modem 97 description: Override the CTS modem status signal. This signal will 98 always be reported as active instead of being obtained from the modem 104 description: Override the RI modem status signal. This signal will always 105 be reported as inactive instead of being obtained from the modem status
|
/linux-6.1.9/Documentation/ABI/testing/ |
D | sysfs-devices-platform-soc-ipa | 67 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-6.1.9/Documentation/driver-api/tty/ |
D | n_gsm.rst | 21 #. 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 48 /* open the serial port connected to the modem */ 53 /* send the AT commands to switch the modem to CMUX mode 70 /* our modem defaults to a maximum size of 127 bytes */ 92 Note that after closing the physical port the modem is still in multiplexing 94 this situation either reset the modem if your hardware allows that or send 140 /* our modem defaults to a maximum size of 127 bytes */
|
/linux-6.1.9/drivers/platform/x86/intel/int1092/ |
D | Kconfig | 7 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-6.1.9/Documentation/networking/devlink/ |
D | iosm.rst | 38 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-6.1.9/sound/pci/ |
D | Makefile | 11 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
|
/linux-6.1.9/drivers/bus/mhi/ep/ |
D | Kconfig | 6 and communicate a modem device over a high speed peripheral 10 such as SDX55 modem connected to the host machine over PCIe.
|
/linux-6.1.9/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,sc7180-mss-pil.yaml | 97 - description: modem reserved region 103 - description: Name of modem firmware 114 - description: offset to the modem halt register 135 - description: Stop the modem 158 const: modem 244 label = "modem";
|
D | qcom,sc7280-mss-pil.yaml | 97 - description: modem reserved region 103 - description: Name of modem firmware 114 - description: offset to the modem halt register 149 - description: Stop the modem 172 const: modem 264 label = "modem";
|
D | qcom,q6v5.txt | 56 modem. They are used for booting and authenticating the 92 Definition: reference to the reset-controller for the modem sub-system 95 reference to the list of 2 reset-controllers for the modem 101 Definition: must be "mss_restart" for the modem sub-system 104 must be "mss_restart", "pdc_reset" for the modem 193 by the three offsets within syscon for q6, modem and nc 262 label = "modem";
|
/linux-6.1.9/drivers/phy/motorola/ |
D | Kconfig | 16 tristate "Motorola Mapphone MDM6600 modem USB PHY driver" 20 Enable this for MDM6600 USB modem to work on Motorola phones
|
/linux-6.1.9/Documentation/networking/device_drivers/cable/ |
D | sb1000.rst | 8 as NextLevel) SURFboard1000 internal cable modem board. This is an ISA card 9 which is used by a number of cable TV companies to provide cable modem access. 10 It's a one-way downstream-only cable modem, meaning that your upstream net link 11 is provided by your regular phone modem. 24 to configure the cable modem and network interface (usually called "cm0"); 27 cable modem easy. 93 phone number, and frequency for the cable modem. Also edit pap-secrets 109 connect successfully the cable modem interface will come up and you'll see a 117 The command "cmconfig cm0" will give you information about the cable modem 194 (and typically during a lengthy download through the cable modem)!
|