/Linux-v5.10/drivers/net/ipa/ |
D | ipa_qmi.c | 1 // SPDX-License-Identifier: GPL-2.0 3 /* Copyright (c) 2013-2018, The Linux Foundation. All rights reserved. 4 * Copyright (C) 2018-2020 Linaro Ltd. 21 * 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. [all …]
|
D | ipa.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. 4 * Copyright (C) 2018-2020 Linaro Ltd. 31 * enum ipa_flag - IPA state flags 41 * struct ipa - IPA information 46 * @modem_rproc: Remoteproc handle for modem subsystem 55 * @mem_addr: DMA address of IPA-local memory space 56 * @mem_virt: Virtual address of IPA-local memory space 59 * @mem: Array of IPA-local memory region descriptors 64 * @zero_addr: DMA address of preallocated zero-filled memory [all …]
|
D | ipa_main.c | 1 // SPDX-License-Identifier: GPL-2.0 3 /* Copyright (c) 2012-2018, The Linux Foundation. All rights reserved. 4 * Copyright (C) 2018-2020 Linaro Ltd. 41 * controlled by) other "execution environments" (EEs), such as a modem. 43 * The IPA is the conduit between the AP and the modem that carries network 45 * connection of the modem to external (e.g. LTE) networks. 50 * currently supported. Despite that, some resources--including routing 51 * tables and filter tables--are defined in this driver because they must 57 * well-defined communication layer between the AP subsystem and the IPA 64 * modem network interface is implemented by two pairs of endpoints: a TX [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/net/ |
D | qcom,ipa.yaml | 1 # SPDX-License-Identifier: GPL-2.0 OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alex Elder <elder@kernel.org> 18 including the Application Processor (AP) and the modem. The IPA presents 21 and has a distinct interrupt and a separately-defined address space. 28 - | 29 -------- --------- 31 | AP +<---. .----+ Modem | 32 | +--. | | .->+ | [all …]
|
/Linux-v5.10/drivers/net/usb/ |
D | kalmia.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * USB network interface driver for Samsung Kalmia based LTE USB modem like the 4 * Samsung GT-B3730 and GT-B3710. 27 * The Samsung Kalmia based LTE USB modems have a CDC ACM port for modem control 31 * The stick must first be switched into modem mode by usb_modeswitch 32 * or similar tool. Then the modem gets sent two initialization packets by 34 * connect the modem using AT commands through the ACM port and then use 36 * sent to and from the modem in a proprietary format discovered after watching 37 * the behavior of the windows driver for the modem. 39 * More information about the use of the modem is available in usb_modeswitch [all …]
|
D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 5 comment "Host-side USB support is needed for USB Network Adapter support" 16 tristate "USB CATC NetMate-based Ethernet device support" 35 tristate "USB KLSI KL5USB101-based ethernet device support" 40 ADS USB-10BT 45 D-Link DSB-650C and DU-E10 47 I-O DATA USB-ET/T 51 Mobility USB-Ethernet Adapter 52 NetGear EA-101 61 SmartBridges smartNIC or on Belkin F5U111 devices - you should use [all …]
|
/Linux-v5.10/drivers/hsi/clients/ |
D | nokia-modem.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * nokia-modem.c 5 * HSI client driver for Nokia N900 modem. 12 #include <linux/init.h> 41 struct nokia_modem_device *modem = (struct nokia_modem_device *)data; in do_nokia_modem_rst_ind_tasklet() local 43 if (!modem) in do_nokia_modem_rst_ind_tasklet() 46 dev_info(modem->device, "CMT rst line change detected\n"); in do_nokia_modem_rst_ind_tasklet() 48 if (modem->ssi_protocol) in do_nokia_modem_rst_ind_tasklet() 49 ssip_reset_event(modem->ssi_protocol); in do_nokia_modem_rst_ind_tasklet() 54 struct nokia_modem_device *modem = (struct nokia_modem_device *)data; in nokia_modem_rst_ind_isr() local [all …]
|
/Linux-v5.10/drivers/usb/serial/ |
D | ipw.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * IPWireless 3G UMTS TDD Modem driver (USB connected) 6 * Copyright (C) 2004 Greg Kroah-Hartman <greg@kroah.com> 12 * It was written out of frustration with the IPWireless USB modem 19 * The modem adheres to the "3GPP TS 27.007 AT command set for 3G 21 * http://www.3gpp.org/ftp/Specs/html-info/27007.htm 23 * The code was only tested the IPWireless handheld modem distributed 45 #include "usb-wwan.h" 115 /* Interpretation of modem status lines */ 134 struct usb_device *udev = port->serial->dev; in ipw_open() [all …]
|
/Linux-v5.10/sound/pci/hda/ |
D | patch_si3054.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * HD audio interface patch for Silicon Labs 3054/5 modem codec 7 * Copyright (c) 2005 Sasha Khapyorsky <sashak@alsa-project.org> 11 #include <linux/init.h> 76 * Modem mixer 89 u16 reg = PRIVATE_REG(kcontrol->private_value); in si3054_switch_get() 90 u16 mask = PRIVATE_MASK(kcontrol->private_value); in si3054_switch_get() 91 uvalue->value.integer.value[0] = (GET_REG(codec, reg)) & mask ? 1 : 0 ; in si3054_switch_get() 99 u16 reg = PRIVATE_REG(kcontrol->private_value); in si3054_switch_put() 100 u16 mask = PRIVATE_MASK(kcontrol->private_value); in si3054_switch_put() [all …]
|
/Linux-v5.10/drivers/net/hamradio/ |
D | baycom_ser_hdx.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * baycom_ser_hdx.c -- baycom ser12 halfduplex radio modem driver. 7 * Copyright (C) 1996-2000 Thomas Sailer (sailer@ife.ee.ethz.ch) 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 36 * 0.3 26.04.1997 init code/data tagged 52 #include <linux/init.h> 60 /* --------------------------------------------------------------------- */ 64 /* --------------------------------------------------------------------- */ [all …]
|
D | baycom_par.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * baycom_par.c -- baycom par96 and picpar radio modem driver. 7 * Copyright (C) 1996-2000 Thomas Sailer (sailer@ife.ee.ethz.ch) 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). 25 * cq-DL :-). 27 * picpar: This is a redesign of the par96 modem by Henning Rech, DF9IC. The [all …]
|
D | baycom_ser_fdx.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * baycom_ser_fdx.c -- baycom ser12 fullduplex radio modem driver. 7 * Copyright (C) 1996-2000 Thomas Sailer (sailer@ife.ee.ethz.ch) 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 24 * TXD pin of the serial port. Thus a contiguous stream of 0x00-bytes 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 29 * externally supplied. So there's no need to provide the 0x00-byte-stream [all …]
|
D | scc.c | 6 * Please use z8530drv-utils-3.0 with this version. 7 * ------------------ 15 * SCC.C - Linux driver for Z8530 based HDLC cards for AX.25 * 28 The code is likely to fail, and so your kernel could --- even 40 For non-Amateur-Radio use please note that you might need a special 42 MODEM. 60 ------------------------------- 62 1994-09-13 started to write the driver, rescued most of my own 71 1995-01-31 changed copyright notice to GPL without limitations. 77 1996-10-05 New semester, new driver... [all …]
|
/Linux-v5.10/sound/soc/ti/ |
D | ams-delta.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * ams-delta.c -- SoC audio for Amstrad E3 (Delta) videophone 19 #include <asm/mach-types.h> 21 #include <linux/platform_data/asoc-ti-mcbsp.h> 23 #include "omap-mcbsp.h" 63 * Controls, functional after the modem line discipline is activated. 70 /* Selection <-> pin translation */ 104 struct snd_soc_dapm_context *dapm = &card->dapm; in ams_delta_set_audio_mode() 105 struct soc_enum *control = (struct soc_enum *)kcontrol->private_value; in ams_delta_set_audio_mode() 110 if (!cx20442_codec->card->pop_time) in ams_delta_set_audio_mode() [all …]
|
/Linux-v5.10/drivers/phy/motorola/ |
D | phy-mapphone-mdm6600.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Motorola Mapphone MDM6600 modem GPIO controlled USB PHY driver 24 #define MDM6600_MODEM_IDLE_DELAY_MS 1000 /* modem after USB suspend */ 25 #define MDM6600_MODEM_WAKE_DELAY_MS 200 /* modem response after idle */ 111 struct gpio_desc *enable_gpio = ddata->ctrl_gpios[PHY_MDM6600_ENABLE]; in phy_mdm6600_init() 113 if (!ddata->enabled) in phy_mdm6600_init() 114 return -EPROBE_DEFER; in phy_mdm6600_init() 124 struct gpio_desc *enable_gpio = ddata->ctrl_gpios[PHY_MDM6600_ENABLE]; in phy_mdm6600_power_on() 127 if (!ddata->enabled) in phy_mdm6600_power_on() 128 return -ENODEV; in phy_mdm6600_power_on() [all …]
|
/Linux-v5.10/sound/soc/codecs/ |
D | cx20442.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * cx20442.c -- CX20442 ALSA Soc Audio driver 94 return -EINVAL; in cx20442_read_reg_cache() 96 return cx20442->reg_cache; in cx20442_read_reg_cache() 139 return -EINVAL; in cx20442_pm_to_v253_vls() 149 return (value & (1 << CX20442_AGC)) ? -EINVAL : 0; in cx20442_pm_to_v253_vsp() 160 return -EINVAL; in cx20442_write() 162 /* tty and write pointers required for talking to the modem in cx20442_write() 164 if (!cx20442->tty || !cx20442->tty->ops->write) in cx20442_write() 165 return -EIO; in cx20442_write() [all …]
|
/Linux-v5.10/sound/soc/samsung/ |
D | aries_wm8994.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 #include <linux/input-event-codes.h> 100 if (!gpiod_get_value(priv->gpio_headset_detect)) { in headset_det_irq_thread() 103 gpiod_set_value(priv->gpio_earpath_sel, 0); in headset_det_irq_thread() 107 time_left_ms -= 20; in headset_det_irq_thread() 111 ret = regulator_enable(priv->reg_headset_micbias); in headset_det_irq_thread() 115 gpiod_set_value(priv->gpio_earpath_sel, 1); in headset_det_irq_thread() 117 ret = iio_read_channel_processed(priv->adc, &adc); in headset_det_irq_thread() 129 ret = regulator_disable(priv->reg_headset_micbias); in headset_det_irq_thread() 135 gpiod_set_value(priv->gpio_earpath_sel, 0); in headset_det_irq_thread() [all …]
|
/Linux-v5.10/Documentation/networking/device_drivers/hamradio/ |
D | z8530drv.rst | 1 .. SPDX-License-Identifier: GPL-2.0 5 SCC.C - Linux driver for Z8530 based HDLC cards for AX.25 14 1. ftp://ftp.ccac.rwth-aachen.de/pub/jr/z8530drv-utils_3.0-3.tar.gz 16 2. ftp://ftp.pspt.fi/pub/ham/linux/ax25/z8530drv-utils_3.0-3.tar.gz 35 2. Setup of hardware, MODEM and KISS parameters with sccinit 41 AX.25-HOWTO on how to emulate a KISS TNC on network device drivers. 54 please read 'man insmod' that comes with module-init-tools. 64 of your rc.*-files. This has to be done BEFORE you can 66 and sets the hardware, MODEM and KISS parameters. A sample file is 92 - this is just a delimiter to make sccinit a bit simpler to [all …]
|
/Linux-v5.10/include/linux/ |
D | scc.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 31 unsigned char persist; /* Persistence (0-255) as a % */ 50 int init; /* channel exists? */ member 72 struct scc_modem modem; /* modem information */ member
|
/Linux-v5.10/drivers/usb/atm/ |
D | ueagle-atm.c | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-2-Clause) 6 * Copyright (c) 2005-2007 Matthieu Castet <castet.matthieu@free.fr> 7 * Copyright (c) 2005-2007 Stanislaw Gruszka <stf_xl@wp.pl> 41 dev_dbg(&(usb_dev)->dev, \ 42 "[ueagle-atm dbg] %s: " format, \ 49 dev_dbg(&(usb_dev)->dev, \ 50 "[ueagle-atm vdbg] " format, ##args); \ 60 dev_err(&(usb_dev)->dev , "[UEAGLE-ATM] " format , ##args) 63 dev_warn(&(usb_dev)->dev , "[Ueagle-atm] " format, ##args) 66 dev_info(&(usb_dev)->dev , "[ueagle-atm] " format, ##args) [all …]
|
D | cxacru.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * cxacru.c - driver for USB ADSL modems based on 32 #define DRIVER_DESC "Conexant AccessRunner ADSL USB modem driver" 40 #define CMD_MAX_CONFIG ((CMD_PACKET_SIZE / 4 - 1) / 2) 57 /* commands for interaction with the modem through the control channel before 69 /* commands for interaction with the modem through the control channel once 215 return -ENODEV; \ 217 return cxacru_sysfs_showattr_##_type(instance->card_info[_value], buf); \ 247 value = -value; in cxacru_sysfs_showattr_dB() 248 return snprintf(buf, PAGE_SIZE, "-%u.%02u\n", in cxacru_sysfs_showattr_dB() [all …]
|
/Linux-v5.10/drivers/tty/serial/8250/ |
D | serial_cs.c | 1 // SPDX-License-Identifier: (GPL-2.0 OR MPL-1.1) 69 /* Table of multi-port card ID's */ 100 * vers_1 5.0, "Brain Boxes", "2-Port RS232 card", "r6" 104 /* Generic Modem: MD55x (GPRS/EDGE) have 110 uart->port.uartclk = 14745600; in quirk_setup_brainboxes_0104() 128 return -ENODEV; in quirk_post_ibm() 137 struct serial_info *info = link->priv; in quirk_config_nokia() 139 if (info->multi > 1) in quirk_config_nokia() 140 info->multi = 1; in quirk_config_nokia() 145 struct serial_info *info = link->priv; in quirk_wakeup_oxsemi() [all …]
|
/Linux-v5.10/drivers/tty/serial/ |
D | ifx6x60.c | 1 // SPDX-License-Identifier: GPL-2.0 4 * Driver for the IFX 6x60 spi modem. 19 * o The driver is intended to be big-endian safe but has never been 26 #include <linux/dma-mapping.h> 60 #define IFX_SPI_HEADER_0 (-1) 61 #define IFX_SPI_HEADER_F (-2) 83 gpiod_set_value(ifx_dev->gpio.pmu_reset, 1); in ifx_modem_power_off() 95 pr_warn("no ifx modem active;\n"); in ifx_modem_reboot_callback() 103 * mrdy_set_high - set MRDY GPIO 109 gpiod_set_value(ifx->gpio.mrdy, 1); in mrdy_set_high() [all …]
|
/Linux-v5.10/include/uapi/linux/ |
D | cyclades.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 57 *fold in changes for Cyclom-Z -- including structures for 63 *to support use of this file in non-kernel applications 117 /*************** CYCLOM-Z ADDITIONS ***************/ 156 * CUSTOM_REG - Cyclom-Z/PCI Custom Registers Set. The driver 176 __u32 ram_wait_state; /* RAM wait-state Register */ 177 __u32 uart_wait_state; /* UART wait-state Register */ 178 __u32 timer_wait_state; /* timer wait-state Register */ 183 * RUNTIME_9060 - PLX PCI9060ES local configuration and shared runtime 189 __u32 loc_addr_range; /* 00h - Local Address Range */ [all …]
|
/Linux-v5.10/arch/arm/mach-omap1/ |
D | board-ams-delta.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * linux/arch/arm/mach-omap1/board-ams-delta.c 5 * Modified from board-generic.c 16 #include <linux/init.h> 20 #include <linux/mtd/nand-gpio.h> 30 #include <linux/platform_data/gpio-omap.h> 33 #include <asm/mach-types.h> 37 #include <linux/platform_data/keypad-omap.h> 43 #include "ams-delta-fiq.h" 44 #include "board-ams-delta.h" [all …]
|