| /drivers/hsi/clients/ |
| A D | nokia-modem.c | 42 if (!modem) in do_nokia_modem_rst_ind_tasklet() 47 if (modem->ssi_protocol) in do_nokia_modem_rst_ind_tasklet() 90 modem->gpios = devm_kcalloc(dev, gpio_count, sizeof(*modem->gpios), in nokia_modem_gpio_probe() 92 if (!modem->gpios) in nokia_modem_gpio_probe() 141 modem = devm_kzalloc(dev, sizeof(*modem), GFP_KERNEL); in nokia_modem_probe() 142 if (!modem) in nokia_modem_probe() 146 modem->device = dev; in nokia_modem_probe() 205 if (!modem->cmt_speech) { in nokia_modem_probe() 242 if (!modem) in nokia_modem_remove() 245 if (modem->cmt_speech) { in nokia_modem_remove() [all …]
|
| A D | Kconfig | 12 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.
|
| A D | Makefile | 6 obj-$(CONFIG_NOKIA_MODEM) += nokia-modem.o
|
| /drivers/net/hamradio/ |
| A D | baycom_ser_hdx.c | 117 } modem; member 196 bc->modem.ser12.tx_bit = !(bc->modem.ser12.tx_bit ^ 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() 234 bc->modem.ser12.dcd_sum2 = bc->modem.ser12.dcd_sum1; in ser12_rx() 235 bc->modem.ser12.dcd_sum1 = bc->modem.ser12.dcd_sum0; in ser12_rx() 333 bc->modem.ser12.interm_sample = !bc->modem.ser12.interm_sample; in ser12_rx() 337 bc->modem.ser12.dcd_sum0 -= (bc->modem.ser12.dcd_shreg & 1); in ser12_rx() 351 bc->modem.ser12.dcd_sum2 = bc->modem.ser12.dcd_sum1; in ser12_rx() 352 bc->modem.ser12.dcd_sum1 = bc->modem.ser12.dcd_sum0; in ser12_rx() [all …]
|
| A D | baycom_ser_fdx.c | 130 } modem; member 205 bc->modem.ser12.dcd_time--; in ser12_rx() 207 if (bc->modem.shreg & 1) { in ser12_rx() 212 bc->modem.shreg >>= 1; in ser12_rx() 219 bc->modem.ser12.dcd_sum2 = bc->modem.ser12.dcd_sum1; in ser12_rx() 220 bc->modem.ser12.dcd_sum1 = bc->modem.ser12.dcd_sum0; in ser12_rx() 289 if (bc->modem.ptt) in ser12_interrupt() 310 bc->modem.ptt = 0; in ser12_interrupt() 314 bc->modem.ser12.tx_bit = !(bc->modem.ser12.tx_bit ^ (bc->modem.ser12.txshreg & 1)); in ser12_interrupt() 324 bc->modem.ptt = 1; in ser12_interrupt() [all …]
|
| A D | baycom_par.c | 128 } modem; member 187 bc->modem.par96.scram = ((bc->modem.par96.scram << 1) | in par96_tx() 190 bc->modem.par96.scram ^= 1; in par96_tx() 192 bc->modem.par96.scram ^= 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() 217 (bc->modem.par96.descram >> 1); in par96_rx() 232 bc->modem.par96.dcd_shreg = (bc->modem.par96.dcd_shreg >> 16) in par96_rx() 247 bc->modem.par96.dcd_count -= 2; in par96_rx() 270 bc->modem.arb_divider = 6; in par96_interrupt() [all …]
|
| A D | scc.c | 360 if ((scc->modem.clocksrc != CLK_EXTERNAL)) in start_hunt() 734 if (scc->modem.speed > 0) /* paranoia... */ in set_speed() 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() 921 if (scc->modem.clocksrc == CLK_DPLL) in scc_key_trx() 1337 scc->modem.speed=arg*100; in scc_set_param() 1339 scc->modem.speed=arg; in scc_set_param() 1866 if (scc->modem.speed < 4800) in scc_net_siocdevprivate() 2045 scc->modem.speed, scc->modem.nrz, in scc_net_seq_show() [all …]
|
| A D | baycom_epp.c | 161 unsigned int modem; member 653 if (bc->modem == EPP_FPGAEXTSTATUS) { in epp_bh() 842 memset(&bc->modem, 0, sizeof(bc->modem)); in epp_open() 871 bc->modem = EPP_CONVENTIONAL; in epp_open() 875 bc->modem = /*EPP_FPGA*/ EPP_FPGAEXTSTATUS; in epp_open()
|
| /drivers/usb/atm/ |
| A 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 …]
|
| /drivers/net/ipa/ |
| A D | ipa_table.c | 243 modem ? "modem" : "AP"); in ipa_filter_reset_table() 247 ee_id = modem ? GSI_EE_MODEM : GSI_EE_AP; in ipa_filter_reset_table() 278 ret = ipa_filter_reset_table(ipa, false, true, modem); in ipa_filter_reset() 282 ret = ipa_filter_reset_table(ipa, true, false, modem); in ipa_filter_reset() 304 modem ? "modem" : "AP"); in ipa_route_reset() 308 if (modem) { in ipa_route_reset() 329 void ipa_table_reset(struct ipa *ipa, bool modem) in ipa_table_reset() argument 335 ee_name = modem ? "modem" : "AP"; in ipa_table_reset() 338 ret = ipa_filter_reset(ipa, modem); in ipa_table_reset() 343 ret = ipa_route_reset(ipa, modem); in ipa_table_reset() [all …]
|
| A D | ipa_table.h | 33 void ipa_table_reset(struct ipa *ipa, bool modem);
|
| A D | Kconfig | 18 between the AP and modem.
|
| /drivers/platform/x86/intel/int1092/ |
| A 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
|
| /drivers/bus/mhi/ep/ |
| A 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.
|
| /drivers/phy/motorola/ |
| A D | Kconfig | 16 tristate "Motorola Mapphone MDM6600 modem USB PHY driver" 20 Enable this for MDM6600 USB modem to work on Motorola phones
|
| /drivers/net/wwan/ |
| A D | Kconfig | 43 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.
|
| /drivers/tty/serial/ |
| A D | fsl_lpuart.c | 1458 modem |= UARTMODEM_TXRTSE; in lpuart_config_rs485() 1467 modem |= UARTMODEM_TXRTSPOL; in lpuart_config_rs485() 1469 modem &= ~UARTMODEM_TXRTSPOL; in lpuart_config_rs485() 1494 lpuart32_write(port, modem, UARTMODIR); in lpuart32_config_rs485() 1498 modem |= UARTMODIR_TXRTSE; in lpuart32_config_rs485() 1507 modem |= UARTMODIR_TXRTSPOL; in lpuart32_config_rs485() 1509 modem &= ~UARTMODIR_TXRTSPOL; in lpuart32_config_rs485() 1512 lpuart32_write(port, modem, UARTMODIR); in lpuart32_config_rs485() 2231 u32 ctrl, old_ctrl, bd, modem; in lpuart32_set_termios() local 2237 modem = lpuart32_read(port, UARTMODIR); in lpuart32_set_termios() [all …]
|
| /drivers/usb/class/ |
| A D | Kconfig | 15 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
|
| /drivers/tty/ |
| A D | n_gsm.c | 1508 u32 modem, int slen) in gsm_process_modem() argument 1520 modem = modem & 0x7f; in gsm_process_modem() 1522 brk = modem & 0x7f; in gsm_process_modem() 1523 modem = (modem >> 7) & 0x7f; in gsm_process_modem() 1527 fc = (modem & MDM_FC) || !(modem & MDM_RTR); in gsm_process_modem() 1537 if (modem & MDM_RTC) in gsm_process_modem() 1539 if (modem & MDM_RTR) in gsm_process_modem() 1541 if (modem & MDM_IC) in gsm_process_modem() 1543 if (modem & MDM_DV) in gsm_process_modem() 1684 unsigned int modem = 0; in gsm_control_modem() local [all …]
|
| /drivers/hsi/controllers/ |
| A D | Kconfig | 13 an application engine with a cellular modem.
|
| /drivers/staging/rtl8723bs/include/ |
| A D | rtw_rf.h | 46 u8 modem; member
|
| /drivers/net/usb/ |
| A D | Kconfig | 521 tristate "Samsung Kalmia based LTE USB modem" 524 Choose this option if you have a Samsung Kalmia based USB modem 547 A modem manager with support for QMI is recommended. 576 cellular modem, as found on most Nokia handsets with the 599 tristate "LG VL600 modem dongle" 603 Select this if you want to use an LG Electronics 4G/LTE usb modem 605 interface exposed by the modem firmware. To establish a connection 607 command to the modem through its CDC ACM port, and most 609 4G modem from Verizon:
|
| /drivers/isdn/ |
| A D | Kconfig | 14 (with SLIP or PPP) faster than via a conventional telephone modem
|
| /drivers/bus/mhi/host/ |
| A D | Kconfig | 13 and communicate with modem devices over a high speed peripheral
|
| /drivers/net/ethernet/xircom/ |
| A D | xirc2ps_cs.c | 279 int modem; /* is a multi function card (i.e with a modem) */ member 563 local->modem = 0; in set_card_type() 574 local->modem = 1; in set_card_type() 764 if (local->modem) { in xirc2ps_config() 1609 if (local->modem && !local->dingo) { /* do some magic */ in do_reset()
|