Lines Matching refs:firmware_features
7766 struct pqi_config_table_firmware_features *firmware_features, in pqi_is_firmware_feature_supported() argument
7773 if (byte_index >= le16_to_cpu(firmware_features->num_elements)) in pqi_is_firmware_feature_supported()
7776 return firmware_features->features_supported[byte_index] & in pqi_is_firmware_feature_supported()
7781 struct pqi_config_table_firmware_features *firmware_features, in pqi_is_firmware_feature_enabled() argument
7789 (le16_to_cpu(firmware_features->num_elements) * 2); in pqi_is_firmware_feature_enabled()
7800 struct pqi_config_table_firmware_features *firmware_features, in pqi_request_firmware_feature() argument
7806 le16_to_cpu(firmware_features->num_elements); in pqi_request_firmware_feature()
7808 firmware_features->features_supported[byte_index] |= in pqi_request_firmware_feature()
7833 struct pqi_config_table_firmware_features *firmware_features, in pqi_enable_firmware_features() argument
7840 features_requested = firmware_features->features_supported + in pqi_enable_firmware_features()
7841 le16_to_cpu(firmware_features->num_elements); in pqi_enable_firmware_features()
7844 (features_requested - (void *)firmware_features); in pqi_enable_firmware_features()
7847 le16_to_cpu(firmware_features->num_elements)); in pqi_enable_firmware_features()
7849 if (pqi_is_firmware_feature_supported(firmware_features, in pqi_enable_firmware_features()
7853 (le16_to_cpu(firmware_features->num_elements) * 2) + in pqi_enable_firmware_features()
8046 struct pqi_config_table_firmware_features *firmware_features; in pqi_process_firmware_features() local
8052 firmware_features = section_info->section; in pqi_process_firmware_features()
8057 if (pqi_is_firmware_feature_supported(firmware_features, in pqi_process_firmware_features()
8073 pqi_request_firmware_feature(firmware_features, in pqi_process_firmware_features()
8077 rc = pqi_enable_firmware_features(ctrl_info, firmware_features, in pqi_process_firmware_features()
8094 if (pqi_is_firmware_feature_enabled(firmware_features, in pqi_process_firmware_features()