/openbmc/intel-ipmi-oem/src/ |
H A D | allowlist-filter.cpp | 48 static constexpr RestrictionMode::Modes restrictionModeAllowAll = 49 RestrictionMode::Modes::Provisioning; 50 static constexpr RestrictionMode::Modes restrictionModeRestricted = 51 RestrictionMode::Modes::ProvisionedHostAllowlist; 52 static constexpr RestrictionMode::Modes restrictionModeDenyAll = 53 RestrictionMode::Modes::ProvisionedHostDisabled; 55 RestrictionMode::Modes restrictionMode = restrictionModeRestricted; 431 case RestrictionMode::Modes::None: in filterMessage()
|
H A D | oemcommands.cpp | 3023 static_cast<securityNameSpace::RestrictionMode::Modes>(restrictionMode); in ipmiSetSecurityMode() 3025 if ((reqMode < securityNameSpace::RestrictionMode::Modes::Provisioning) || in ipmiSetSecurityMode() 3027 securityNameSpace::RestrictionMode::Modes::ProvisionedHostDisabled)) in ipmiSetSecurityMode() 3095 static_cast<securityNameSpace::SpecialMode::Modes>( in ipmiSetSecurityMode() 3439 std::map<IpmiValue, Mode::Modes> modeIpmiToDbus = { 3440 {0x06, Mode::Modes::Setup}, {ipmiDefault, Mode::Modes::Regular}}; 3449 std::map<Mode::Modes, IpmiValue> modeDbusToIpmi = { 3450 {Mode::Modes::Setup, 0x06}, {Mode::Modes::Regular, ipmiDefault}};
|
/openbmc/linux/drivers/md/ |
H A D | md-faulty.c | 44 #define Modes 6 macro 77 int period[Modes]; 78 atomic_t counters[Modes]; 270 for (i=0 ; i < Modes ; i++) { in faulty_reshape() 274 } else if (mode < Modes) { in faulty_reshape() 309 for (i=0; i<Modes; i++) { in faulty_run()
|
/openbmc/phosphor-host-ipmid/ |
H A D | whitelist-filter.cpp | 116 (restrictionMode == RestrictionMode::Modes::Allowlist); in cacheRestrictedMode() 155 RestrictionMode::Modes restrictionMode = in handleRestrictedModeChange() 159 (restrictionMode == RestrictionMode::Modes::Allowlist); in handleRestrictedModeChange()
|
H A D | chassishandler.cpp | 1515 std::map<IpmiValue, Mode::Modes> modeIpmiToDbus = { 1517 {0x03, Mode::Modes::Safe}, 1519 {0x06, Mode::Modes::Setup}, 1520 {ipmiDefault, Mode::Modes::Regular}}; 1532 std::map<Mode::Modes, IpmiValue> modeDbusToIpmi = { 1534 {Mode::Modes::Safe, 0x03}, 1536 {Mode::Modes::Setup, 0x06}, 1537 {Mode::Modes::Regular, ipmiDefault}}; 1598 static ipmi::Cc getBootMode(ipmi::Context::ptr& ctx, Mode::Modes& mode) in getBootMode() 1624 static ipmi::Cc setBootMode(ipmi::Context::ptr& ctx, const Mode::Modes [all...] |
/openbmc/linux/arch/mips/sgi-ip27/ |
H A D | Kconfig | 11 in either N-Modes which allows for more nodes or M-Mode which allows 19 in either N-Modes which allows for more nodes or M-Mode which allows
|
/openbmc/phosphor-settingsd/ |
H A D | README-settings-manager.md | 33 BootMode: Mode::Modes::Regular 38 BootMode: Mode::Modes::Safe
|
/openbmc/openbmc-test-automation/redfish/systems/ |
H A D | test_alternate_fan_settings.robot | 54 Verify Supported Fan Thermal Modes Available 64 Verify Supported Fan Thermal Modes Switch At Standby 76 Verify Supported Fan Thermal Modes Switch At Runtime
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-typec | 26 The index number of the mode returned by Discover Modes USB 50 Shows the VDO in hexadecimal returned by Discover Modes command
|
H A D | sysfs-bus-i3c | 84 by space. Modes can be "hdr-ddr", "hdr-tsp" and "hdr-tsl". 138 by space. Modes can be "hdr-ddr", "hdr-tsp" and "hdr-tsl".
|
/openbmc/linux/Documentation/ABI/obsolete/ |
H A D | sysfs-class-typec | 17 is the actual index to the mode VDO returned by Discover Modes 31 Shows the VDO in hexadecimal returned by Discover Modes command
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86-64/ |
H A D | xorg.conf | 25 Modes "640x480"
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemux86/ |
H A D | xorg.conf | 25 Modes "640x480"
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuarm/ |
H A D | xorg.conf | 30 Modes "640x480"
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemuppc/ |
H A D | xorg.conf | 30 Modes "640x480"
|
/openbmc/openbmc/poky/meta/recipes-graphics/xorg-xserver/xserver-xf86-config/qemush4/ |
H A D | xorg.conf | 30 Modes "640x480"
|
/openbmc/linux/drivers/usb/typec/ |
H A D | Kconfig | 12 Accessory Modes - Analog Audio and Debug - and if USB Power Delivery 13 is supported, the Alternate Modes, where the connector is used for 21 Modes when they are supported. USB Power Delivery does not depend on
|
/openbmc/linux/Documentation/driver-api/usb/ |
H A D | typec.rst | 46 If the port, partner or cable plug supports Alternate Modes, every supported 142 Alternate Modes 145 USB Type-C ports, partners and cable plugs may support Alternate Modes. Each 151 Ports that support Alternate Modes need to register each SVID they support with 191 Alternate or Accessory Modes are supported, another switch is needed that can
|
/openbmc/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/qe/ |
H A D | firmware.txt | 13 - extended-modes: The Extended Modes bitfield, taken from the
|
/openbmc/linux/arch/arm/mm/ |
H A D | proc-v7.S | 237 mrc p15, 1, r7, c15, c2, 0 @ save CP15 - Aux Func Modes Ctrl 0 238 mrc p15, 1, r8, c15, c1, 2 @ save CP15 - Aux Debug Modes Ctrl 2 239 mrc p15, 1, r9, c15, c1, 1 @ save CP15 - Aux Debug Modes Ctrl 1 249 mcr p15, 1, r7, c15, c2, 0 @ restore CP15 - Aux Func Modes Ctrl 0 250 mcr p15, 1, r8, c15, c1, 2 @ restore CP15 - Aux Debug Modes Ctrl 2 251 mcr p15, 1, r9, c15, c1, 1 @ restore CP15 - Aux Debug Modes Ctrl 1
|
/openbmc/linux/Documentation/gpu/ |
H A D | vga-switcheroo.rst | 10 Modes of Use
|
/openbmc/linux/Documentation/usb/ |
H A D | misc_usbsevseg.rst | 15 Device Modes
|
/openbmc/linux/drivers/usb/typec/mux/ |
H A D | Kconfig | 37 switches used with USB Type-C Alternate Modes.
|
/openbmc/linux/Documentation/filesystems/ |
H A D | fuse-io.rst | 4 Fuse I/O Modes
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | intel-pmc-mux.rst | 20 configure the cable plug orientation and mode (with Alternate Modes). The driver
|