Lines Matching refs:firmware_features

6774 	struct pqi_config_table_firmware_features *firmware_features,  in pqi_is_firmware_feature_supported()  argument
6781 if (byte_index >= le16_to_cpu(firmware_features->num_elements)) in pqi_is_firmware_feature_supported()
6784 return firmware_features->features_supported[byte_index] & in pqi_is_firmware_feature_supported()
6789 struct pqi_config_table_firmware_features *firmware_features, in pqi_is_firmware_feature_enabled() argument
6797 (le16_to_cpu(firmware_features->num_elements) * 2); in pqi_is_firmware_feature_enabled()
6808 struct pqi_config_table_firmware_features *firmware_features, in pqi_request_firmware_feature() argument
6814 le16_to_cpu(firmware_features->num_elements); in pqi_request_firmware_feature()
6816 firmware_features->features_supported[byte_index] |= in pqi_request_firmware_feature()
6842 struct pqi_config_table_firmware_features *firmware_features, in pqi_enable_firmware_features() argument
6848 features_requested = firmware_features->features_supported + in pqi_enable_firmware_features()
6849 le16_to_cpu(firmware_features->num_elements); in pqi_enable_firmware_features()
6852 (features_requested - (void *)firmware_features); in pqi_enable_firmware_features()
6855 le16_to_cpu(firmware_features->num_elements)); in pqi_enable_firmware_features()
6953 struct pqi_config_table_firmware_features *firmware_features; in pqi_process_firmware_features() local
6959 firmware_features = section_info->section; in pqi_process_firmware_features()
6964 if (pqi_is_firmware_feature_supported(firmware_features, in pqi_process_firmware_features()
6980 pqi_request_firmware_feature(firmware_features, in pqi_process_firmware_features()
6984 rc = pqi_enable_firmware_features(ctrl_info, firmware_features, in pqi_process_firmware_features()
7001 if (pqi_is_firmware_feature_enabled(firmware_features, in pqi_process_firmware_features()