Searched refs:firmware_features (Results 1 – 1 of 1) sorted by relevance
34 struct pqi_config_table_firmware_features *firmware_features, in pqi_is_firmware_feature_supported() argument41 if (byte_index >= firmware_features->num_elements) { in pqi_is_firmware_feature_supported()47 return (firmware_features->features_supported[byte_index] & in pqi_is_firmware_feature_supported()58 struct pqi_config_table_firmware_features *firmware_features, in pqi_is_firmware_feature_enabled() argument66 (firmware_features->num_elements * 2); in pqi_is_firmware_feature_enabled()82 struct pqi_config_table_firmware_features *firmware_features, in pqi_request_firmware_feature() argument89 firmware_features->num_elements; in pqi_request_firmware_feature()92 firmware_features->features_supported[byte_index] |= in pqi_request_firmware_feature()130 struct pqi_config_table_firmware_features *firmware_features, in pqi_enable_firmware_features() argument138 features_requested = firmware_features->features_supported + in pqi_enable_firmware_features()[all …]