Home
last modified time | relevance | path

Searched +full:dual +full:- +full:radio (Results 1 – 25 of 73) sorted by relevance

123

/linux-6.12.1/Documentation/admin-guide/media/
Dtuner-cardlist.rst1 .. 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 …]
Dsaa7134-cardlist.rst1 .. 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 …]
Di2c-cardlist.rst1 .. 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-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
Drf.c1 // 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 …]
Dsw.c1 // 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-6.12.1/drivers/net/wireless/realtek/rtlwifi/rtl8192du/
Drf.c1 // 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-6.12.1/drivers/media/i2c/
Dmsp3400-kthreads.c1 // 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 …]
Dsaa717x.c1 // 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 …]
Dmsp3400-driver.c1 // 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 …]
DKconfig1 # 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 …]
Dtvaudio.c14 * 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-6.12.1/Documentation/devicetree/bindings/net/bluetooth/
Dnxp,88w8987-bt.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/bluetooth/nxp,88w8987-bt.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 This binding describes UART-attached NXP bluetooth chips. These chips
11 are dual-radio chips supporting WiFi and Bluetooth. The bluetooth
12 works on standard H4 protocol over 4-wire UART. The RTS and CTS lines
14 asserts break signal over UART-TX line to put the chip into power save
15 state. De-asserting break wakes up the BT chip.
18 - Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com>
[all …]
Dmediatek,mt7921s-bluetooth.yaml1 # 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-6.12.1/drivers/media/pci/cx18/
Dcx18-av-core.c1 // 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 …]
Dcx18-fileops.c1 // 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-6.12.1/drivers/net/wireless/ath/ath9k/
Dar9002_phy.c2 * 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-6.12.1/drivers/net/wireless/ath/ath5k/
Dahb.c2 * Copyright (c) 2008-2009 Atheros Communications Inc.
38 struct ath5k_hw *ah = common->priv; in ath5k_ahb_eeprom_read()
39 struct platform_device *pdev = to_platform_device(ah->dev); in ath5k_ahb_eeprom_read()
40 struct ar231x_board_config *bcfg = dev_get_platdata(&pdev->dev); in ath5k_ahb_eeprom_read()
43 eeprom = (u16 *) bcfg->radio; in ath5k_ahb_eeprom_read()
44 eeprom_end = ((void *) bcfg->config) + BOARD_CONFIG_BUFSZ; in ath5k_ahb_eeprom_read()
56 struct platform_device *pdev = to_platform_device(ah->dev); in ath5k_hw_read_srev()
57 struct ar231x_board_config *bcfg = dev_get_platdata(&pdev->dev); in ath5k_hw_read_srev()
58 ah->ah_mac_srev = bcfg->devid; in ath5k_hw_read_srev()
64 struct platform_device *pdev = to_platform_device(ah->dev); in ath5k_ahb_eeprom_read_mac()
[all …]
/linux-6.12.1/drivers/usb/serial/
Dftdi_sio_ids.h1 /* 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-6.12.1/drivers/media/pci/saa7134/
Dsaa7134-tvaudio.c1 // 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 …]
Dsaa7134-cards.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * card-specific stuff.
7 * (c) 2001-04 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
11 #include "saa7134-reg.h"
16 #include <linux/i2c-algo-bit.h>
19 #include <media/v4l2-common.h>
29 [SAA7134_INPUT_RADIO] = "Radio",
38 [SAA7134_INPUT_SVIDEO] = "S-Video",
39 [SAA7134_INPUT_SVIDEO0] = "S-Video0",
40 [SAA7134_INPUT_SVIDEO1] = "S-Video1",
[all …]
/linux-6.12.1/drivers/media/pci/ivtv/
Divtv-cards.c1 // 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 …]
Divtv-fileops.c1 // 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 …]
/linux-6.12.1/drivers/acpi/
Dacpi_pnp.c1 // 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-6.12.1/drivers/media/pci/cx88/
Dcx88-cards.c1 // 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-6.12.1/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmain.h48 * Usage example, e.g. a three-bit field (bits 4-6):
52 * regval = R_REG(osh, &regs->regfoo);
55 * W_REG(osh, &regs->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 …]

123