/openbmc/bmcweb/test/redfish-core/lib/ |
H A D | system_test.cpp | 49 nlohmann::json::array_t allowed; in TEST() local 52 allowed.emplace_back(resource::ResetType::Nmi); in TEST() 53 allowed.emplace_back(resource::ResetType::On); in TEST() 54 allowed.emplace_back(resource::ResetType::ForceOn); in TEST() 58 parameter["AllowableValues"] = std::move(allowed); in TEST() 82 nlohmann::json::array_t allowed; in TEST() local 85 allowed.emplace_back(resource::ResetType::Nmi); in TEST() 86 allowed.emplace_back(resource::ResetType::On); in TEST() 115 nlohmann::json::array_t allowed; in TEST() local 118 allowed.emplace_back(resource::ResetType::Nmi); in TEST() [all …]
|
/openbmc/dbus-sensors/src/ |
H A D | meson.build | 75 if get_option('intel-cpu').allowed() 80 if get_option('adc').allowed() 84 if get_option('exit-air').allowed() 88 if get_option('fan').allowed() 100 if get_option('ipmb').allowed() 104 if get_option('mctp').allowed() 108 if get_option('mcu').allowed() 112 if get_option('nvme').allowed() 116 if get_option('psu').allowed() 120 if get_option('external').allowed() [all …]
|
/openbmc/linux/drivers/power/supply/ |
H A D | 88pm860x_charger.c | 109 unsigned allowed:1; member 409 info->allowed = 1; in pm860x_charger_handler() 412 info->allowed = 0; in pm860x_charger_handler() 444 info->allowed = 0; in pm860x_temp_handler() 446 info->allowed = 1; in pm860x_temp_handler() 461 info->allowed = 0; in pm860x_exception_handler() 480 info->allowed = 1; in pm860x_done_handler() 488 info->allowed = 0; in pm860x_done_handler() 530 info->allowed = 1; in pm860x_vbattery_handler() 532 info->allowed = 0; in pm860x_vbattery_handler() [all …]
|
/openbmc/phosphor-fan-presence/ |
H A D | meson.build | 57 if(get_option('tests').allowed()) 74 not get_option('tests').allowed(), 104 if get_option('json-config').allowed() and get_option('json-control').allowed() 119 if get_option('json-config').allowed() 135 if get_option('use-host-power-state').allowed() 139 if get_option('skip-power-checking').allowed() 159 if get_option('control-service').allowed() 168 if get_option('monitor-service').allowed() 171 if not get_option('json-config').allowed() 177 if get_option('cooling-type-service').allowed() [all …]
|
/openbmc/smbios-mdr/src/ |
H A D | meson.build | 2 if get_option('dimm-dbus').allowed() 6 if get_option('assoc-trim-path').allowed() 10 if get_option('dimm-only-locator').allowed() 34 if get_option('cpuinfo').allowed() 42 if get_option('cpuinfo-peci').allowed() 68 if get_option('smbios-ipmi-blob').allowed()
|
/openbmc/qemu/block/ |
H A D | meson.build | 47 if get_option('qcow1').allowed() 50 if get_option('vdi').allowed() 53 if get_option('vhdx').allowed() 60 if get_option('vmdk').allowed() 63 if get_option('vpc').allowed() 66 if get_option('cloop').allowed() 69 if get_option('bochs').allowed() 72 if get_option('vvfat').allowed() 75 if get_option('dmg').allowed() 78 if get_option('qed').allowed() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/regulator/ |
H A D | mt6360-regulator.yaml | 52 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 60 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 68 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 75 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 82 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 89 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 96 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 103 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
|
H A D | richtek,rtq2208.yaml | 16 Bucks support "regulator-allowed-modes" and "regulator-mode". The former defines the permitted 63 regulator-allowed-modes: 102 regulator-allowed-modes = <0 1>; 112 regulator-allowed-modes = <0 1>; 122 regulator-allowed-modes = <0 1>; 132 regulator-allowed-modes = <0 1>; 142 regulator-allowed-modes = <0 1>; 152 regulator-allowed-modes = <0 1>; 162 regulator-allowed-modes = <0 1>; 172 regulator-allowed-modes = <0 1>;
|
H A D | active-semi,act8945a.yaml | 145 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_FIXED>, 163 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_FIXED>, 177 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_FIXED>, 191 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>, 205 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>, 219 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>, 233 regulator-allowed-modes = <ACT8945A_REGULATOR_MODE_NORMAL>,
|
/openbmc/phosphor-settingsd/ |
H A D | settings.yaml | 18 allowed: ["Network", "Disk", "Safe", "CDROM", "Setup", "Default"] 29 allowed: ["ALWAYS_POWER_ON", "RESTORE_LAST_STATE", "LEAVE_OFF"] 42 allowed: ["ONETIME", "PERMANENT"] 54 allowed: ["NTP", "MANUAL"] 60 allowed: ["yes", "no"] 66 allowed: ["yes", "no"]
|
/openbmc/qemu/authz/ |
H A D | base.c | 31 bool allowed; in qauthz_is_allowed() local 33 allowed = cls->is_allowed(authz, identity, errp); in qauthz_is_allowed() 34 trace_qauthz_is_allowed(authz, identity, allowed); in qauthz_is_allowed() 36 return allowed; in qauthz_is_allowed()
|
/openbmc/x86-power-control/ |
H A D | meson.build | 26 if get_option('chassis-system-reset').allowed() 29 if get_option('use-plt-rst').allowed() 32 if get_option('use-acboot').allowed() 35 if get_option('ignore-soft-resets-during-post').allowed() 38 if get_option('button-passthrough').allowed()
|
/openbmc/pldm/ |
H A D | meson.build | 46 if get_option('libpldmresponder').allowed() 77 if get_option('softoff').allowed() 87 if get_option('oem-ibm').allowed() 165 if get_option('tests').allowed() 181 not get_option('tests').allowed(), 236 if get_option('libpldmresponder').allowed() 266 if get_option('systemd').allowed() 277 if get_option('oem-ibm').allowed() 286 if get_option('utilities').allowed() 290 if get_option('softoff').allowed() [all …]
|
/openbmc/phosphor-led-manager/ |
H A D | meson.build | 23 conf_data.set('LED_USE_JSON', get_option('use-json').allowed()) 24 conf_data.set('USE_LAMP_TEST', get_option('use-lamp-test').allowed()) 25 conf_data.set('MONITOR_OPERATIONAL_STATUS', get_option('monitor-operational-status').allowed()) 26 conf_data.set('PERSISTENT_LED_ASSERTED', get_option('persistent-led-asserted').allowed()) 84 if get_option('tests').allowed()
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A D | mediatek,mt6360.yaml | 150 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 158 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 166 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 173 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 180 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 187 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 194 regulator-allowed-modes = <MT6360_OPMODE_NORMAL 201 regulator-allowed-modes = <MT6360_OPMODE_NORMAL
|
H A D | richtek,rt5120.yaml | 74 regulator-allowed-modes: 76 Used to specify the allowed buck converter operating mode 137 regulator-allowed-modes = <0 1>; 144 regulator-allowed-modes = <0 1>; 151 regulator-allowed-modes = <0 1>; 158 regulator-allowed-modes = <0 1>;
|
/openbmc/linux/security/selinux/ |
H A D | avc.c | 221 if (xpd && xpd->allowed) in avc_xperms_allow_perm() 230 if (xpd->allowed) in avc_xperms_decision_free() 259 memcpy(dest->allowed->p, src->allowed->p, in avc_copy_xperms_decision() 260 sizeof(src->allowed->p)); in avc_copy_xperms_decision() 285 dest->allowed->p[i] = src->allowed->p[i]; in avc_quick_copy_xperms_decision() 307 if (!xpd->allowed) in avc_xperms_decision_alloc() 889 node->ae.avd.allowed |= perms; in avc_update_node() 895 node->ae.avd.allowed &= ~perms; in avc_update_node() 1054 local_xpd.allowed = &allowed; in avc_has_extended_perms() 1065 avd.allowed &= ~requested; in avc_has_extended_perms() [all …]
|
/openbmc/phosphor-bmc-code-mgmt/ |
H A D | meson.build | 69 conf.set('HOST_BIOS_UPGRADE', get_option('host-bios-upgrade').allowed()) 74 conf.set('ACTIVE_BMC_MAX_ALLOWED', get_option('active-bmc-max-allowed')) 93 if get_option('host-bios-upgrade').allowed() 97 if get_option('bmc-static-dual-image').allowed() 203 if get_option('host-bios-upgrade').allowed() 207 if get_option('bmc-static-dual-image').allowed() 215 if get_option('sync-bmc-files').allowed() 235 if (get_option('verify-signature').allowed()) 255 if get_option('software-update-dbus-interface').allowed() 344 if get_option('usb-code-update').allowed() [all …]
|
/openbmc/u-boot/doc/device-tree-bindings/regulator/ |
H A D | sandbox.txt | 22 - regulator-min-microvolt: minimum allowed Voltage to set 23 - regulator-max-microvolt: minimum allowed Voltage to set 24 - regulator-min-microamps: minimum allowed Current limit to set (LDO1/BUCK1) 25 - regulator-max-microamps: minimum allowed Current limit to set (LDO1/BUCK1)
|
/openbmc/linux/Documentation/hwmon/ |
H A D | ltc2992.rst | 37 inX_min Minimum voltage allowed. 38 inX_max Maximum voltage allowed. 45 currX_min Minimum current allowed. 46 currX_max Maximum current allowed.
|
/openbmc/linux/tools/testing/selftests/wireguard/ |
H A D | netns.sh | 105 allowed-ips 192.168.241.2/32,fd00::2/128 111 allowed-ips 192.168.241.1/32,fd00::1/128 225 n1 wg set wg0 peer "$pub2" allowed-ips 192.168.241.0/24 233 n1 wg set wg0 peer "$more_specific_key" allowed-ips 192.168.241.2/32 376 n1 wg set wg0 fwmark 51820 peer "$pub2" allowed-ips 192.168.99.7,abab::1111 555 for ip in $(n0 wg show wg0 allowed-ips); do 577 done < <(n0 wg show wg0 allowed-ips) 600 n0 wg set wg0 peer "$pub2" allowed-ips "$allowedips" 611 } < <(n0 wg show wg0 allowed-ips) 635 n0 wg set wg0 peer "$pub2" allowed-ips 0.0.0.0/0 [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | uevent.c | 35 atomic_t allowed; member 45 atomic_set(&uevent->allowed, 0); in nvkm_uevent_mthd_block() 56 atomic_set(&uevent->allowed, 1); in nvkm_uevent_mthd_allow() 89 if (atomic_read(&uevent->allowed)) in nvkm_uevent_init()
|
H A D | event.c | 68 if (atomic_read(&ntfy->allowed) != ntfy->running) { in nvkm_event_ntfy_state() 104 if (atomic_xchg(&ntfy->allowed, 0) == 1) { in nvkm_event_ntfy_block_() 123 if (atomic_xchg(&ntfy->allowed, 1) == 0) { in nvkm_event_ntfy_allow() 156 atomic_set(&ntfy->allowed, 0); in nvkm_event_ntfy_add() 183 if (atomic_read(&ntfy->allowed)) in nvkm_event_ntfy()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | sa8775p-ride.dts | 67 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM 77 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM 87 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM 97 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM 107 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM 117 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM 132 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM 142 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM 152 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM 174 regulator-allowed-modes = <RPMH_REGULATOR_MODE_LPM [all …]
|
/openbmc/phosphor-psu-code-mgmt/test/ |
H A D | meson.build | 2 if oe_sdk.allowed() 30 build_rpath: oe_sdk.allowed() ? rpath : '', 50 build_rpath: oe_sdk.allowed() ? rpath : '',
|