| /kernel/linux/linux-4.19/Documentation/sound/cards/ |
| D | joystick.rst | 10 ------- 19 built-in gameport support. Hence, when the ALSA PCI driver is built 29 --------- 43 als4000 joystick_port 0 = disable (default), 1 = auto-detect, 46 azf3328 joystick 0 = disable, 1 = enable, -1 = auto (default) 48 ens1371 joystick_port 0 = disable (default), 1 = auto-detect, 50 cmipci joystick_port 0 = disable (default), 1 = auto-detect, 59 ymfpci joystick_port 0 = disable (default), 1 = auto-detect, 73 emu10k1 emu10k1-gp 74 fm801 fm801-gp [all …]
|
| /kernel/linux/linux-5.10/Documentation/sound/cards/ |
| D | joystick.rst | 10 ------- 19 built-in gameport support. Hence, when the ALSA PCI driver is built 29 --------- 43 als4000 joystick_port 0 = disable (default), 1 = auto-detect, 46 azf3328 joystick 0 = disable, 1 = enable, -1 = auto (default) 48 ens1371 joystick_port 0 = disable (default), 1 = auto-detect, 50 cmipci joystick_port 0 = disable (default), 1 = auto-detect, 59 ymfpci joystick_port 0 = disable (default), 1 = auto-detect, 73 emu10k1 emu10k1-gp 74 fm801 fm801-gp [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ti/wl12xx/ |
| D | cmd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright (C) 2009-2010 Nokia Corporation 18 struct wl12xx_priv *priv = wl->priv; in wl1271_cmd_ext_radio_parms() 19 struct wl12xx_conf_rf *rf = &priv->conf.rf; in wl1271_cmd_ext_radio_parms() 22 if (!wl->nvs) in wl1271_cmd_ext_radio_parms() 23 return -ENODEV; in wl1271_cmd_ext_radio_parms() 27 return -ENOMEM; in wl1271_cmd_ext_radio_parms() 29 ext_radio_parms->test.id = TEST_CMD_INI_FILE_RF_EXTENDED_PARAM; in wl1271_cmd_ext_radio_parms() 31 memcpy(ext_radio_parms->tx_per_channel_power_compensation_2, in wl1271_cmd_ext_radio_parms() 32 rf->tx_per_channel_power_compensation_2, in wl1271_cmd_ext_radio_parms() [all …]
|
| /kernel/linux/linux-4.19/drivers/net/wireless/ti/wl12xx/ |
| D | cmd.c | 4 * Copyright (C) 2009-2010 Nokia Corporation 19 * 02110-1301 USA 32 struct wl12xx_priv *priv = wl->priv; in wl1271_cmd_ext_radio_parms() 33 struct wl12xx_conf_rf *rf = &priv->conf.rf; in wl1271_cmd_ext_radio_parms() 36 if (!wl->nvs) in wl1271_cmd_ext_radio_parms() 37 return -ENODEV; in wl1271_cmd_ext_radio_parms() 41 return -ENOMEM; in wl1271_cmd_ext_radio_parms() 43 ext_radio_parms->test.id = TEST_CMD_INI_FILE_RF_EXTENDED_PARAM; in wl1271_cmd_ext_radio_parms() 45 memcpy(ext_radio_parms->tx_per_channel_power_compensation_2, in wl1271_cmd_ext_radio_parms() 46 rf->tx_per_channel_power_compensation_2, in wl1271_cmd_ext_radio_parms() [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/dvb/ |
| D | frontend.h | 1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */ 23 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 33 * enum fe_caps - Frontend capabilities 38 * @FE_CAN_INVERSION_AUTO: Can auto-detect frequency spectral 48 * @FE_CAN_FEC_AUTO: Can auto-detect FEC 50 * @FE_CAN_QAM_16: Supports 16-QAM modulation 51 * @FE_CAN_QAM_32: Supports 32-QAM modulation 52 * @FE_CAN_QAM_64: Supports 64-QAM modulation 53 * @FE_CAN_QAM_128: Supports 128-QAM modulation 54 * @FE_CAN_QAM_256: Supports 256-QAM modulation [all …]
|
| /kernel/linux/linux-4.19/include/uapi/linux/dvb/ |
| D | frontend.h | 1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */ 23 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 33 * enum fe_caps - Frontend capabilities 38 * @FE_CAN_INVERSION_AUTO: Can auto-detect frequency spectral 48 * @FE_CAN_FEC_AUTO: Can auto-detect FEC 50 * @FE_CAN_QAM_16: Supports 16-QAM modulation 51 * @FE_CAN_QAM_32: Supports 32-QAM modulation 52 * @FE_CAN_QAM_64: Supports 64-QAM modulation 53 * @FE_CAN_QAM_128: Supports 128-QAM modulation 54 * @FE_CAN_QAM_256: Supports 256-QAM modulation [all …]
|
| /kernel/linux/linux-4.19/tools/perf/util/ |
| D | color.c | 1 // SPDX-License-Identifier: GPL-2.0 11 int perf_use_color_default = -1; 20 if (!strcasecmp(value, "auto")) in perf_config_colorbool() 28 /* any normal truth value defaults to 'auto' */ in perf_config_colorbool() 44 perf_use_color_default = perf_config_colorbool(var, value, -1); in perf_color_default_config() 57 * Auto-detect: in __color_vsnprintf() 68 r += vscnprintf(bf + r, size - r, fmt, args); in __color_vsnprintf() 70 r += scnprintf(bf + r, size - r, "%s", PERF_COLOR_RESET); in __color_vsnprintf() 72 r += scnprintf(bf + r, size - r, "%s", trail); in __color_vsnprintf() 83 * Auto-detect: in __color_vfprintf() [all …]
|
| /kernel/linux/linux-5.10/drivers/cpufreq/ |
| D | speedstep-lib.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 3 * (C) 2002 - 2003 Dominik Brodowski <linux@brodo.de> 17 SPEEDSTEP_CPU_P4M = 0x00000004, /* P4-M */ 18 /* the following processors are not speedstep-capable and are not auto-detected 26 /* speedstep states -- only two of them */ 32 /* detect a speedstep-capable processor */ 35 /* detect the current speed (in khz) of the processor */ 39 /* detect the low and high speeds of the processor. The callback
|
| /kernel/linux/linux-4.19/drivers/cpufreq/ |
| D | speedstep-lib.h | 2 * (C) 2002 - 2003 Dominik Brodowski <linux@brodo.de> 18 SPEEDSTEP_CPU_P4M = 0x00000004, /* P4-M */ 19 /* the following processors are not speedstep-capable and are not auto-detected 27 /* speedstep states -- only two of them */ 33 /* detect a speedstep-capable processor */ 36 /* detect the current speed (in khz) of the processor */ 40 /* detect the low and high speeds of the processor. The callback
|
| /kernel/linux/linux-4.19/Documentation/gpu/ |
| D | kms-properties.csv | 2 ,DVI-I,“subconnector”,ENUM,"{ “Unknown”, “DVI-D”, “DVI-A” }",Connector,TBD 3 ,,“select subconnector”,ENUM,"{ “Automatic”, “DVI-D”, “DVI-A” }",Connector,TBD 22 ,,“audio”,ENUM,"{ ""force-dvi"", ""off"", ""auto"", ""on"" }",Connector,TBD 23 ,SDVO-TV,“mode”,ENUM,"{ ""NTSC_M"", ""NTSC_J"", ""NTSC_443"", ""PAL_B"" } etc.",Connector,TBD 40 ,SDVO-TV/LVDS,“brightness”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD 41 CDV gma-500,Generic,"""Broadcast RGB""",ENUM,"{ “Full”, “Limited 16:235” }",Connector,TBD 42 ,,"""Broadcast RGB""",ENUM,"{ “off”, “auto”, “on” }",Connector,TBD 44 ,SDVO-TV,“mode”,ENUM,"{ ""NTSC_M"", ""NTSC_J"", ""NTSC_443"", ""PAL_B"" } etc.",Connector,TBD 61 ,SDVO-TV/LVDS,“brightness”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD 62 armada,CRTC,"""CSC_YUV""",ENUM,"{ ""Auto"" , ""CCIR601"", ""CCIR709"" }",CRTC,TBD [all …]
|
| /kernel/linux/linux-5.10/Documentation/gpu/ |
| D | kms-properties.csv | 2 ,DVI-I,“subconnector”,ENUM,"{ “Unknown”, “DVI-D”, “DVI-A” }",Connector,TBD 3 ,,“select subconnector”,ENUM,"{ “Automatic”, “DVI-D”, “DVI-A” }",Connector,TBD 21 ,,“audio”,ENUM,"{ ""force-dvi"", ""off"", ""auto"", ""on"" }",Connector,TBD 22 ,SDVO-TV,“mode”,ENUM,"{ ""NTSC_M"", ""NTSC_J"", ""NTSC_443"", ""PAL_B"" } etc.",Connector,TBD 39 ,SDVO-TV/LVDS,“brightness”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD 40 CDV gma-500,Generic,"""Broadcast RGB""",ENUM,"{ “Full”, “Limited 16:235” }",Connector,TBD 41 ,,"""Broadcast RGB""",ENUM,"{ “off”, “auto”, “on” }",Connector,TBD 43 ,SDVO-TV,“mode”,ENUM,"{ ""NTSC_M"", ""NTSC_J"", ""NTSC_443"", ""PAL_B"" } etc.",Connector,TBD 60 ,SDVO-TV/LVDS,“brightness”,RANGE,"Min=0, Max= SDVO dependent",Connector,TBD 61 armada,CRTC,"""CSC_YUV""",ENUM,"{ ""Auto"" , ""CCIR601"", ""CCIR709"" }",CRTC,TBD [all …]
|
| /kernel/linux/linux-5.10/include/sound/ |
| D | ak4117.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 27 #define AK4117_REG_QSUB_ADDR 0x11 /* Q-subcode address + control */ 28 #define AK4117_REG_QSUB_TRACK 0x12 /* Q-subcode track */ 29 #define AK4117_REG_QSUB_INDEX 0x13 /* Q-subcode index */ 30 #define AK4117_REG_QSUB_MINUTE 0x14 /* Q-subcode minute */ 31 #define AK4117_REG_QSUB_SECOND 0x15 /* Q-subcode second */ 32 #define AK4117_REG_QSUB_FRAME 0x16 /* Q-subcode frame */ 33 #define AK4117_REG_QSUB_ZERO 0x17 /* Q-subcode zero */ 34 #define AK4117_REG_QSUB_ABSMIN 0x18 /* Q-subcode absolute minute */ 35 #define AK4117_REG_QSUB_ABSSEC 0x19 /* Q-subcode absolute second */ [all …]
|
| D | ak4113.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 50 /* Q-subcode address + control */ 52 /* Q-subcode track */ 54 /* Q-subcode index */ 56 /* Q-subcode minute */ 58 /* Q-subcode second */ 60 /* Q-subcode frame */ 62 /* Q-subcode zero */ 64 /* Q-subcode absolute minute */ 66 /* Q-subcode absolute second */ [all …]
|
| /kernel/linux/linux-5.10/sound/pci/ymfpci/ |
| D | ymfpci.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 18 MODULE_DESCRIPTION("Yamaha DS-1 PCI"); 27 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ 38 MODULE_PARM_DESC(index, "Index value for the Yamaha DS-1 PCI soundcard."); 40 MODULE_PARM_DESC(id, "ID string for the Yamaha DS-1 PCI soundcard."); 42 MODULE_PARM_DESC(enable, "Enable Yamaha DS-1 soundcard."); 44 MODULE_PARM_DESC(mpu_port, "MPU-401 Port."); 46 MODULE_PARM_DESC(fm_port, "FM OPL-3 Port."); 52 MODULE_PARM_DESC(rear_switch, "Enable shared rear/line-in switch"); 75 return -ENODEV; in snd_ymfpci_create_gameport() [all …]
|
| /kernel/linux/linux-4.19/include/sound/ |
| D | ak4117.h | 21 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 42 #define AK4117_REG_QSUB_ADDR 0x11 /* Q-subcode address + control */ 43 #define AK4117_REG_QSUB_TRACK 0x12 /* Q-subcode track */ 44 #define AK4117_REG_QSUB_INDEX 0x13 /* Q-subcode index */ 45 #define AK4117_REG_QSUB_MINUTE 0x14 /* Q-subcode minute */ 46 #define AK4117_REG_QSUB_SECOND 0x15 /* Q-subcode second */ 47 #define AK4117_REG_QSUB_FRAME 0x16 /* Q-subcode frame */ 48 #define AK4117_REG_QSUB_ZERO 0x17 /* Q-subcode zero */ 49 #define AK4117_REG_QSUB_ABSMIN 0x18 /* Q-subcode absolute minute */ 50 #define AK4117_REG_QSUB_ABSSEC 0x19 /* Q-subcode absolute second */ [all …]
|
| D | ak4113.h | 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 65 /* Q-subcode address + control */ 67 /* Q-subcode track */ 69 /* Q-subcode index */ 71 /* Q-subcode minute */ 73 /* Q-subcode second */ 75 /* Q-subcode frame */ 77 /* Q-subcode zero */ 79 /* Q-subcode absolute minute */ 81 /* Q-subcode absolute second */ [all …]
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | mdio.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 4 * Copyright 2006-2009 Solarflare Communications Inc. 25 #define MDIO_MMD_AN 7 /* Auto-Negotiation */ 41 #define MDIO_PMA_RXDET 10 /* 10G PMA/PMD receive signal detect */ 57 /* Media-dependent registers. */ 58 #define MDIO_PMA_10GBT_SWAPPOL 130 /* 10GBASE-T pair swap & polarity */ 59 #define MDIO_PMA_10GBT_TXPWR 131 /* 10GBASE-T TX power control */ 60 #define MDIO_PMA_10GBT_SNR 133 /* 10GBASE-T SNR margin, lane A. 61 * Lanes B-D are numbered 134-136. */ 62 #define MDIO_PMA_10GBR_FECABLE 170 /* 10GBASE-R FEC ability */ [all …]
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | cs42l42.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * cs42l42.c -- CS42L42 ALSA SoC audio driver 32 #include <sound/soc-dapm.h> 35 #include <dt-bindings/sound/cs42l42.h> 406 static DECLARE_TLV_DB_SCALE(adc_tlv, -9700, 100, true); 407 static DECLARE_TLV_DB_SCALE(mixer_tlv, -6300, 100, true); 436 SOC_SINGLE_S8_TLV("ADC Volume", CS42L42_ADC_VOLUME, -97, 12, adc_tlv), 459 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in cs42l42_hpdrv_evt() 485 dev_err(component->dev, "Invalid event 0x%x\n", event); in cs42l42_hpdrv_evt() 519 regcache_cache_only(cs42l42->regmap, false); in cs42l42_set_bias_level() [all …]
|
| /kernel/linux/linux-4.19/sound/soc/codecs/ |
| D | cs42l42.c | 2 * cs42l42.c -- CS42L42 ALSA SoC audio driver 36 #include <sound/soc-dapm.h> 39 #include <dt-bindings/sound/cs42l42.h> 407 static DECLARE_TLV_DB_SCALE(adc_tlv, -9600, 100, false); 408 static DECLARE_TLV_DB_SCALE(mixer_tlv, -6200, 100, false); 471 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in cs42l42_hpdrv_evt() 497 dev_err(component->dev, "Invalid event 0x%x\n", event); in cs42l42_hpdrv_evt() 531 regcache_cache_only(cs42l42->regmap, false); in cs42l42_set_bias_level() 532 regcache_sync(cs42l42->regmap); in cs42l42_set_bias_level() 534 ARRAY_SIZE(cs42l42->supplies), in cs42l42_set_bias_level() [all …]
|
| /kernel/linux/linux-4.19/include/uapi/linux/ |
| D | mdio.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 4 * Copyright 2006-2009 Solarflare Communications Inc. 25 #define MDIO_MMD_AN 7 /* Auto-Negotiation */ 41 #define MDIO_PMA_RXDET 10 /* 10G PMA/PMD receive signal detect */ 53 /* Media-dependent registers. */ 54 #define MDIO_PMA_10GBT_SWAPPOL 130 /* 10GBASE-T pair swap & polarity */ 55 #define MDIO_PMA_10GBT_TXPWR 131 /* 10GBASE-T TX power control */ 56 #define MDIO_PMA_10GBT_SNR 133 /* 10GBASE-T SNR margin, lane A. 57 * Lanes B-D are numbered 134-136. */ 58 #define MDIO_PMA_10GBR_FECABLE 170 /* 10GBASE-R FEC ability */ [all …]
|
| /kernel/linux/linux-4.19/sound/pci/ymfpci/ |
| D | ymfpci.c | 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 33 MODULE_DESCRIPTION("Yamaha DS-1 PCI"); 42 static int index[SNDRV_CARDS] = SNDRV_DEFAULT_IDX; /* Index 0-MAX */ 53 MODULE_PARM_DESC(index, "Index value for the Yamaha DS-1 PCI soundcard."); 55 MODULE_PARM_DESC(id, "ID string for the Yamaha DS-1 PCI soundcard."); 57 MODULE_PARM_DESC(enable, "Enable Yamaha DS-1 soundcard."); 59 MODULE_PARM_DESC(mpu_port, "MPU-401 Port."); 61 MODULE_PARM_DESC(fm_port, "FM OPL-3 Port."); 67 MODULE_PARM_DESC(rear_switch, "Enable shared rear/line-in switch"); 90 return -ENODEV; in snd_ymfpci_create_gameport() [all …]
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac_pcs.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 25 #define GMAC_AN_CTRL_RAN BIT(9) /* Restart Auto-Negotiation */ 26 #define GMAC_AN_CTRL_ANE BIT(12) /* Auto-Negotiation Enable */ 28 #define GMAC_AN_CTRL_ECD BIT(16) /* Enable Comma Detect */ 34 #define GMAC_AN_STATUS_ANA BIT(3) /* Auto-Negotiation Ability */ 35 #define GMAC_AN_STATUS_ANC BIT(5) /* Auto-Negotiation Complete */ 48 * dwmac_pcs_isr - TBI, RTBI, or SGMII PHY ISR 53 * Description: it is the ISR for PCS events: Auto-Negotiation Completed and 63 x->irq_pcs_ane_n++; in dwmac_pcs_isr() 69 x->irq_pcs_link_n++; in dwmac_pcs_isr() [all …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/stmicro/stmmac/ |
| D | stmmac_pcs.h | 29 #define GMAC_AN_CTRL_RAN BIT(9) /* Restart Auto-Negotiation */ 30 #define GMAC_AN_CTRL_ANE BIT(12) /* Auto-Negotiation Enable */ 32 #define GMAC_AN_CTRL_ECD BIT(16) /* Enable Comma Detect */ 38 #define GMAC_AN_STATUS_ANA BIT(3) /* Auto-Negotiation Ability */ 39 #define GMAC_AN_STATUS_ANC BIT(5) /* Auto-Negotiation Complete */ 52 * dwmac_pcs_isr - TBI, RTBI, or SGMII PHY ISR 57 * Description: it is the ISR for PCS events: Auto-Negotiation Completed and 67 x->irq_pcs_ane_n++; in dwmac_pcs_isr() 73 x->irq_pcs_link_n++; in dwmac_pcs_isr() 82 * dwmac_rane - To restart ANE [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | i915_params.c | 44 * Note: As a rule, keep module parameter sysfs permissions read-only 54 "1=on, -1=force vga console preference [default])"); 57 "Enable power-saving display C-states. " 58 "(-1=auto [default]; 0=disable; 1=up to DC5; 2=up to DC6; " 63 "(default: -1 (use per-chip default))"); 67 "(0=probe BIOS [default], 1=single-channel, 2=dual-channel)"); 71 "(default: auto from VBT)"); 75 "(-2=ignore, -1=auto [default], index in VBT BIOS table)"); 98 "Default: -1 (use per-chip default)"); 102 "is helpful to detect if PSR issues are related to bad values set in " [all …]
|
| /kernel/linux/linux-5.10/drivers/net/phy/ |
| D | dp83848.c | 1 // SPDX-License-Identifier: GPL-2.0 5 * Copyright (C) 2015-2016 Texas Instruments Incorporated - http://www.ti.com/ 27 #define DP83848_MISR_ANC_INT_EN BIT(2) /* Auto-negotiation complete */ 31 #define DP83848_MISR_ED_INT_EN BIT(6) /* Energy detect */ 55 if (phydev->interrupts == PHY_INTERRUPT_ENABLED) { in dp83848_config_intr() 73 /* DP83620 always reports Auto Negotiation Ability on BMSR. Instead, in dp83848_config_init() 74 * we check initial value of BMCR Auto negotiation enable bit in dp83848_config_init() 78 phydev->autoneg = AUTONEG_DISABLE; in dp83848_config_init()
|