Home
last modified time | relevance | path

Searched refs:modes (Results 76 – 100 of 1342) sorted by relevance

12345678910>>...54

/openbmc/linux/drivers/net/phy/
H A Dsfp.h12 void (*modes)(const struct sfp_eeprom_id *id, unsigned long *modes, member
/openbmc/linux/drivers/platform/x86/
H A Dmsi-ec.h61 struct msi_ec_mode modes[5]; // fixed size for easier hard coding member
71 struct msi_ec_mode modes[5]; // fixed size for easier hard coding member
/openbmc/linux/Documentation/userspace-api/media/drivers/
H A Dmax2175.rst43 list below shows the supported modes with a brief description.
50 * - ``"Europe modes"``
58 * - ``"North America modes"``
/openbmc/linux/Documentation/devicetree/bindings/ata/
H A Dfaraday,ftide010.yaml15 platform. The controller can do PIO modes 0 through 4, Multi-word DMA
16 (MWDM) modes 0 through 2 and Ultra DMA modes 0 through 6.
/openbmc/linux/Documentation/driver-api/usb/
H A Dtypec_bus.rst8 Alternate modes require communication with the partner using Vendor Defined
14 modes by using the SVID and the mode number.
18 supports. The drivers for the alternate modes are bound to the partner alternate
44 enter any modes on their own.
81 Cable plug alternate modes
88 plug alternate modes using :c:func:`typec_altmode_get_plug()`, and take over
/openbmc/linux/Documentation/devicetree/bindings/regulator/
H A Dmediatek,mt6331-regulator.yaml97 regulator-allowed-modes = <0 1>;
105 regulator-allowed-modes = <0 1>;
113 regulator-allowed-modes = <0 1>;
121 regulator-allowed-modes = <0 1>;
129 regulator-allowed-modes = <0 1>;
137 regulator-allowed-modes = <0 1>;
H A Dsamsung,s5m8767.yaml36 Describes the different operating modes of the LDO's with power mode
60 Describes the different operating modes of the regulator with power
85 Describes the different operating modes of the regulator with power
H A Dmt6315-regulator.yaml59 regulator-allowed-modes = <0 1 2>;
67 regulator-allowed-modes = <0 1 2>;
/openbmc/linux/drivers/gpu/drm/panel/
H A Dpanel-orisetech-otm8009a.c76 static const struct drm_display_mode modes[] = { variable
358 unsigned int num_modes = ARRAY_SIZE(modes); in otm8009a_get_modes()
362 mode = drm_mode_duplicate(connector->dev, &modes[i]); in otm8009a_get_modes()
365 modes[i].hdisplay, in otm8009a_get_modes()
366 modes[i].vdisplay, in otm8009a_get_modes()
367 drm_mode_vrefresh(&modes[i])); in otm8009a_get_modes()
/openbmc/linux/Documentation/gpu/
H A Dxen-front.rst9 Driver modes of operation in terms of display buffers used
13 :doc: Driver modes of operation in terms of display buffers used
/openbmc/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-kirkwood.c393 .modes = mv88f6xxx_mpp_modes,
403 .modes = mv88f6xxx_mpp_modes,
413 .modes = mv88f6xxx_mpp_modes,
423 .modes = mv88f6xxx_mpp_modes,
433 .modes = mv88f6xxx_mpp_modes,
443 .modes = mv88f6xxx_mpp_modes,
453 .modes = mv88f6xxx_mpp_modes,
/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_mixer.c1082 } modes[] = { in mixer_mode_fixup() local
1098 for (i = 0; i < ARRAY_SIZE(modes); ++i) in mixer_mode_fixup()
1099 if (width <= modes[i].hdisplay && height <= modes[i].vdisplay) { in mixer_mode_fixup()
1100 ctx->scan_value = modes[i].scan_val; in mixer_mode_fixup()
1101 if (width < modes[i].hdisplay || in mixer_mode_fixup()
1102 height < modes[i].vdisplay) { in mixer_mode_fixup()
1103 adjusted_mode->hdisplay = modes[i].hdisplay; in mixer_mode_fixup()
1105 adjusted_mode->hsync_end = modes[i].htotal; in mixer_mode_fixup()
1106 adjusted_mode->htotal = modes[i].htotal; in mixer_mode_fixup()
1109 adjusted_mode->vsync_end = modes[i].vtotal; in mixer_mode_fixup()
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-typec6 for entering/exiting the mode. Entering/exiting modes is
30 With some alternate modes (SVIDs), the mode index is assigned
34 With other alternate modes, the mode index values are not
/openbmc/linux/Documentation/ABI/obsolete/
H A Dsysfs-class-typec40 with the port alternate modes it can be used for disabling
41 support for specific alternate modes. Entering/exiting modes is
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_alternate_fan_settings.robot55 [Documentation] Check supported fan thermal modes are valid mode values.
65 [Documentation] Check that supported modes are set successfully at standby.
77 [Documentation] Check that supported modes are set successfully at runtime.
89 [Documentation] Check that supported modes remain set at runtime.
/openbmc/linux/drivers/video/fbdev/via/
H A Dviamode.c340 const struct fb_videomode *modes, int n, in get_best_mode() argument
347 if (modes[i].xres != hres || modes[i].yres != vres) in get_best_mode()
350 if (!best || abs(modes[i].refresh - refresh) < in get_best_mode()
352 best = &modes[i]; in get_best_mode()
/openbmc/u-boot/cmd/
H A Dregulator.c144 struct dm_regulator_mode *modes; in do_info() local
173 mode_count = regulator_mode(dev, &modes); in do_info()
176 for (i = 0; i < mode_count; i++, modes++) in do_info()
177 constraint(" - mode id:", modes->id, modes->name); in do_info()
/openbmc/linux/include/uapi/linux/
H A Dtimex.h66 unsigned int modes; /* mode selector */ member
103 unsigned int modes; /* mode selector */ member
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/
H A Dfirmware.txt13 - extended-modes: The Extended Modes bitfield, taken from the
22 extended-modes = <0 0>;
/openbmc/linux/drivers/ptp/
H A Dptp_clock.c114 if (tx->modes & ADJ_SETOFFSET) { in ptp_clock_adjtime()
122 if (!(tx->modes & ADJ_NANO)) in ptp_clock_adjtime()
131 } else if (tx->modes & ADJ_FREQUENCY) { in ptp_clock_adjtime()
137 } else if (tx->modes & ADJ_OFFSET) { in ptp_clock_adjtime()
142 if (!(tx->modes & ADJ_NANO)) in ptp_clock_adjtime()
150 } else if (tx->modes == 0) { in ptp_clock_adjtime()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_probe_helper.c460 list_for_each_entry(mode, &connector->modes, head) { in __drm_helper_update_and_validate()
581 list_for_each_entry(mode, &connector->modes, head) in drm_helper_probe_single_connector_modes()
643 drm_mode_prune_invalid(dev, &connector->modes, false); in drm_helper_probe_single_connector_modes()
670 drm_mode_prune_invalid(dev, &connector->modes, true); in drm_helper_probe_single_connector_modes()
679 if (list_empty(&connector->modes) && in drm_helper_probe_single_connector_modes()
687 drm_mode_prune_invalid(dev, &connector->modes, true); in drm_helper_probe_single_connector_modes()
694 if (list_empty(&connector->modes)) in drm_helper_probe_single_connector_modes()
697 drm_mode_sort(&connector->modes); in drm_helper_probe_single_connector_modes()
701 list_for_each_entry(mode, &connector->modes, head) { in drm_helper_probe_single_connector_modes()
/openbmc/linux/Documentation/arch/arm64/
H A Dmemory-tagging-extension.rst82 The user can select the above modes, per thread, using the
92 If no modes are specified, tag check faults are ignored. If a single
94 modes are specified, the mode is selected as described in the "Per-CPU
95 preferred tag checking modes" section below.
99 multiple modes were requested then all will be reported.
136 On some CPUs the performance of MTE in stricter tag checking modes
137 is similar to that of less strict tag checking modes. This makes it
153 modes are requested then asymmetric mode may also be selected by the
156 one of the modes in the task's mode will be selected by the kernel
163 Note that there is no way for userspace to request multiple modes and
[all …]
/openbmc/linux/Documentation/dev-tools/
H A Dkasan.rst10 KASAN has three modes:
34 The Generic and the Software Tag-Based modes are commonly referred to as the
35 software modes. The Software Tag-Based and the Hardware Tag-Based modes are
36 referred to as the tag-based modes.
45 and loongarch, and the tag-based KASAN modes are supported only on arm64.
75 For slab, both software KASAN modes support SLUB and SLAB allocators, while
89 For the software modes, also choose between ``CONFIG_KASAN_OUTLINE`` and
117 Software and Hardware Tag-Based KASAN modes (see the section about various
118 modes below) support altering stack trace collection behavior:
381 The contents of this section are only applicable to software KASAN modes.
[all …]
/openbmc/linux/Documentation/filesystems/
H A Dfuse-io.rst7 Fuse supports the following I/O modes:
22 after any writes to the file. All mmap modes are supported.
24 The cached mode has two sub modes controlling how writes are handled. The
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Control/Power/
H A DMode.interface.yaml30 A const property describing all the allowed power modes. Some systems
31 may not support all modes, so this property can be filled in with only
32 the supported modes. If empty, then any of the PowerMode values can be

12345678910>>...54