Lines Matching refs:firmware_features
7597 struct pqi_config_table_firmware_features *firmware_features, in pqi_is_firmware_feature_supported() argument
7604 if (byte_index >= le16_to_cpu(firmware_features->num_elements)) in pqi_is_firmware_feature_supported()
7607 return firmware_features->features_supported[byte_index] & in pqi_is_firmware_feature_supported()
7612 struct pqi_config_table_firmware_features *firmware_features, in pqi_is_firmware_feature_enabled() argument
7620 (le16_to_cpu(firmware_features->num_elements) * 2); in pqi_is_firmware_feature_enabled()
7631 struct pqi_config_table_firmware_features *firmware_features, in pqi_request_firmware_feature() argument
7637 le16_to_cpu(firmware_features->num_elements); in pqi_request_firmware_feature()
7639 firmware_features->features_supported[byte_index] |= in pqi_request_firmware_feature()
7664 struct pqi_config_table_firmware_features *firmware_features, in pqi_enable_firmware_features() argument
7671 features_requested = firmware_features->features_supported + in pqi_enable_firmware_features()
7672 le16_to_cpu(firmware_features->num_elements); in pqi_enable_firmware_features()
7675 (features_requested - (void *)firmware_features); in pqi_enable_firmware_features()
7678 le16_to_cpu(firmware_features->num_elements)); in pqi_enable_firmware_features()
7680 if (pqi_is_firmware_feature_supported(firmware_features, in pqi_enable_firmware_features()
7684 (le16_to_cpu(firmware_features->num_elements) * 2) + in pqi_enable_firmware_features()
7869 struct pqi_config_table_firmware_features *firmware_features; in pqi_process_firmware_features() local
7875 firmware_features = section_info->section; in pqi_process_firmware_features()
7880 if (pqi_is_firmware_feature_supported(firmware_features, in pqi_process_firmware_features()
7896 pqi_request_firmware_feature(firmware_features, in pqi_process_firmware_features()
7900 rc = pqi_enable_firmware_features(ctrl_info, firmware_features, in pqi_process_firmware_features()
7917 if (pqi_is_firmware_feature_enabled(firmware_features, in pqi_process_firmware_features()