Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/kernel/drivers/hsi/clients/
H A Dnokia-modem.c41 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
56 tasklet_schedule(&modem->nokia_modem_rst_ind_tasklet); in nokia_modem_rst_ind_isr()
63 struct nokia_modem_device *modem = dev_get_drvdata(dev); in nokia_modem_gpio_unexport() local
66 for (i = 0; i < modem->gpio_amount; i++) { in nokia_modem_gpio_unexport()
67 sysfs_remove_link(&dev->kobj, modem->gpios[i].name); in nokia_modem_gpio_unexport()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/hamradio/
H A Dbaycom_ser_hdx.c117 } 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 …]
H A Dbaycom_ser_fdx.c130 } 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 …]
H A Dbaycom_par.c128 } 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 …]
H A Dscc.c358 if ((scc->modem.clocksrc != CLK_EXTERNAL)) in start_hunt()
454 if ((scc->modem.clocksrc != CLK_EXTERNAL)) in scc_exint()
732 if (scc->modem.speed > 0) /* paranoia... */ in set_speed()
733 set_brg(scc, (unsigned) (scc->clock / (scc->modem.speed * 64)) - 2); in set_speed()
807 …wr(scc,R10,(scc->modem.nrz? NRZ : NRZI)|CRCPS|ABUNDER); /* abort on underrun, preset CRC generator… in init_channel()
837 switch(scc->modem.clocksrc) in init_channel()
906 if (scc->modem.speed < 300) in scc_key_trx()
907 scc->modem.speed = 1200; in scc_key_trx()
909 time_const = (unsigned) (scc->clock / (scc->modem.speed * (tx? 2:64))) - 2; in scc_key_trx()
919 if (scc->modem.clocksrc == CLK_DPLL) in scc_key_trx()
[all …]
/OK3568_Linux_fs/kernel/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 you will need to
57 tristate "Other USB DSL modem support"
[all …]
/OK3568_Linux_fs/kernel/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";
/OK3568_Linux_fs/kernel/drivers/net/ipa/
H A Dipa_table.c283 ipa_filter_reset_table(struct ipa *ipa, const struct ipa_mem *mem, bool modem) in ipa_filter_reset_table() argument
297 modem ? "modem" : "AP"); in ipa_filter_reset_table()
301 ee_id = modem ? GSI_EE_MODEM : GSI_EE_AP; in ipa_filter_reset_table()
324 static int ipa_filter_reset(struct ipa *ipa, bool modem) in ipa_filter_reset() argument
328 ret = ipa_filter_reset_table(ipa, &ipa->mem[IPA_MEM_V4_FILTER], modem); in ipa_filter_reset()
333 modem); in ipa_filter_reset()
337 ret = ipa_filter_reset_table(ipa, &ipa->mem[IPA_MEM_V6_FILTER], modem); in ipa_filter_reset()
341 modem); in ipa_filter_reset()
350 static int ipa_route_reset(struct ipa *ipa, bool modem) in ipa_route_reset() argument
360 modem ? "modem" : "AP"); in ipa_route_reset()
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/
H A D4g-modem-platdata.txt1 * Rockchip 4g modem device tree bindings
4 - compatible : "4g-modem-platdata"
7 - 4G,vbat-gpio : 4g modem vbat gpio
8 - 4G,power-gpio : 4g modem power enable/disable gpio
9 - 4G,reset-gpio : 4g modem reset gpio
14 compatible="4g-modem-platdata";
/OK3568_Linux_fs/kernel/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 by Henning Rech, DF9IC. The modem
69 EPP This is a high-speed modem adaptor that connects to an enhanced parallel
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/recipes-connectivity/libqofono/libqofono/
H A D0001-also-emit-modemRemoved-and-modemAdded.patch38 + Q_FOREACH(QString modem, oldModems) {
39 + if(!newModems.contains(modem)) {
40 + Q_EMIT obj->modemRemoved(modem);
43 + Q_FOREACH(QString modem, newModems) {
44 + if(!oldModems.contains(modem)) {
45 + Q_EMIT obj->modemAdded(modem);
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/serial/
H A Dsnps-dw-apb-uart.txt27 - dcd-override : Override the DCD modem status signal. This signal will always
28 be reported as active instead of being obtained from the modem status
30 - dsr-override : Override the DTS modem status signal. This signal will always
31 be reported as active instead of being obtained from the modem status
33 - cts-override : Override the CTS modem status signal. This signal will always
34 be reported as active instead of being obtained from the modem status
36 - ri-override : Override the RI modem status signal. This signal will always be
37 reported as inactive instead of being obtained from the modem status register.
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Dn_gsm.rst15 1. initialize the modem in 0710 mux mode (usually AT+CMUX= command) through
16 its serial port. Depending on the modem used, you can pass more or less
38 /* open the serial port connected to the modem */
43 /* send the AT commands to switch the modem to CMUX mode
60 /* our modem defaults to a maximum size of 127 bytes */
82 Note that after closing the physical port the modem is still in multiplexing
84 this situation either reset the modem if your hardware allows that or send
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Drt3261.txt15 - modem-input-mode : modem input mode (DIFFERENTIAL/SINGLE_END).
28 modem-input-mode = <1>;
/OK3568_Linux_fs/kernel/sound/pci/
H A DMakefile11 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
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/ppp/ppp/
H A Dprovider14 # modem initialization string.
17 # Serial device to which the modem is connected.
18 /dev/modem
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,q6v5.txt56 modem. They are used for booting and authenticating the
90 Definition: reference to the reset-controller for the modem sub-system
93 reference to the list of 2 reset-controllers for the modem
99 Definition: must be "mss_restart" for the modem sub-system
102 must be "mss_restart", "pdc_reset" for the modem
179 by the three offsets within syscon for q6, modem and nc
189 used by the modem sub-system running on SC7180 SoC.
212 modem-rproc@fc880000 {
/OK3568_Linux_fs/kernel/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";
/OK3568_Linux_fs/buildroot/package/network-manager/
H A Dnetwork-manager.mk67 NETWORK_MANAGER_DEPENDENCIES += modem-manager
68 NETWORK_MANAGER_CONF_OPTS += --with-modem-manager-1
70 NETWORK_MANAGER_CONF_OPTS += --without-modem-manager-1
/OK3568_Linux_fs/buildroot/package/minimodem/
H A DConfig.in8 generates) audio modem tones at any specified baud rate,
10 software FSK modem, and includes support for various
/OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/cable/
H A Dsb1000.rst8 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)!
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.serial_multi2 intended to allow for modem dial-in / dial-out while still being able
14 - SMC if keys not pressed (modem not enabled)
15 - SCC if keys pressed (modem enabled)
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/minicom/
H A Dminicom_2.8.bb1 SUMMARY = "Text-based modem control and terminal emulation program"
3 DESCRIPTION = "Minicom is a text-based modem control and terminal emulation program for Unix-like o…
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/serial/
H A Dcdns,uart.txt16 - cts-override : Override the CTS modem status signal. This signal will
17 always be reported as active instead of being obtained from the modem status

12345678