Searched refs:allowed_fw (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/platform/x86/ |
H A D | msi-ec.c | 48 .allowed_fw = ALLOWED_FW_0, 128 .allowed_fw = ALLOWED_FW_1, 205 .allowed_fw = ALLOWED_FW_2, 283 .allowed_fw = ALLOWED_FW_3, 361 .allowed_fw = ALLOWED_FW_4, 440 .allowed_fw = ALLOWED_FW_5, 518 .allowed_fw = ALLOWED_FW_6, 598 .allowed_fw = ALLOWED_FW_7, 852 if (match_string(CONFIGS[i]->allowed_fw, -1, fw_version) != -EINVAL) { in load_configuration() 854 conf.allowed_fw = NULL; in load_configuration()
|
H A D | msi-ec.h | 107 const char * const *allowed_fw; member
|