Home
last modified time | relevance | path

Searched full:modes (Results 1 – 25 of 3982) sorted by relevance

12345678910>>...160

/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
Daic79xx.reg50 /* Register window Modes */
352 modes M_CCHAN
363 modes M_CCHAN
373 modes M_CCHAN
384 modes M_CCHAN
429 modes M_DFF0, M_DFF1
451 modes M_CFG
467 modes M_DFF0, M_DFF1
483 modes M_DFF0, M_DFF1
493 modes M_DFF0, M_DFF1
[all …]
/kernel/linux/linux-4.19/drivers/scsi/aic7xxx/
Daic79xx.reg50 /* Register window Modes */
352 modes M_CCHAN
363 modes M_CCHAN
373 modes M_CCHAN
384 modes M_CCHAN
429 modes M_DFF0, M_DFF1
451 modes M_CFG
467 modes M_DFF0, M_DFF1
483 modes M_DFF0, M_DFF1
493 modes M_DFF0, M_DFF1
[all …]
/kernel/linux/linux-4.19/Documentation/
Dsvga.txt13 allows the use of various special video modes supported by the video BIOS. Due
37 modes available on your adapter, you can specify the menu item you want
40 modes are listed in a "first detected -- first displayed" manner. It's
51 bootup. It displays a "Press <RETURN> to see video modes available, <SPACE>
82 The mode list usually contains a few basic modes and some VESA modes. In
83 case your chipset has been detected, some chipset-specific modes are shown as
88 The modes displayed on the menu are partially sorted: The list starts with
89 the standard modes (80x25 and 80x50) followed by "special" modes (80x28 and
90 80x43), local modes (if the local modes feature is enabled), VESA modes and
91 finally SVGA modes for the auto-detected adapter.
[all …]
/kernel/linux/linux-5.10/Documentation/admin-guide/
Dsvga.rst13 allows the use of various special video modes supported by the video BIOS. Due
38 modes available on your adapter, you can specify the menu item you want
41 modes are listed in a "first detected -- first displayed" manner. It's
52 bootup. It displays a "Press <RETURN> to see video modes available, <SPACE>
83 The mode list usually contains a few basic modes and some VESA modes. In
84 case your chipset has been detected, some chipset-specific modes are shown as
89 The modes displayed on the menu are partially sorted: The list starts with
90 the standard modes (80x25 and 80x50) followed by "special" modes (80x28 and
91 80x43), local modes (if the local modes feature is enabled), VESA modes and
92 finally SVGA modes for the auto-detected adapter.
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_client_modeset.c122 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_get_tiled_mode()
135 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_fallback_non_tiled_mode()
149 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_has_preferred_mode()
170 /* attempt to find a matching mode in the list of modes in drm_connector_pick_cmdline_mode()
178 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_pick_cmdline_mode()
211 list_add(&mode->head, &connector->modes); in drm_connector_pick_cmdline_mode()
258 struct drm_display_mode **modes, in drm_client_target_cloned() argument
285 modes[i] = drm_connector_pick_cmdline_mode(connectors[i]); in drm_client_target_cloned()
286 if (!modes[i]) { in drm_client_target_cloned()
293 if (!drm_mode_match(modes[j], modes[i], in drm_client_target_cloned()
[all …]
Ddrm_probe_helper.c154 /* Only add a GTF mode if we find no matching probed modes */ in drm_helper_probe_add_cmdline_mode()
358 * drm_helper_probe_single_connector_modes - get complete set of display modes
360 * @maxX: max width for modes
361 * @maxY: max height for modes
364 * &drm_connector_helper_funcs try to detect all valid modes. Modes will first
366 * and the @maxX, @maxY parameters) and put into the normal modes list.
374 * 1. All modes currently on the connector's modes list are marked as stale
376 * 2. New modes are added to the connector's probed_modes list with
377 * drm_mode_probed_add(). New modes start their life with status as OK.
378 * Modes are added from a single source using the following priority order.
[all …]
/kernel/linux/linux-5.10/drivers/net/phy/
Dsfp-bus.c16 void (*modes)(const struct sfp_eeprom_id *id, unsigned long *modes); member
42 unsigned long *modes) in sfp_quirk_2500basex() argument
44 phylink_set(modes, 2500baseX_Full); in sfp_quirk_2500basex()
48 unsigned long *modes) in sfp_quirk_ubnt_uf_instant() argument
52 * modes and set only one mode which module supports: 1000baseX_Full. in sfp_quirk_ubnt_uf_instant()
54 phylink_zero(modes); in sfp_quirk_ubnt_uf_instant()
55 phylink_set(modes, 1000baseX_Full); in sfp_quirk_ubnt_uf_instant()
64 .modes = sfp_quirk_2500basex,
70 .modes = sfp_quirk_2500basex,
76 .modes = sfp_quirk_2500basex,
[all …]
/kernel/linux/linux-5.10/drivers/md/
Dmd-faulty.c14 * Possible failure modes are:
22 * Different modes can be active at a time, but only
44 #define Modes 6 macro
77 int period[Modes];
78 atomic_t counters[Modes];
80 int modes[MaxFault]; member
108 switch (conf->modes[i] * 2 + dir) { in check_sector()
113 conf->modes[i] = NoPersist; in check_sector()
131 case NoPersist: conf->modes[i] = mode; return; in add_sector()
133 if (conf->modes[i] == ReadPersistent || in add_sector()
[all …]
/kernel/linux/linux-4.19/drivers/net/phy/
Dsfp-bus.c14 void (*modes)(const struct sfp_eeprom_id *id, unsigned long *modes); member
41 unsigned long *modes) in sfp_quirk_2500basex() argument
43 phylink_set(modes, 2500baseX_Full); in sfp_quirk_2500basex()
52 .modes = sfp_quirk_2500basex,
58 .modes = sfp_quirk_2500basex,
64 .modes = sfp_quirk_2500basex,
181 * sfp_parse_support() - Parse the eeprom id for supported link modes
187 * ethtool link modes for the module.
193 __ETHTOOL_DECLARE_LINK_MODE_MASK(modes) = { 0, }; in sfp_parse_support()
218 phylink_set(modes, 10000baseSR_Full); in sfp_parse_support()
[all …]
/kernel/linux/linux-4.19/drivers/md/
Dmd-faulty.c23 * Possible failure modes are:
31 * Different modes can be active at a time, but only
53 #define Modes 6 macro
86 int period[Modes];
87 atomic_t counters[Modes];
89 int modes[MaxFault]; member
117 switch (conf->modes[i] * 2 + dir) { in check_sector()
122 conf->modes[i] = NoPersist; in check_sector()
140 case NoPersist: conf->modes[i] = mode; return; in add_sector()
142 if (conf->modes[i] == ReadPersistent || in add_sector()
[all …]
/kernel/linux/linux-5.10/include/linux/usb/
Dtypec_altmode.h19 * @vdo: VDO returned by Discover Modes USB PD command
86 TYPEC_STATE_MODAL, /* Alternate Modes */
90 * For the muxes there is no difference between Accessory Modes and Alternate
91 * Modes, so the Accessory Modes are supplied with specific modal state values
92 * here. Unlike with Alternate Modes, where the mux will be linked with the
93 * alternate mode device, the mux for Accessory Modes will be linked with the
97 * value for typec_set_mode() when accessory modes are supported.
100 * Alternate Modes. USB4 mode is however not entered with the Enter Mode Command
101 * like the Alternate Modes are, but instead with a special Enter_USB Message.
105 * The Enter_USB specific "USB Modes" are also supplied here as special modal
[all …]
/kernel/linux/linux-4.19/arch/x86/boot/
Dvideo.h22 * Aliases for standard modes
26 * Video modes numbered by menu position -- NOT RECOMMENDED because of lack
31 /* Standard BIOS video modes (BIOS number + 0x0100) */
34 /* VESA BIOS video modes (VESA number + 0x0200) */
37 /* Video7 special modes (BIOS number + 0x0900) */
40 /* Special video modes */
53 /* Video modes given by resolution */
76 struct mode_info *modes; member
77 int nmodes; /* Number of probed modes so far */
79 u16 xmode_first; /* Unprobed modes to try to call anyway */
/kernel/linux/linux-5.10/arch/x86/boot/
Dvideo.h20 * Aliases for standard modes
24 * Video modes numbered by menu position -- NOT RECOMMENDED because of lack
29 /* Standard BIOS video modes (BIOS number + 0x0100) */
32 /* VESA BIOS video modes (VESA number + 0x0200) */
35 /* Video7 special modes (BIOS number + 0x0900) */
38 /* Special video modes */
51 /* Video modes given by resolution */
74 struct mode_info *modes; member
75 int nmodes; /* Number of probed modes so far */
77 u16 xmode_first; /* Unprobed modes to try to call anyway */
/kernel/linux/linux-5.10/drivers/net/
Dmdio.c173 * @npage_adv: Modes currently advertised on next pages
174 * @npage_lpa: Modes advertised by link partner on next pages
249 /* All the other defined modes are flavours of optical */ in mdio45_ethtool_gset_npage()
275 u32 modes = 0; in mdio45_ethtool_gset_npage() local
286 modes = ecmd->advertising & ecmd->lp_advertising; in mdio45_ethtool_gset_npage()
288 if ((modes & ~ADVERTISED_Autoneg) == 0) in mdio45_ethtool_gset_npage()
289 modes = ecmd->advertising; in mdio45_ethtool_gset_npage()
291 if (modes & (ADVERTISED_10000baseT_Full | in mdio45_ethtool_gset_npage()
296 } else if (modes & (ADVERTISED_1000baseT_Full | in mdio45_ethtool_gset_npage()
300 ecmd->duplex = !(modes & ADVERTISED_1000baseT_Half); in mdio45_ethtool_gset_npage()
[all …]
/kernel/linux/linux-4.19/drivers/net/
Dmdio.c176 * @npage_adv: Modes currently advertised on next pages
177 * @npage_lpa: Modes advertised by link partner on next pages
252 /* All the other defined modes are flavours of optical */ in mdio45_ethtool_gset_npage()
278 u32 modes = 0; in mdio45_ethtool_gset_npage() local
289 modes = ecmd->advertising & ecmd->lp_advertising; in mdio45_ethtool_gset_npage()
291 if ((modes & ~ADVERTISED_Autoneg) == 0) in mdio45_ethtool_gset_npage()
292 modes = ecmd->advertising; in mdio45_ethtool_gset_npage()
294 if (modes & (ADVERTISED_10000baseT_Full | in mdio45_ethtool_gset_npage()
299 } else if (modes & (ADVERTISED_1000baseT_Full | in mdio45_ethtool_gset_npage()
303 ecmd->duplex = !(modes & ADVERTISED_1000baseT_Half); in mdio45_ethtool_gset_npage()
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/
Ddrm_probe_helper.c147 /* Only add a GTF mode if we find no matching probed modes */ in drm_helper_probe_add_cmdline_mode()
330 * drm_helper_probe_single_connector_modes - get complete set of display modes
332 * @maxX: max width for modes
333 * @maxY: max height for modes
336 * &drm_connector_helper_funcs try to detect all valid modes. Modes will first
338 * and the @maxX, @maxY parameters) and put into the normal modes list.
346 * 1. All modes currently on the connector's modes list are marked as stale
348 * 2. New modes are added to the connector's probed_modes list with
349 * drm_mode_probed_add(). New modes start their life with status as OK.
350 * Modes are added from a single source using the following priority order.
[all …]
/kernel/linux/linux-4.19/drivers/pinctrl/spear/
Dpinctrl-spear320.c25 /* modes */
493 .modes = EXTENDED_MODE,
572 .modes = AUTO_EXP_MODE | EXTENDED_MODE,
576 .modes = EXTENDED_MODE,
622 .modes = EXTENDED_MODE,
661 .modes = EXTENDED_MODE,
665 .modes = AUTO_EXP_MODE | EXTENDED_MODE,
669 .modes = EXTENDED_MODE,
715 .modes = EXTENDED_MODE,
756 .modes = AUTO_NET_SMII_MODE | AUTO_NET_MII_MODE | EXTENDED_MODE,
[all …]
Dpinctrl-spear3xx.c33 .modes = ~0,
66 .modes = ~0,
99 .modes = ~0,
132 .modes = ~0,
166 .modes = ~0,
199 .modes = ~0,
225 .modes = ~0,
251 .modes = ~0,
277 .modes = ~0,
303 .modes = ~0,
[all …]
/kernel/linux/linux-5.10/drivers/pinctrl/spear/
Dpinctrl-spear320.c25 /* modes */
493 .modes = EXTENDED_MODE,
572 .modes = AUTO_EXP_MODE | EXTENDED_MODE,
576 .modes = EXTENDED_MODE,
622 .modes = EXTENDED_MODE,
661 .modes = EXTENDED_MODE,
665 .modes = AUTO_EXP_MODE | EXTENDED_MODE,
669 .modes = EXTENDED_MODE,
715 .modes = EXTENDED_MODE,
756 .modes = AUTO_NET_SMII_MODE | AUTO_NET_MII_MODE | EXTENDED_MODE,
[all …]
Dpinctrl-spear3xx.c33 .modes = ~0,
66 .modes = ~0,
99 .modes = ~0,
132 .modes = ~0,
166 .modes = ~0,
199 .modes = ~0,
225 .modes = ~0,
251 .modes = ~0,
277 .modes = ~0,
303 .modes = ~0,
[all …]
/kernel/linux/linux-5.10/arch/powerpc/platforms/pasemi/
Didle.c25 static struct sleep_mode modes[] = { variable
36 * all modes. in pasemi_system_reset_exception()
68 pr_warn("No cpufreq driver, powersavings modes disabled\n"); in pasemi_idle_init()
73 ppc_md.power_save = modes[current_mode].entry; in pasemi_idle_init()
74 pr_info("Using PA6T idle loop (%s)\n", modes[current_mode].name); in pasemi_idle_init()
83 for (i = 0; i < ARRAY_SIZE(modes); i++) { in idle_param()
84 if (!strcmp(modes[i].name, p)) { in idle_param()
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/regulator/
Dmt6360-regulator.yaml51 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
60 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
69 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
77 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
85 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
93 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
101 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
109 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
/kernel/linux/linux-5.10/drivers/media/i2c/
Dmax2175.h31 /* EU modes */
36 * Other possible modes to add in future
47 /* NA modes */
52 * Other possible modes to add in future
60 /* Supported I2S modes */
82 /* Channel FSM modes */
/kernel/linux/linux-4.19/drivers/media/i2c/
Dmax2175.h39 /* EU modes */
44 * Other possible modes to add in future
55 /* NA modes */
60 * Other possible modes to add in future
68 /* Supported I2S modes */
90 /* Channel FSM modes */
/kernel/linux/linux-4.19/arch/powerpc/platforms/pasemi/
Didle.c38 static struct sleep_mode modes[] = { variable
49 * all modes. in pasemi_system_reset_exception()
81 pr_warn("No cpufreq driver, powersavings modes disabled\n"); in pasemi_idle_init()
86 ppc_md.power_save = modes[current_mode].entry; in pasemi_idle_init()
87 pr_info("Using PA6T idle loop (%s)\n", modes[current_mode].name); in pasemi_idle_init()
96 for (i = 0; i < ARRAY_SIZE(modes); i++) { in idle_param()
97 if (!strcmp(modes[i].name, p)) { in idle_param()

12345678910>>...160