/linux/Documentation/admin-guide/media/ |
H A D | tuner-cardlist.rst | 1 .. SPDX-License-Identifier: GPL-2.0 34 25 LG PAL_I+FM (TAPC-I001D) 35 26 LG PAL_I (TAPC-I701D) 49 40 HITACHI V7-J180AT 51 42 Philips FCV1236D ATSC/NTSC dual in 58 49 Microtune 4042 FI5 ATSC/NTSC dual in 60 51 Philips PAL/SECAM_D (FM 1256 I-H3) 67 58 Ymec TVision TVF-8531MF/8831MF/8731MF 68 59 Ymec TVision TVF-5533MF 70 61 Tena TNF9533-D/IF/TNF9533-B/DF [all …]
|
H A D | saa7134-cardlist.rst | 1 .. SPDX-License-Identifier: GPL-2.0 8 .. flat-table:: 9 :header-rows: 1 11 :stub-columns: 0 13 * - Card number 14 - Card name 15 - PCI subsystem IDs 17 * - 0 18 - UNKNOWN/GENERIC 19 - [all …]
|
H A D | i2c-cardlist.rst | 1 .. SPDX-License-Identifier: GPL-2.0 6 The I²C (Inter-Integrated Circuit) bus is a three-wires bus used internally 23 ------------------------------------- 32 sony-btf-mpx Sony BTF's internal MPX 47 ----------------------------- 52 saa6752hs Philips SAA6752HS MPEG-2 Audio/Video Encoder 56 --------------------- 63 hi556 Hynix Hi-556 sensor 64 hi846 Hynix Hi-846 sensor 111 ------------- [all …]
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192de/ |
H A D | rf.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2009-2012 Realtek Corporation.*/ 16 struct rtl_hal *rtlhal = &(rtlpriv->rtlhal); in rtl92d_phy_enable_anotherphy() 23 rtlhal->during_mac0init_radiob = false; in rtl92d_phy_enable_anotherphy() 24 rtlhal->during_mac1init_radioa = false; in rtl92d_phy_enable_anotherphy() 47 struct rtl_hal *rtlhal = &(rtlpriv->rtlhal); in rtl92d_phy_powerdown_anotherphy() 53 rtlhal->during_mac0init_radiob = false; in rtl92d_phy_powerdown_anotherphy() 54 rtlhal->during_mac1init_radioa = false; in rtl92d_phy_powerdown_anotherphy() 57 * enabled, not power down radio A. */ in rtl92d_phy_powerdown_anotherphy() 61 /* power down RF radio A according to YuNan's advice. */ in rtl92d_phy_powerdown_anotherphy() [all …]
|
H A D | sw.c | 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright(c) 2009-2012 Realtek Corporation.*/ 30 * 0 - Disable ASPM, in rtl92d_init_aspm_vars() 31 * 1 - Enable ASPM without Clock Req, in rtl92d_init_aspm_vars() 32 * 2 - Enable ASPM with Clock Req, in rtl92d_init_aspm_vars() 33 * 3 - Alwyas Enable ASPM with Clock Req, in rtl92d_init_aspm_vars() 34 * 4 - Always Enable ASPM without Clock Req. in rtl92d_init_aspm_vars() 37 rtlpci->const_pci_aspm = 3; in rtl92d_init_aspm_vars() 39 /*Setting for PCI-E device */ in rtl92d_init_aspm_vars() 40 rtlpci->const_devicepci_aspm_setting = 0x03; in rtl92d_init_aspm_vars() [all …]
|
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192du/ |
H A D | rf.c | 1 // SPDX-License-Identifier: GPL-2.0 13 struct rtl_hal *rtlhal = &rtlpriv->rtlhal; in rtl92du_phy_enable_anotherphy() 21 rtlhal->during_mac0init_radiob = false; in rtl92du_phy_enable_anotherphy() 22 rtlhal->during_mac1init_radioa = false; in rtl92du_phy_enable_anotherphy() 53 struct rtl_hal *rtlhal = &rtlpriv->rtlhal; in rtl92du_phy_powerdown_anotherphy() 59 rtlhal->during_mac0init_radiob = false; in rtl92du_phy_powerdown_anotherphy() 60 rtlhal->during_mac1init_radioa = false; in rtl92du_phy_powerdown_anotherphy() 64 * enabled, not power down radio A. in rtl92du_phy_powerdown_anotherphy() 69 /* power down RF radio A according to YuNan's advice. */ in rtl92du_phy_powerdown_anotherphy() 82 struct rtl_hal *rtlhal = &rtlpriv->rtlhal; in rtl92du_phy_rf6052_config() [all …]
|
/linux/drivers/media/i2c/ |
H A D | msp3400-kthreads.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * (c) 1997-2001 Gerd Knorr <kraxel@bytesex.org> 14 #include <media/v4l2-common.h> 15 #include <media/drv-intf/msp3400.h> 18 #include "msp3400-driver.h" 31 "4.5/4.72 M Dual FM-Stereo", V4L2_STD_MN }, 33 "5.5/5.74 B/G Dual FM-Stereo", V4L2_STD_BG }, 35 "6.5/6.25 D/K1 Dual FM-Stereo", V4L2_STD_DK }, 37 "6.5/6.74 D/K2 Dual FM-Stereo", V4L2_STD_DK }, 39 "6.5 D/K FM-Mono (HDEV3)", V4L2_STD_DK }, [all …]
|
H A D | saa717x.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * saa717x - Philips SAA717xHL video decoder driver 8 * - Apply to SAA717x,NEC uPD64031,uPD64083. (1/31/2004) 10 * Changes by T.Adachi (tadachi@tadachi-net.com) 11 * - support audio, video scaler etc, and checked the initialize sequence. 27 #include <media/v4l2-device.h> 28 #include <media/v4l2-ctrls.h> 36 MODULE_PARM_DESC(debug, "Debug level (0-1)"); 49 int radio; member 70 return &container_of(ctrl->handler, struct saa717x_state, hdl)->sd; in to_sd() [all …]
|
H A D | msp3400-driver.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * (c) 1997-2001 Gerd Knorr <kraxel@bytesex.org> 9 * AM-Mono 13 * FM-Mono 14 * should work. The stereo modes are backward compatible to FM-mono, 15 * therefore FM-Mono should be always available. 17 * FM-Stereo (B/G, used in germany) 20 * FM-Stereo (satellite) 22 * switch to stereo -- untested) 29 * - better SAT support [all …]
|
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 8 comment "IR I2C driver auto-selected by 'Autoselect ancillary drivers'" 45 tristate "Allied Vision ALVIUM MIPI CSI-2 camera support" 48 This is a Video4Linux2 sensor-level driver for the Allied Vision 49 ALVIUM camera connected via MIPI CSI-2 interface. 52 module will be called alvium-csi2. 97 This is a V4L2 sensor-level driver for GalaxyCore GC2145 104 tristate "Hynix Hi-556 sensor support" 107 Hi-556 camera. 113 tristate "Hynix Hi-846 sensor support" [all …]
|
H A D | tvaudio.c | 14 * Copyright(c) 2005-2008 Mauro Carvalho Chehab 15 * - Some cleanups, code fixes, etc 16 * - Convert it to V4L2 API 21 * debug - set to 1 if you'd like to see debug messages 40 #include <media/v4l2-device.h> 41 #include <media/v4l2-ctrls.h> 43 /* ---------------------------------------------------------------------- */ 53 #define UNSET (-1U) 55 /* ---------------------------------------------------------------------- */ 97 /* functions to convert the values (v4l -> chip) */ [all …]
|
/linux/Documentation/devicetree/bindings/net/bluetooth/ |
H A D | mediatek,mt7921s-bluetooth.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/net/bluetooth/mediatek,mt7921s-bluetooth.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Sean Wang <sean.wang@mediatek.com> 13 MT7921S is an SDIO-attached dual-radio WiFi+Bluetooth Combo chip; each 20 - $ref: bluetooth-controller.yaml# 25 - mediatek,mt7921s-bluetooth 30 reset-gpios: 33 An active-low reset line for the Bluetooth core; on typical M.2 [all …]
|
/linux/drivers/media/pci/cx18/ |
H A D | cx18-av-core.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Derived from cx25840-core.c 11 #include "cx18-driver.h" 12 #include "cx18-io.h" 13 #include "cx18-cards.h" 106 /* xtal * 0xe.2913d68/0x16 = 48000 * 384: 406 MHz pre post-div*/ in cx18_av_init() 127 /* enable sleep mode - register appears to be read only... */ in cx18_av_initialize() 167 * Disable Video Auto-config of the Analog Front End and Video PLL. in cx18_av_initialize() 171 * 0x102 (CXADEC_CHIP_CTRL), 0x104-0x106 (CXADEC_AFE_CTRL), in cx18_av_initialize() 172 * 0x108-0x109 (CXADEC_PLL_CTRL1), and 0x10c-0x10f (CXADEC_VID_PLL_FRAC) in cx18_av_initialize() [all …]
|
H A D | cx18-fileops.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Derived from ivtv-fileops.c 11 #include "cx18-driver.h" 12 #include "cx18-fileops.h" 13 #include "cx18-i2c.h" 14 #include "cx18-queue.h" 15 #include "cx18-vbi.h" 16 #include "cx18-audio.h" 17 #include "cx18-mailbox.h" 18 #include "cx18-scb.h" [all …]
|
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | ar9002_phy.c | 2 * Copyright (c) 2008-2011 Atheros Communications Inc. 20 * AR5416 MAC based PCI devices and AR518 MAC based PCI-Express 21 * devices have either an external AR2133 analog front end radio for single 22 * band 2.4 GHz communication or an AR5133 analog front end radio for dual 27 * into a single-chip and require less programming. 29 * The following single-chips exist with a respective embedded radio: 31 * AR9280 - 11n dual-band 2x2 MIMO for PCIe 32 * AR9281 - 11n single-band 1x2 MIMO for PCIe 33 * AR9285 - 11n single-band 1x1 for PCIe 34 * AR9287 - 11n single-band 2x2 MIMO for PCIe [all …]
|
/linux/drivers/usb/serial/ |
H A D | ftdi_sio_ids.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 6 * Philipp Gühring - pg@futureware.at - added the Device ID of the USB relais 24 #define FTDI_8U2232C_PID 0x6010 /* Dual channel device */ 25 #define FTDI_4232H_PID 0x6011 /* Quad channel hi-speed device */ 26 #define FTDI_232H_PID 0x6014 /* Single channel hi-speed device */ 27 #define FTDI_FTX_PID 0x6015 /* FT-X series (FT201X, FT230X, FT231X, etc) */ 28 #define FTDI_FT2233HP_PID 0x6040 /* Dual channel hi-speed device with PD */ 29 #define FTDI_FT4233HP_PID 0x6041 /* Quad channel hi-speed device with PD */ 30 #define FTDI_FT2232HP_PID 0x6042 /* Dual channel hi-speed device with PD */ 31 #define FTDI_FT4232HP_PID 0x6043 /* Quad channel hi-speed device with PD */ [all …]
|
/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-tvaudio.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 * (c) 2001-03 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs] 11 #include "saa7134-reg.h" 22 /* ------------------------------------------------------------------ */ 37 … clock tick fine tuning for cards with audio crystal that's slightly off (range [-1024 .. 1024])"); 49 /* ------------------------------------------------------------------ */ 78 .name = "PAL-B/G FM-stereo", 84 .name = "PAL-D/K1 FM-stereo", 90 .name = "PAL-D/K2 FM-stereo", 96 .name = "PAL-D/K3 FM-stereo", [all …]
|
/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-cards.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> 5 Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl> 9 #include "ivtv-driver.h" 10 #include "ivtv-cards.h" 11 #include "ivtv-i2c.h" 13 #include <media/drv-intf/msp3400.h> 17 #include <media/drv-intf/cx25840.h> 35 .radio = { I2C_CLIENT_END }, 40 /* as above, but with possible radio tuner */ [all …]
|
H A D | ivtv-fileops.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> 6 Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl> 10 #include "ivtv-driver.h" 11 #include "ivtv-fileops.h" 12 #include "ivtv-i2c.h" 13 #include "ivtv-queue.h" 14 #include "ivtv-udma.h" 15 #include "ivtv-irq.h" 16 #include "ivtv-vbi.h" [all …]
|
H A D | ivtv-streams.c | 3 Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> 5 Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl> 19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 28 * ----- 29 * MPG600/MPG160 support by T.Adachi <tadachi@tadachi-net.com> 33 * using information provided by Jiun-Kuei Jung @ AVerMedia. 36 #include "ivtv-driver.h" 37 #include "ivtv-fileops.h" 38 #include "ivtv-queue.h" 39 #include "ivtv-mailbox.h" [all …]
|
/linux/drivers/acpi/ |
H A D | acpi_pnp.c | 1 // SPDX-License-Identifier: GPL-2.0-only 37 {"CDC0001"}, /* Opl3-SAx */ 50 {"YMH0006"}, /* Opl3-SA */ 51 {"YMH0022"}, /* Opl3-SAx */ 83 /* radio-cadet */ 84 {"MSM0c24"}, /* ADS Cadet AM/FM Radio Card */ 85 /* radio-gemtek */ 86 {"ADS7183"}, /* AOpen FX-3D/Pro Radio */ 87 /* radio-sf16fmr2 */ 88 {"MFRad13"}, /* tuner subdevice of SF16-FMD2 */ [all …]
|
/linux/drivers/media/pci/cx88/ |
H A D | cx88-cards.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 4 * card-specific stuff. 19 static unsigned int tuner[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 20 static unsigned int radio[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; variable 21 static unsigned int card[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET }; 24 module_param_array(radio, int, NULL, 0444); 28 MODULE_PARM_DESC(radio, "radio tuner type"); 45 /* ------------------------------------------------------------------ */ 96 .radio = { 132 .radio = { [all …]
|
/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | main.h | 48 * Usage example, e.g. a three-bit field (bits 4-6): 52 * regval = R_REG(osh, ®s->regfoo); 55 * W_REG(osh, ®s->regfoo, regval); 58 (((unsigned)1 << (width)) - 1) 67 /* max # supported core revisions (0 .. MAXCOREREV - 1) */ 76 #define BRCMS_SHORTSLOT_AUTO -1 /* Driver will manage Shortslot setting */ 91 #define TXFID_QUEUE_MASK 0x0007 /* Bits 0-2 */ 92 #define TXFID_SEQ_MASK 0x7FE0 /* Bits 5-15 */ 136 /* hold pll for radio monitor register checking */ 145 ((uint)((wlc)->band->bandunit ? BAND_2G_INDEX : BAND_5G_INDEX)) [all …]
|
/linux/drivers/mfd/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 57 tristate "Active-semi ACT8945A" 62 Support for the ACT8945A PMIC from Active-semi. This device 63 features three step-down DC/DC converters and four low-dropout 79 sun4i-gpadc-iio and the hwmon driver iio_hwmon. 82 called sun4i-gpadc. 113 tablets etc. It has 4 DC/DC step-down regulators, 3 DC/DC step-down 144 over at91-usart-serial driver and usart-spi-driver. Only one function 160 tristate "Atmel HLCDC (High-end LCD Controller)" 197 tristate "X-Powers AC100" [all …]
|
/linux/drivers/staging/rtl8723bs/include/ |
H A D | hal_data.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Copyright(c) 2007 - 2011 Realtek Corporation. All rights reserved. 16 /* <Roger_Notes> For RTL8723 WiFi/BT/GPS multi-function configuration. 2010.10.06. */ 166 enum rt_multi_func MultiFunc; /* For multi-function consideration. */ 180 u8 nCur40MhzPrimeSC;/* Control channel sub-carrier */ 237 /* CCK = 0 OFDM = 1 HT-MCS 0-7 = 2 */ 247 s8 TxPwrHt20Diff[RF_PATH_MAX_92C_88E][CHANNEL_MAX_NUMBER];/* HT 20<->40 Pwr diff */ 248 u8 TxPwrLegacyHtDiff[RF_PATH_MAX_92C_88E][CHANNEL_MAX_NUMBER];/* For HT<->legacy pwr diff */ 303 …u8 bLedOpenDrain; /* Support Open-drain arrangement for controlling the LED. Added by Roger, 2009… 309 struct bb_register_def PHYRegDef[4]; /* Radio A/B/C/D */ [all …]
|