| /kernel/linux/linux-4.19/drivers/isdn/i4l/ |
| D | isdn_net.c | 5 * Copyright 1994-1998 by Fritz Elfert (fritz@isdn4linux.de) 7 * Copyright 1995,96 by Michael Hipp (Michael.Hipp@student.uni-tuebingen.de) 12 * Data Over Voice (DOV) support added - Guy Ellis 23-Mar-02 14 * Outgoing calls - looks for a 'V' in first char of dialed number 15 * Incoming calls - checks first character of eaz as follows: 16 * Numeric - accept DATA only - original functionality 17 * 'V' - accept VOICE (DOV) only 18 * 'B' - accept BOTH DATA and DOV types 22 * http://i4l.zabbadoz.net/i4l/cisco-hdlc.txt 50 * only be set by the isdn_net_start_xmit() thread and only when a tx-busy [all …]
|
| D | isdn_common.c | 5 * Copyright 1994-1999 by Fritz Elfert (fritz@isdn4linux.de) 7 * Copyright 1995,96 by Michael Hipp (Michael.Hipp@student.uni-tuebingen.de) 74 try_module_get(drv->interface->owner); in isdn_lock_driver() 75 drv->locks++; in isdn_lock_driver() 84 if (!dev->drv[i]) in isdn_lock_drivers() 86 isdn_lock_driver(dev->drv[i]); in isdn_lock_drivers() 93 if (drv->locks > 0) { in isdn_unlock_driver() 94 drv->locks--; in isdn_unlock_driver() 95 module_put(drv->interface->owner); in isdn_unlock_driver() 105 if (!dev->drv[i]) in isdn_unlock_drivers() [all …]
|
| /kernel/linux/linux-5.10/drivers/input/misc/ |
| D | cm109.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2007 - 2008 Alfred E. Heggestad <aeh@db.org> 10 * - Komunikate KIP1000 11 * - Genius G-talk 12 * - Allied-Telesis Corega USBPH01 13 * - ... 18 * - Authors of yealink.c 19 * - Thomas Reitmayr 20 * - Oliver Neukum for good review comments and code 21 * - Shaun Jackman <sjackman@gmail.com> for Genius G-talk keymap [all …]
|
| D | yealink.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 9 * Driver for the USB-P1K voip usb phone. 12 * - Yealink usb-p1k 13 * - Tiptel 115 14 * - ... 17 * - the usbb2k-api http://savannah.nongnu.org/projects/usbb2k-api/ 18 * - information from http://memeteau.free.fr/usbb2k 19 * - the xpad-driver drivers/input/joystick/xpad.c 22 * - Olivier Vandorpe, for providing the usbb2k-api. 23 * - Martin Diehl, for spotting my memory allocation bug. [all …]
|
| /kernel/linux/linux-4.19/drivers/input/misc/ |
| D | cm109.c | 4 * Copyright (C) 2007 - 2008 Alfred E. Heggestad <aeh@db.org> 13 * - Komunikate KIP1000 14 * - Genius G-talk 15 * - Allied-Telesis Corega USBPH01 16 * - ... 21 * - Authors of yealink.c 22 * - Thomas Reitmayr 23 * - Oliver Neukum for good review comments and code 24 * - Shaun Jackman <sjackman@gmail.com> for Genius G-talk keymap 25 * - Dmitry Torokhov for valuable input and review [all …]
|
| D | yealink.c | 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 22 * Driver for the USB-P1K voip usb phone. 25 * - Yealink usb-p1k 26 * - Tiptel 115 27 * - ... 30 * - the usbb2k-api http://savannah.nongnu.org/projects/usbb2k-api/ 31 * - information from http://memeteau.free.fr/usbb2k 32 * - the xpad-driver drivers/input/joystick/xpad.c 35 * - Olivier Vandorpe, for providing the usbb2k-api. 36 * - Martin Diehl, for spotting my memory allocation bug. [all …]
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | wm9712.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * wm9712.c -- ALSA Soc WM9712 codec support 5 * Copyright 2006-12 Wolfson Microelectronics PLC. 111 "Line", "Headphone Mixer", "Phone Mixer", "Phone"}; 115 static const DECLARE_TLV_DB_SCALE(main_tlv, -3450, 150, 0); 156 SOC_ENUM("ALC NG Type", wm9712_enum[10]), 168 SOC_SINGLE("PCBeep Bypass Phone Volume", AC97_PC_BEEP, 4, 7, 1), 172 SOC_SINGLE("Aux Playback Phone Volume", AC97_CD, 4, 7, 1), 174 SOC_SINGLE("Phone Volume", AC97_PHONE, 0, 15, 1), 178 SOC_SINGLE_TLV("Capture to Phone Boost Switch", AC97_REC_SEL, 11, 1, 1, [all …]
|
| /kernel/linux/linux-4.19/sound/soc/codecs/ |
| D | wm9712.c | 2 * wm9712.c -- ALSA Soc WM9712 codec support 4 * Copyright 2006-12 Wolfson Microelectronics PLC. 115 "Line", "Headphone Mixer", "Phone Mixer", "Phone"}; 119 static const DECLARE_TLV_DB_SCALE(main_tlv, -3450, 150, 0); 160 SOC_ENUM("ALC NG Type", wm9712_enum[10]), 172 SOC_SINGLE("PCBeep Bypass Phone Volume", AC97_PC_BEEP, 4, 7, 1), 176 SOC_SINGLE("Aux Playback Phone Volume", AC97_CD, 4, 7, 1), 178 SOC_SINGLE("Phone Volume", AC97_PHONE, 0, 15, 1), 182 SOC_SINGLE_TLV("Capture to Phone Boost Switch", AC97_REC_SEL, 11, 1, 1, 185 SOC_SINGLE("3D Upper Cut-off Switch", AC97_3D_CONTROL, 5, 1, 1), [all …]
|
| /kernel/linux/linux-4.19/drivers/isdn/isdnloop/ |
| D | isdnloop.c | 3 * ISDN low-level module implementing a dummy loop driver. 25 MODULE_PARM_DESC(isdnloop_id, "ID-String of first card"); 39 struct sk_buff_head *queue = &card->bqueue[channel]; in isdnloop_free_queue() 42 card->sndcount[channel] = 0; in isdnloop_free_queue() 46 * Send B-Channel data to another virtual card. 47 * This routine is called via timer-callback from isdnloop_pollbchan(). 51 * ch = channel number (0-based) 56 isdnloop_card *rcard = card->rcard[ch]; in isdnloop_bchan_send() 57 int rch = card->rch[ch], len, ack; in isdnloop_bchan_send() 61 while (card->sndcount[ch]) { in isdnloop_bchan_send() [all …]
|
| /kernel/linux/linux-5.10/arch/arm/mach-omap1/ |
| D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 6 comment "OMAP Core Type" 56 comment "OMAP Board Type" 83 HTC Herald smartphone support (AKA T-Mobile Wing, ...) 96 The OSK supports an optional add-on board with a Quarter-VGA 97 touchscreen, PDA-ish buttons, a resume button, bicolor LED, 108 bool "TI F-Sample" 111 Support for TI OMAP 850 F-Sample board. Say Y here if you have such 146 Support for the Siemens SX1 phone. To boot the kernel, 151 Say Y here if you have such a phone, say NO otherwise. [all …]
|
| /kernel/linux/linux-4.19/Documentation/isdn/ |
| D | README | 1 README for the ISDN-subsystem 8 of the ISDN-subsystem. 10 For using the ISDN-subsystem, some additional userlevel programs are 16 /pub/isdn4linux/isdn4k-utils-<VersionNumber>.tar.gz 19 We also have set up a mailing-list: 21 The isdn4linux-project originates in Germany, and therefore by historical 22 reasons, the mailing-list's primary language is german. However mails 29 To write to the mailing-list, write to isdn4linux@listserv.isdn4linux.de 48 to Euro(EDSS1)-type lines. Usually it is simply the phone number. 51 applies to German 1TR6-type lines. This is a one-digit string, [all …]
|
| D | INTERFACE | 10 An HL-driver can register itself at LL by calling the function 14 the function-pointers defined in isdn_if. 46 This field has to be set by the HL-driver to the number of channels 48 the LL puts an id there, which has to be used by the HL-driver when 55 Also to be preset by the HL-driver. With this value the HL-driver 56 tells the LL the maximum size of a data-packet it will accept. 60 To be preset by the HL-driver. Using this field, the HL-driver 62 report the supported layer2 and layer3-protocols. For setting this 66 ***CHANGE0.7.1: The line type (1TR6, EDSS1) has to be set. 72 To be preset by the HL-driver, if it supports sk_buff's. The driver [all …]
|
| /kernel/linux/linux-4.19/arch/arm/mach-omap1/ |
| D | Kconfig | 5 comment "OMAP Core Type" 61 comment "OMAP Board Type" 89 HTC Herald smartphone support (AKA T-Mobile Wing, ...) 102 The OSK supports an optional add-on board with a Quarter-VGA 103 touchscreen, PDA-ish buttons, a resume button, bicolor LED, 114 bool "TI F-Sample" 117 Support for TI OMAP 850 F-Sample board. Say Y here if you have such 152 Support for the Siemens SX1 phone. To boot the kernel, 157 Say Y here if you have such a phone, say NO otherwise. 182 Support for generic OMAP-1510, 1610 or 1710 board with
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
| D | arm,versatile.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Linus Walleij <linus.walleij@linaro.org> 13 The ARM Versatile boards are two variants of ARM926EJ-S evaluation boards 22 - description: The ARM Versatile Application Baseboard (HBI-0118) is an 23 evaluation board specifically for the ARM926EJ-S. It can be connected 24 to an IB1 interface board for a touchscreen-type use case or an IB2 25 for a candybar phone-type use case. See ARM DUI 0225D. 27 - const: arm,versatile-ab [all …]
|
| /kernel/linux/linux-4.19/drivers/tty/serial/8250/ |
| D | 8250_pnp.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Probe for 8250/16550-type ISAPNP serial ports. 9 * Ported to the Linux PnP Layer - (C) Adam Belay. 43 * Native driver (ali-ircc) is broken so at least 44 * it can be used with irtty-sir. 52 /* Boca Complete Ofc Communicator 14.4 Data-FAX */ 63 /* EuroViVa CommCenter-33.6 SP PnP */ 66 /* Creative Labs Phone Blaster 28.8 DSVD PnP Voice */ 73 /* Creative Modem Blaster Flash56 DI5601-1 */ 77 /* E-Tech */ [all …]
|
| /kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
| D | 8250_pnp.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Probe for 8250/16550-type ISAPNP serial ports. 9 * Ported to the Linux PnP Layer - (C) Adam Belay. 43 * Native driver (ali-ircc) is broken so at least 44 * it can be used with irtty-sir. 52 /* Boca Complete Ofc Communicator 14.4 Data-FAX */ 63 /* EuroViVa CommCenter-33.6 SP PnP */ 66 /* Creative Labs Phone Blaster 28.8 DSVD PnP Voice */ 73 /* Creative Modem Blaster Flash56 DI5601-1 */ 77 /* E-Tech */ [all …]
|
| /kernel/linux/linux-4.19/drivers/isdn/divert/ |
| D | isdn_divert.c | 64 del_timer(&cs->timer); /* delete active timer */ in deflect_timer_expire() 67 switch (cs->akt_state) { in deflect_timer_expire() 69 cs->ics.command = ISDN_CMD_HANGUP; /* cancel action */ in deflect_timer_expire() 70 divert_if.ll_cmd(&cs->ics); in deflect_timer_expire() 72 cs->akt_state = DEFLECT_AUTODEL; /* delete after timeout */ in deflect_timer_expire() 73 cs->timer.expires = jiffies + (HZ * AUTODEL_TIME); in deflect_timer_expire() 74 add_timer(&cs->timer); in deflect_timer_expire() 79 cs->ics.command = ISDN_CMD_REDIR; /* protocol */ in deflect_timer_expire() 80 strlcpy(cs->ics.parm.setup.phone, cs->deflect_dest, sizeof(cs->ics.parm.setup.phone)); in deflect_timer_expire() 81 strcpy(cs->ics.parm.setup.eazmsn, "Testtext delayed"); in deflect_timer_expire() [all …]
|
| /kernel/linux/linux-5.10/drivers/scsi/dpt/ |
| D | osd_defs.h | 3 * Copyright (c) 1996-1999 Distributed Processing Technology Corporation 27 /*File - OSD_DEFS.H 38 * Phone: (407) 830-5522 Fax: (407) 260-5366 52 /*Definitions - Defines & Constants ----------------------------------------- */ 71 /* Redefine 'far' to nothing - no far pointer type required in UNIX */ 74 /* Define the mutually exclusive semaphore type */
|
| /kernel/linux/linux-4.19/drivers/scsi/dpt/ |
| D | osd_defs.h | 3 * Copyright (c) 1996-1999 Distributed Processing Technology Corporation 27 /*File - OSD_DEFS.H 38 * Phone: (407) 830-5522 Fax: (407) 260-5366 52 /*Definitions - Defines & Constants ----------------------------------------- */ 71 /* Redefine 'far' to nothing - no far pointer type required in UNIX */ 74 /* Define the mutually exclusive semaphore type */
|
| /kernel/linux/linux-4.19/include/linux/ |
| D | isdn.h | 7 * Copyright 1995,96 by Michael Hipp (Michael.Hipp@student.uni-tuebingen.de) 45 /* The minor-devicenumbers for Channel 0 and 1 are used as arguments for 46 * physical Channel-Mapping, so they MUST NOT be changed without changing 51 #define ISDN_MINOR_BMAX (ISDN_MAX_CHANNELS-1) 53 #define ISDN_MINOR_CTRLMAX (64 + (ISDN_MAX_CHANNELS-1)) 55 #define ISDN_MINOR_PPPMAX (128 + (ISDN_MAX_CHANNELS-1)) 65 #include <linux/ppp-ioctl.h> 76 #define ISDN_DRVIOCTL_MASK 0x7f /* Mask for Device-ioctl */ 104 /* Timer-delays and scheduling-flags */ 105 #define ISDN_TIMER_RES 4 /* Main Timer-Resolution */ [all …]
|
| /kernel/linux/linux-5.10/drivers/acpi/ |
| D | acpi_pnp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * ACPI support for PNP bus type 37 {"CDC0001"}, /* Opl3-SAx */ 50 {"YMH0006"}, /* Opl3-SA */ 51 {"YMH0022"}, /* Opl3-SAx */ 83 /* radio-cadet */ 85 /* radio-gemtek */ 86 {"ADS7183"}, /* AOpen FX-3D/Pro Radio */ 87 /* radio-sf16fmr2 */ 88 {"MFRad13"}, /* tuner subdevice of SF16-FMD2 */ [all …]
|
| /kernel/linux/linux-4.19/drivers/acpi/ |
| D | acpi_pnp.c | 2 * ACPI support for PNP bus type 38 {"CDC0001"}, /* Opl3-SAx */ 51 {"YMH0006"}, /* Opl3-SA */ 52 {"YMH0022"}, /* Opl3-SAx */ 84 /* radio-cadet */ 86 /* radio-gemtek */ 87 {"ADS7183"}, /* AOpen FX-3D/Pro Radio */ 88 /* radio-sf16fmr2 */ 89 {"MFRad13"}, /* tuner subdevice of SF16-FMD2 */ 95 /* fintek-cir */ [all …]
|
| /kernel/linux/linux-5.10/Documentation/driver-api/serial/ |
| D | rocket.rst | 9 ---------------- 13 high-speed serial ports or modems. This driver supports up to a combination 52 ----------------------- 70 "alias char-major-46 rocket". 89 --------------------- 97 ----------------------- 101 requires a 68-byte contiguous block of I/O addresses, starting at one 106 The second, third, and fourth RocketPort cards require a 64-byte 139 +-------------------------------+ 141 +-------+-------+---------------+ [all …]
|
| /kernel/linux/linux-4.19/Documentation/serial/ |
| D | rocket.txt | 4 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 7 ---------------- 11 high-speed serial ports or modems. This driver supports up to a combination 45 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 48 ----------------------- 66 "alias char-major-46 rocket". 82 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 85 --------------------- 93 ----------------------- 97 requires a 68-byte contiguous block of I/O addresses, starting at one [all …]
|
| /kernel/linux/linux-5.10/include/linux/mfd/ |
| D | abx500.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * Copyright (C) 2007-2009 ST-Ericsson AB 36 * temperature. Different phone manufactures uses different techniques to both 45 * struct abx500_res_to_temp - defines one point in a temp to res curve. To 57 * struct abx500_v_to_cap - Table for translating voltage to capacity 70 * struct abx500_fg_parameters - Fuel gauge algorithm parameters, in seconds 122 * struct abx500_charger_maximization - struct used by the board config. 123 * @use_maxi: Enable maximization for this battery type 136 * struct abx500_battery_type - different batteries supported 145 * full charging cycle in the case where maintenan- [all …]
|