Home
last modified time | relevance | path

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

12345678910>>...102

/Linux-v5.15/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 …]
/Linux-v5.15/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 …]
/Linux-v5.15/drivers/gpu/drm/
Ddrm_client_modeset.c123 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_get_tiled_mode()
136 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_fallback_non_tiled_mode()
150 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_has_preferred_mode()
171 /* attempt to find a matching mode in the list of modes in drm_connector_pick_cmdline_mode()
179 list_for_each_entry(mode, &connector->modes, head) { in drm_connector_pick_cmdline_mode()
212 list_add(&mode->head, &connector->modes); in drm_connector_pick_cmdline_mode()
259 struct drm_display_mode **modes, in drm_client_target_cloned() argument
286 modes[i] = drm_connector_pick_cmdline_mode(connectors[i]); in drm_client_target_cloned()
287 if (!modes[i]) { in drm_client_target_cloned()
294 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 …]
/Linux-v5.15/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 …]
/Linux-v5.15/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 …]
/Linux-v5.15/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 …]
/Linux-v5.15/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 …]
/Linux-v5.15/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 */
/Linux-v5.15/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 …]
Dpinctrl-spear300.c24 /* modes */
171 .modes = NAND_MODE | NOR_MODE | PHOTO_FRAME_MODE |
198 .modes = NAND_MODE | NOR_MODE | PHOTO_FRAME_MODE |
233 .modes = HEND_IP_PHONE_MODE | HEND_WIFI_PHONE_MODE |
260 .modes = PHOTO_FRAME_MODE,
294 .modes = PHOTO_FRAME_MODE | LEND_IP_PHONE_MODE |
331 .modes = LEND_IP_PHONE_MODE | HEND_IP_PHONE_MODE |
367 .modes = CAML_LCDW_MODE | CAML_LCD_MODE,
393 .modes = CAMU_LCD_MODE | CAMU_WLCD_MODE,
426 .modes = ATA_PABX_I2S_MODE | CAML_LCDW_MODE | CAMU_LCD_MODE
[all …]
/Linux-v5.15/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
/Linux-v5.15/arch/powerpc/platforms/pasemi/
Didle.c25 static struct sleep_mode modes[] = { variable
36 * all modes. in pasemi_system_reset_exception()
69 pr_warn("No cpufreq driver, powersavings modes disabled\n"); in pasemi_idle_init()
74 ppc_md.power_save = modes[current_mode].entry; in pasemi_idle_init()
75 pr_info("Using PA6T idle loop (%s)\n", modes[current_mode].name); in pasemi_idle_init()
84 for (i = 0; i < ARRAY_SIZE(modes); i++) { in idle_param()
85 if (!strcmp(modes[i].name, p)) { in idle_param()
/Linux-v5.15/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 */
/Linux-v5.15/tools/testing/selftests/timers/
Dadjtick.c120 tx1.modes = ADJ_TICK; in check_tick_adj()
121 tx1.modes |= ADJ_OFFSET; in check_tick_adj()
122 tx1.modes |= ADJ_FREQUENCY; in check_tick_adj()
123 tx1.modes |= ADJ_STATUS; in check_tick_adj()
141 tx1.modes = 0; in check_tick_adj()
197 tx1.modes = ADJ_TICK; in main()
198 tx1.modes |= ADJ_OFFSET; in main()
199 tx1.modes |= ADJ_FREQUENCY; in main()
Dvalid-adjtimex.c55 tx.modes = ADJ_STATUS; in clear_time_state()
128 tx.modes = ADJ_FREQUENCY; in validate_freq()
139 tx.modes = 0; in validate_freq()
147 tx.modes = ADJ_FREQUENCY; in validate_freq()
158 tx.modes = 0; in validate_freq()
172 tx.modes = ADJ_FREQUENCY; in validate_freq()
188 tx.modes = ADJ_FREQUENCY; in validate_freq()
201 tmx.modes = ADJ_SETOFFSET; in set_offset()
203 tmx.modes |= ADJ_NANO; in set_offset()
236 tmx.modes = ADJ_SETOFFSET; in set_bad_offset()
[all …]
/Linux-v5.15/Documentation/hwmon/
Df71882fg.rst126 three different modes (one manual, two automatic).
153 There are 2 modes to specify the speed of the fan, PWM duty cycle (or DC
158 Since both modes work in a 0-100% (mapped to 0-255) scale, there isn't a
166 Switching between these modes requires re-initializing a whole bunch of
170 Three different fan control modes are supported; the mode number is written
171 to the pwm#_enable file. Note that not all modes are supported on all
172 chips, and some modes may only be available in RPM / PWM mode.
191 All of the automatic modes require that pwm1 corresponds to fan1, pwm2 to
/Linux-v5.15/drivers/gpu/drm/panel/
Dpanel-simple.c49 * @modes: Pointer to array of fixed modes appropriate for this panel.
55 const struct drm_display_mode *modes; member
57 /** @num_modes: Number of elements in modes array. */
63 * NOTE: cannot be used with "modes" and also these will be used to
246 const struct drm_display_mode *m = &panel->desc->modes[i]; in panel_simple_get_display_modes()
296 * Only add fixed modes if timings/override added no mode. in panel_simple_get_non_edid_modes()
533 /* add hard-coded panel modes */ in panel_simple_get_modes()
862 .modes = &ampire_am_1280800n3tzqw_t00h_mode,
888 .modes = &ampire_am_480272h3tmqw_t01h_mode,
912 .modes = &ampire_am800480r3tmqwa1h_mode,
[all …]
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-typec6 for entering/exiting the mode. Entering/exiting modes is
26 The index number of the mode returned by Discover Modes USB
30 With some alternate modes (SVIDs), the mode index is assigned
34 With other alternate modes, the mode index values are not
50 Shows the VDO in hexadecimal returned by Discover Modes command
/Linux-v5.15/include/uapi/mtd/
Dmtd-abi.h50 * MTD operation modes
58 * These modes can be passed to ioctl(MEMWRITE) and are also used internally.
59 * See notes on "MTD file modes" for discussion on %MTD_OPS_RAW vs.
76 * @mode: MTD mode (see "MTD operation modes")
80 * writes in various modes. To write to OOB-only, set @usr_data == NULL, and to
116 /* Obsolete ECC byte placement modes (used with obsolete MEMGETOOBSEL) */
174 /* Get info about OOB modes (e.g., RAW, PLACE, AUTO) - legacy interface */
192 /* Set MTD mode on a per-file-descriptor basis (see "MTD file modes") */
204 * modes (see "struct mtd_write_req"). This ioctl is not supported for flashes
260 * MTD file modes - for read/write access to MTD
[all …]
/Linux-v5.15/arch/arm/mach-pxa/
Dam200epd.c88 .modes = &am200_fb_mode_6inch,
150 if ((info->var.xres != am200_fb_info.modes->xres) in am200_share_video_mem()
151 || (info->var.yres != am200_fb_info.modes->yres)) in am200_share_video_mem()
207 am200_fb_info.modes = &am200_fb_mode_6inch; in am200_presetup_fb()
210 am200_fb_info.modes = &am200_fb_mode_8inch; in am200_presetup_fb()
213 am200_fb_info.modes = &am200_fb_mode_9inch7; in am200_presetup_fb()
218 am200_fb_info.modes = &am200_fb_mode_6inch; in am200_presetup_fb()
228 fw = am200_fb_info.modes->xres; in am200_presetup_fb()
229 fh = am200_fb_info.modes->yres; in am200_presetup_fb()
247 am200_fb_info.modes->yres = DIV_ROUND_UP(totalsize, fw); in am200_presetup_fb()
[all …]
/Linux-v5.15/Documentation/ABI/obsolete/
Dsysfs-class-typec17 is the actual index to the mode VDO returned by Discover Modes
31 Shows the VDO in hexadecimal returned by Discover Modes command
40 with the port alternate modes it can be used for disabling
41 support for specific alternate modes. Entering/exiting modes is
/Linux-v5.15/arch/arm/boot/dts/
Dst-pincfg.h48 * R0, R1, R0D, R1D modes
53 * RIV0, RIV1, RIV0D, RIV1D modes
58 * R0E, R1E, R0ED, R1ED modes
63 * CIV0, CIV1 modes with inverted clock
68 * CLK0, CLK1 modes with non-inverted clock
/Linux-v5.15/Documentation/fb/
Darkfb.rst19 * 4 bpp pseudocolor modes (with 18bit palette, two variants)
21 * 16 bpp truecolor modes (RGB 555 and RGB 565)
36 There are two 4 bpp modes. First mode (selected if nonstd == 0) is mode with
38 with interleaved planes (1 byte interleave), MSB first. Both modes support
54 * support for fontwidths != 8 in 4 bpp modes

12345678910>>...102