Home
last modified time | relevance | path

Searched full:dual (Results 1 – 25 of 1878) sorted by relevance

12345678910>>...76

/linux/drivers/scsi/qla2xxx/
H A Dqla_devtbl.h9 "QLA2342", "133MHz PCI-X to 2Gb FC, Dual Channel", /* 0x101 */
11 "QCP2342", "cPCI to 2Gb FC, Dual Channel", /* 0x103 */
13 "QSB2342", "SBUS to 2Gb FC, Dual Channel", /* 0x105 */
16 "QCP2332", "Sun cPCI to 2Gb FC, Dual Channel", /* 0x108 */
18 "QLA2342", "Sun 133MHz PCI-X to 2Gb FC, Dual Channel", /* 0x10a */
19 "QCP2342", "Sun - cPCI to 2Gb FC, Dual Channel", /* 0x10b */
21 "QLA2352", "133MHz PCI-X to 2Gb FC, Dual Channel", /* 0x10d */
22 "QLA2352", "Sun 133MHz PCI-X to 2Gb FC, Dual Channel", /* 0x10e */
30 "QLA2362", "133MHz PCI-X to 2Gb FC, Dual Channel", /* 0x116 */
32 "QLE2362", "PCI-Express to 2Gb FC, Dual Channel", /* 0x118 */
[all …]
/linux/include/linux/regulator/
H A Dda9121.h3 * DA9121 Single-channel dual-phase 10A buck converter
4 * DA9130 Single-channel dual-phase 10A buck converter (Automotive)
5 * DA9217 Single-channel dual-phase 6A buck converter
6 * DA9122 Dual-channel single-phase 5A buck converter
7 * DA9131 Dual-channel single-phase 5A buck converter (Automotive)
8 * DA9220 Dual-channel single-phase 3A buck converter
9 * DA9132 Dual-channel single-phase 3A buck converter (Automotive)
/linux/drivers/media/pci/cx88/
H A Dcx88-dsp.c159 s32 carrier, stereo, dual, noise; in detect_a2_a2m_eiaj() local
188 dual = freq_magnitude(x, N, dual_freq); in detect_a2_a2m_eiaj()
192 "detect a2/a2m/eiaj: carrier=%d, stereo=%d, dual=%d, noise=%d\n", in detect_a2_a2m_eiaj()
193 carrier, stereo, dual, noise); in detect_a2_a2m_eiaj()
195 if (stereo > dual) in detect_a2_a2m_eiaj()
202 if ((carrier > max(stereo, dual) * 2) && in detect_a2_a2m_eiaj()
203 (carrier < max(stereo, dual) * 6) && in detect_a2_a2m_eiaj()
205 (max(stereo, dual) > min(stereo, dual))) { in detect_a2_a2m_eiaj()
213 if ((carrier > max(stereo, dual) * 2) && in detect_a2_a2m_eiaj()
214 (carrier < max(stereo, dual) * 8) && in detect_a2_a2m_eiaj()
[all …]
/linux/drivers/usb/cdns3/
H A DKconfig8 dual-role controller.
9 It supports: dual-role switch, Host-only, and Peripheral-only.
17 tristate "Cadence USB3 Dual-Role Controller"
20 Say Y here if your system has a Cadence USB3 dual-role controller.
21 It supports: dual-role switch, Host-only, and Peripheral-only.
97 tristate "Cadence CDNSP Dual-Role Controller"
100 Say Y here if your system has a Cadence CDNSP dual-role controller.
101 It supports: dual-role switch Host-only, and Peripheral-only.
/linux/Documentation/devicetree/bindings/display/panel/
H A Dpanel-simple-lvds-dual-ports.yaml4 $id: http://devicetree.org/schemas/display/panel/panel-simple-lvds-dual-ports.yaml#
7 title: Simple LVDS panels with one power supply and dual LVDS ports
16 has dual LVDS ports and requires only a single power-supply.
25 - $ref: /schemas/display/lvds-dual-ports.yaml#
60 - dual-lvds-odd-pixels
64 - dual-lvds-even-pixels
87 dual-lvds-odd-pixels;
96 dual-lvds-even-pixels;
/linux/drivers/gpu/drm/imx/ipuv3/
H A Dimx-ldb.c98 int dual = ldb->ldb_ctrl & LDB_SPLIT_MODE_EN; in imx_ldb_ch_set_bus_format() local
104 if (imx_ldb_ch->chno == 0 || dual) in imx_ldb_ch_set_bus_format()
106 if (imx_ldb_ch->chno == 1 || dual) in imx_ldb_ch_set_bus_format()
110 if (imx_ldb_ch->chno == 0 || dual) in imx_ldb_ch_set_bus_format()
113 if (imx_ldb_ch->chno == 1 || dual) in imx_ldb_ch_set_bus_format()
152 int dual = ldb->ldb_ctrl & LDB_SPLIT_MODE_EN; in imx_ldb_encoder_enable() local
160 if (dual) { in imx_ldb_encoder_enable()
170 if (imx_ldb_ch == &ldb->channel[0] || dual) { in imx_ldb_encoder_enable()
177 if (imx_ldb_ch == &ldb->channel[1] || dual) { in imx_ldb_encoder_enable()
208 int dual = ldb->ldb_ctrl & LDB_SPLIT_MODE_EN; in imx_ldb_encoder_atomic_mode_set() local
[all …]
/linux/drivers/gpu/drm/
H A Ddrm_of.c296 of_property_read_bool(port_node, "dual-lvds-even-pixels"); in drm_of_lvds_get_port_pixels_type()
298 of_property_read_bool(port_node, "dual-lvds-odd-pixels"); in drm_of_lvds_get_port_pixels_type()
331 * support multiple sinks with different dual-link in drm_of_lvds_get_remote_pixels_type()
347 * A valid dual-lVDS bus is found when one port is marked with in __drm_of_lvds_get_dual_link_pixel_order()
348 * "dual-lvds-even-pixels", and the other port is marked with in __drm_of_lvds_get_dual_link_pixel_order()
349 * "dual-lvds-odd-pixels", bail out if the markers are not right. in __drm_of_lvds_get_dual_link_pixel_order()
360 * drm_of_lvds_get_dual_link_pixel_order - Get LVDS dual-link source pixel order
361 * @port1: First DT port node of the Dual-link LVDS source
362 * @port2: Second DT port node of the Dual-link LVDS source
364 * An LVDS dual-link connection is made of two links, with even pixels
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/cfg/
H A D7000.c121 .name = "Intel(R) Dual Band Wireless AC 7260",
132 .name = "Intel(R) Dual Band Wireless AC 7260",
145 .name = "Intel(R) Dual Band Wireless N 7260",
167 .name = "Intel(R) Dual Band Wireless AC 3160",
177 .name = "Intel(R) Dual Band Wireless N 3160",
214 .name = "Intel(R) Dual Band Wireless AC 3165",
224 .name = "Intel(R) Dual Band Wireless AC 3168",
235 .name = "Intel(R) Dual Band Wireless AC 7265",
245 .name = "Intel(R) Dual Band Wireless N 7265",
265 .name = "Intel(R) Dual Band Wireless AC 7265",
[all …]
H A D8000.c115 .name = "Intel(R) Dual Band Wireless N 8260",
123 .name = "Intel(R) Dual Band Wireless AC 8260",
131 .name = "Intel(R) Dual Band Wireless AC 8265",
140 .name = "Intel(R) Dual Band Wireless AC 8275",
149 .name = "Intel(R) Dual Band Wireless AC 4165",
/linux/drivers/clk/meson/
H A Dclk-dualdiv.c9 * The AO Domain embeds a dual/divider to generate a more precise
20 * The dividing can be switched to single or dual, with a counter
40 if (!p->dual) in __dualdiv_param_to_rate()
54 setting.dual = meson_parm_read(clk->map, &dualdiv->dual); in meson_clk_dualdiv_recalc_rate()
119 meson_parm_write(clk->map, &dualdiv->dual, setting->dual); in meson_clk_dualdiv_set_rate()
140 MODULE_DESCRIPTION("Amlogic dual divider driver");
/linux/Documentation/admin-guide/media/
H A Ddvb-usb-cxusb-cardlist.rst19 * - DViCO FusionHDTV DVB-T Dual Digital 2
21 * - DViCO FusionHDTV DVB-T Dual Digital 4
23 * - DViCO FusionHDTV DVB-T Dual Digital 4 (rev 2)
25 * - DViCO FusionHDTV DVB-T Dual USB
35 * - DigitalNow DVB-T Dual USB
H A Dcx23885-cardlist.rst58 - DViCO FusionHDTV7 Dual Express
62 - DViCO FusionHDTV DVB-T Dual Express
86 - NetUP Dual DVB-S2 CI
138 - NetUP Dual DVB-T/C-CI RF
154 - TerraTec Cinergy T PCIe Dual
194 - DViCO FusionHDTV DVB-T Dual Express2
H A Ddvb-usb-af9035-cardlist.rst39 * - Digital Dual TV Receiver CTVDIGDUAL_V2
55 * - Leadtek WinFast DTV Dongle Dual
63 * - Sveon STV22 Dual DVB-T HDTV
69 * - TerraTec Cinergy T Stick Dual RC (rev. 2)
H A Ddvb-usb-af9015-cardlist.rst45 * - KWorld PlusTV Dual DVB-T PCI (DVB-T PC160-2T)
47 * - KWorld PlusTV Dual DVB-T Stick (DVB-T 399U)
65 * - Sveon STV22 Dual USB DVB-T Tuner HDTV
69 * - TerraTec Cinergy T Stick Dual RC
/linux/Documentation/fb/
H A Dviafb.rst71 - 4 : Resolution: 1280x1024, Channel: dual, Dithering: Enable
72 - 5 : Resolution: 1400x1050, Channel: dual, Dithering: Enable
73 - 6 : Resolution: 1600x1200, Channel: dual, Dithering: Enable
76 - 9 : Resolution: 1024x768, Channel: dual, Dithering: Enable
78 - 11: Resolution: 1024x768, Channel: dual, Dithering: Disable
80 - 13: Resolution: 1280x1024, Channel: dual, Dithering: Disable
81 - 14: Resolution: 1400x1050, Channel: dual, Dithering: Disable
82 - 15: Resolution: 1600x1200, Channel: dual, Dithering: Disable
85 - 18: Resolution: 1280x768, Channel: dual, Dithering: Enable
170 When using Dual Edge Panel, this option should be set.
[all …]
/linux/net/mac80211/tests/
H A Dmfp.c77 /* protected dual of public action */
79 .desc = "protected dual: drop unicast from unknown peer",
87 .desc = "protected dual: drop multicast from unknown peer",
95 .desc = "protected dual: drop unicast without MFP",
104 .desc = "protected dual: drop multicast without MFP",
113 .desc = "protected dual: drop undecrypted unicast with MFP",
123 .desc = "protected dual: drop undecrypted multicast with MFP",
133 .desc = "protected dual: accept unicast with MFP",
144 .desc = "protected dual: accept multicast with MFP",
/linux/Documentation/devicetree/bindings/display/bridge/
H A Dthine,thc63lvd1024.yaml14 The THC63LVD1024 is a dual link LVDS receiver designed to convert LVDS
15 streams to parallel data outputs. The chip supports single/dual input/output
19 Single or dual operation mode, output data mapping and DDR output modes are
30 The device can operate in single or dual input and output modes.
33 and port@1 shall not contain any endpoint. In dual input mode,
38 CMOS/TTL port and port@3 shall not contain any endpoint. In dual output
/linux/Documentation/devicetree/bindings/usb/
H A Dmediatek,mtu3.yaml104 Regulator of USB VBUS5v, needed when supports dual-role mode.
132 when supports dual-role mode.
148 Connector for dual role switch, especially for "gpio-usb-b-connector"
161 supports manual dual-role switch via debugfs; usually used when
162 receptacle is TYPE-A and also wants to support dual-role mode.
201 bit1 for u2port1, ... etc; but can't disable u2port0 if dual role mode
204 # Required child node when support dual-role
230 # Dual role switch by extcon
269 # Dual role switch by gpio-usb-b-connector
307 # Dual role switch with type-c
/linux/drivers/usb/dwc2/
H A DKconfig10 Say Y here if your system has a Dual Role Hi-Speed USB
18 dwc2_platform.ko. For all modes(host, gadget and dual-role), there
37 comment "Gadget/Dual-role mode requires USB Gadget support to be enabled"
49 bool "Dual Role mode"
52 Select this option if you want the driver to work in a dual-role
/linux/drivers/regulator/
H A Dda9121-regulator.h3 * DA9121 Single-channel dual-phase 10A buck converter
4 * DA9130 Single-channel dual-phase 10A buck converter (Automotive)
5 * DA9217 Single-channel dual-phase 6A buck converter
6 * DA9122 Dual-channel single-phase 5A buck converter
7 * DA9131 Dual-channel single-phase 5A buck converter (Automotive)
8 * DA9220 Dual-channel single-phase 3A buck converter
9 * DA9132 Dual-channel single-phase 3A buck converter (Automotive)
/linux/drivers/staging/sm750fb/
H A Dreadme4 - dual display
17 dual frame buffer for driver with "dual" parameter
18 insmod ./sm750fb.ko g_option="dual,800x600:1024x768"
/linux/drivers/usb/musb/
H A DKconfig3 # USB Dual Role (OTG-ready) Controller Drivers
7 # (M)HDRC = (Multipoint) Highspeed Dual-Role Controller
9 tristate 'Inventra Highspeed Dual Role Controller'
13 Say Y here if your system has a dual role high speed USB
53 bool "Dual Role mode"
/linux/arch/arm64/boot/dts/marvell/
H A Darmada-7020.dtsi5 * Device Tree file for the Armada 7020 SoC, made of an AP806 Dual and
9 #include "armada-ap806-dual.dtsi"
14 compatible = "marvell,armada7020", "marvell,armada-ap806-dual",
/linux/include/linux/
H A Dlicense.h10 || strcmp(license, "Dual BSD/GPL") == 0 in license_is_gpl_compatible()
11 || strcmp(license, "Dual MIT/GPL") == 0 in license_is_gpl_compatible()
12 || strcmp(license, "Dual MPL/GPL") == 0); in license_is_gpl_compatible()
/linux/Documentation/scsi/
H A Dbfa.rst16 1657:0013:1657:0014 425 4Gbps dual port FC HBA
17 1657:0013:1657:0014 825 8Gbps PCIe dual port FC HBA
19 1657:0013:103c:1744 HP 42B 4Gbps dual port FC HBA
27 1657:0014:1657:0014 1020 10Gbps dual port CNA - FCOE
28 1657:0014:1657:0014 1007 10Gbps dual port CNA - FCOE
29 1657:0014:1657:0014 1741 10Gbps dual port CNA - FCOE

12345678910>>...76