Home
last modified time | relevance | path

Searched defs:instance_id (Results 1 – 25 of 81) sorted by relevance

1234

/openbmc/linux/drivers/platform/x86/hp/hp-bioscfg/
H A Denum-attributes.c15 int instance_id = get_enumeration_instance_id(kobj); in current_value_show() local
31 static int validate_enumeration_input(int instance_id, const char *buf) in validate_enumeration_input()
51 static void update_enumeration_value(int instance_id, char *attr_value) in update_enumeration_value()
127 int instance_id) in hp_populate_enumeration_elements_from_package()
312 int instance_id, in hp_populate_enumeration_package_data()
336 int instance_id) in hp_populate_enumeration_elements_from_buffer()
408 int instance_id, in hp_populate_enumeration_buffer_data()
443 int instance_id; in hp_exit_enumeration_attributes() local
H A Dstring-attributes.c17 int instance_id = get_string_instance_id(kobj); in current_value_show() local
33 static int validate_string_input(int instance_id, const char *buf) in validate_string_input()
48 static void update_string_value(int instance_id, char *attr_value) in update_string_value()
131 int instance_id) in hp_populate_string_elements_from_package()
274 int instance_id, in hp_populate_string_package_data()
295 int instance_id) in hp_populate_string_elements_from_buffer()
351 int instance_id, in hp_populate_string_buffer_data()
381 int instance_id; in hp_exit_string_attributes() local
H A Dint-attributes.c15 int instance_id = get_integer_instance_id(kobj); in current_value_show() local
31 static int validate_integer_input(int instance_id, char *buf) in validate_integer_input()
52 static void update_integer_value(int instance_id, char *attr_value) in update_integer_value()
141 int instance_id) in hp_populate_integer_elements_from_package()
285 int instance_id, in hp_populate_integer_package_data()
304 int instance_id) in hp_populate_integer_elements_from_buffer()
373 int hp_populate_integer_buffer_data(u8 *buffer_ptr, u32 *buffer_size, int instance_id, in hp_populate_integer_buffer_data()
404 int instance_id; in hp_exit_integer_attributes() local
H A Dorder-list-attributes.c15 int instance_id = get_ordered_list_instance_id(kobj); in current_value_show() local
131 int instance_id) in hp_populate_ordered_list_elements_from_package()
308 int hp_populate_ordered_list_package_data(union acpi_object *order_obj, int instance_id, in hp_populate_ordered_list_package_data()
328 int instance_id) in hp_populate_ordered_list_elements_from_buffer()
395 int hp_populate_ordered_list_buffer_data(u8 *buffer_ptr, u32 *buffer_size, int instance_id, in hp_populate_ordered_list_buffer_data()
426 int instance_id; in hp_exit_ordered_list_attributes() local
H A Dpasswdobj-attributes.c64 static int validate_password_input(int instance_id, const char *buf) in validate_password_input()
224 int instance_id) in hp_populate_password_elements_from_package()
396 int hp_populate_password_package_data(union acpi_object *password_obj, int instance_id, in hp_populate_password_package_data()
419 int instance_id) in hp_populate_password_elements_from_buffer()
506 int hp_populate_password_buffer_data(u8 *buffer_ptr, u32 *buffer_size, int instance_id, in hp_populate_password_buffer_data()
537 int instance_id; in hp_exit_password_attributes() local
H A Dbioscfg.c375 union acpi_object *hp_get_wmiobj_pointer(int instance_id, const char *guid_string) in hp_get_wmiobj_pointer()
656 int instance_id) in hp_init_bios_package_attribute()
768 int instance_id) in hp_init_bios_buffer_attribute()
883 int instance_id = 0; in hp_init_bios_attributes() local
/openbmc/libpldm/src/dsp/
H A Dbase.c128 int encode_get_types_req(uint8_t instance_id, struct pldm_msg *msg) in encode_get_types_req()
143 int encode_get_commands_req(uint8_t instance_id, uint8_t type, ver32_t version, in encode_get_commands_req()
170 int encode_get_types_resp(uint8_t instance_id, uint8_t completion_code, in encode_get_types_resp()
220 int encode_get_commands_resp(uint8_t instance_id, uint8_t completion_code, in encode_get_commands_resp()
302 int encode_get_version_req(uint8_t instance_id, uint32_t transfer_handle, in encode_get_version_req()
332 int encode_get_version_resp(uint8_t instance_id, uint8_t completion_code, in encode_get_version_resp()
412 int encode_get_tid_req(uint8_t instance_id, struct pldm_msg *msg) in encode_get_tid_req()
427 int encode_get_tid_resp(uint8_t instance_id, uint8_t completion_code, in encode_get_tid_resp()
478 int encode_set_tid_req(uint8_t instance_id, uint8_t tid, struct pldm_msg *msg) in encode_set_tid_req()
584 uint8_t instance_id, const struct pldm_multipart_receive_req *req, in encode_base_multipart_receive_req()
[all …]
H A Dbios.c10 int encode_get_date_time_req(uint8_t instance_id, struct pldm_msg *msg) in encode_get_date_time_req()
25 int encode_get_date_time_resp(uint8_t instance_id, uint8_t completion_code, in encode_get_date_time_resp()
95 int encode_set_date_time_req(uint8_t instance_id, uint8_t seconds, in encode_set_date_time_req()
165 int encode_set_date_time_resp(uint8_t instance_id, uint8_t completion_code, in encode_set_date_time_resp()
214 int encode_get_bios_table_resp(uint8_t instance_id, uint8_t completion_code, in encode_get_bios_table_resp()
253 int encode_get_bios_table_req(uint8_t instance_id, uint32_t transfer_handle, in encode_get_bios_table_req()
341 uint8_t instance_id, uint32_t transfer_handle, uint8_t transfer_op_flag, in encode_get_bios_attribute_current_value_by_handle_req()
430 int encode_get_bios_current_value_by_handle_resp(uint8_t instance_id, in encode_get_bios_current_value_by_handle_resp()
470 uint8_t instance_id, uint32_t transfer_handle, uint8_t transfer_flag, in encode_set_bios_attribute_current_value_req()
561 int encode_set_bios_attribute_current_value_resp(uint8_t instance_id, in encode_set_bios_attribute_current_value_resp()
[all …]
H A Dfirmware_update.c1074 int encode_query_device_identifiers_req(uint8_t instance_id, in encode_query_device_identifiers_req()
1140 uint8_t instance_id, uint8_t descriptor_count, in encode_query_device_identifiers_resp()
1198 int encode_get_firmware_parameters_req(uint8_t instance_id, in encode_get_firmware_parameters_req()
1315 uint8_t instance_id, in encode_get_firmware_parameters_resp()
1507 int encode_query_downstream_devices_req(uint8_t instance_id, in encode_query_downstream_devices_req()
1571 uint8_t instance_id, in encode_query_downstream_identifiers_req()
1697 uint8_t instance_id, in encode_get_downstream_firmware_parameters_req()
1885 uint8_t instance_id, in encode_request_downstream_device_update_req()
1952 uint8_t instance_id, in encode_request_downstream_device_update_resp()
2024 int encode_request_update_req(uint8_t instance_id, uint32_t max_transfer_size, in encode_request_update_req()
[all …]
H A Dfile.c17 int encode_pldm_file_df_open_req(uint8_t instance_id, in encode_pldm_file_df_open_req()
76 int encode_pldm_file_df_open_resp(uint8_t instance_id, in encode_pldm_file_df_open_resp()
148 int encode_pldm_file_df_close_req(uint8_t instance_id, in encode_pldm_file_df_close_req()
207 int encode_pldm_file_df_close_resp(uint8_t instance_id, in encode_pldm_file_df_close_resp()
256 uint8_t instance_id, const struct pldm_file_df_heartbeat_req *req, in encode_pldm_file_df_heartbeat_req()
H A Dplatform.c177 int encode_set_state_effecter_states_resp(uint8_t instance_id, in encode_set_state_effecter_states_resp()
202 int encode_set_state_effecter_states_req(uint8_t instance_id, in encode_set_state_effecter_states_req()
351 int encode_get_pdr_resp(uint8_t instance_id, uint8_t completion_code, in encode_get_pdr_resp()
397 int encode_get_pdr_repository_info_req(uint8_t instance_id, in encode_get_pdr_repository_info_req()
416 uint8_t instance_id, uint8_t completion_code, uint8_t repository_state, in encode_get_pdr_repository_info_resp()
586 int encode_get_pdr_req(uint8_t instance_id, uint32_t record_hndl, in encode_get_pdr_req()
782 int encode_set_numeric_effecter_value_resp(uint8_t instance_id, in encode_set_numeric_effecter_value_resp()
812 int encode_set_numeric_effecter_value_req(uint8_t instance_id, in encode_set_numeric_effecter_value_req()
895 int encode_get_state_sensor_readings_resp(uint8_t instance_id, in encode_get_state_sensor_readings_resp()
932 int encode_get_state_sensor_readings_req(uint8_t instance_id, in encode_get_state_sensor_readings_req()
[all …]
H A Dfru.c13 int encode_get_fru_record_table_metadata_req(uint8_t instance_id, in encode_get_fru_record_table_metadata_req()
76 uint8_t instance_id, uint8_t completion_code, in encode_get_fru_record_table_metadata_resp()
140 int encode_get_fru_record_table_resp(uint8_t instance_id, in encode_get_fru_record_table_resp()
297 uint8_t instance_id, uint32_t data_transfer_handle, in encode_get_fru_record_by_option_req()
366 int encode_get_fru_record_by_option_resp(uint8_t instance_id, in encode_get_fru_record_by_option_resp()
445 int encode_get_fru_record_table_req(uint8_t instance_id, in encode_get_fru_record_table_req()
562 int encode_set_fru_record_table_resp(uint8_t instance_id, in encode_set_fru_record_table_resp()
/openbmc/libpldm/tests/dsp/
H A Dfile.cpp17 uint8_t instance_id = 0; in TEST() local
40 uint8_t instance_id = 0; in TEST() local
63 uint8_t instance_id = 0; in TEST() local
171 uint8_t instance_id = 0; in TEST() local
194 uint8_t instance_id = 0; in TEST() local
217 uint8_t instance_id = 0; in TEST() local
293 uint8_t instance_id = 0; in TEST() local
315 uint8_t instance_id = 0; in TEST() local
337 uint8_t instance_id = 0; in TEST() local
448 uint8_t instance_id = 0; in TEST() local
[all …]
H A Dbase.cpp767 uint8_t instance_id = 0; in TEST() local
796 uint8_t instance_id = 0; in TEST() local
816 uint8_t instance_id = 0; in TEST() local
974 uint8_t instance_id = 0; in TEST() local
1032 uint8_t instance_id = 0; in TEST() local
1082 uint8_t instance_id = 0; in TEST() local
1113 uint8_t instance_id = 0; in TEST() local
1158 uint8_t instance_id = 0; in TEST() local
1453 uint8_t instance_id = 0; in TEST() local
1481 uint8_t instance_id = 0; in TEST() local
[all …]
/openbmc/libpldm/src/oem/ibm/
H A Dfile_io.c34 int encode_rw_file_memory_resp(uint8_t instance_id, uint8_t command, in encode_rw_file_memory_resp()
63 int encode_rw_file_memory_req(uint8_t instance_id, uint8_t command, in encode_rw_file_memory_req()
139 int encode_get_file_table_resp(uint8_t instance_id, uint8_t completion_code, in encode_get_file_table_resp()
173 int encode_get_file_table_req(uint8_t instance_id, uint32_t transfer_handle, in encode_get_file_table_req()
263 int encode_read_file_req(uint8_t instance_id, uint32_t file_handle, in encode_read_file_req()
323 int encode_read_file_resp(uint8_t instance_id, uint8_t completion_code, in encode_read_file_resp()
380 int encode_write_file_req(uint8_t instance_id, uint32_t file_handle, in encode_write_file_req()
436 int encode_write_file_resp(uint8_t instance_id, uint8_t completion_code, in encode_write_file_resp()
492 int encode_rw_file_by_type_memory_resp(uint8_t instance_id, uint8_t command, in encode_rw_file_by_type_memory_resp()
521 int encode_rw_file_by_type_memory_req(uint8_t instance_id, uint8_t command, in encode_rw_file_by_type_memory_req()
[all …]
H A Dhost.c10 int encode_get_alert_status_req(uint8_t instance_id, uint8_t version_id, in encode_get_alert_status_req()
83 int encode_get_alert_status_resp(uint8_t instance_id, uint8_t completion_code, in encode_get_alert_status_resp()
/openbmc/linux/sound/soc/intel/avs/
H A Dmessages.c87 u8 instance_id, bool lp, u16 attributes) in avs_ipc_create_pipeline()
107 int avs_ipc_delete_pipeline(struct avs_dev *adev, u8 instance_id) in avs_ipc_delete_pipeline()
123 int avs_ipc_set_pipeline_state(struct avs_dev *adev, u8 instance_id, in avs_ipc_set_pipeline_state()
141 int avs_ipc_get_pipeline_state(struct avs_dev *adev, u8 instance_id, in avs_ipc_get_pipeline_state()
180 int avs_ipc_init_instance(struct avs_dev *adev, u16 module_id, u8 instance_id, in avs_ipc_init_instance()
221 int avs_ipc_delete_instance(struct avs_dev *adev, u16 module_id, u8 instance_id) in avs_ipc_delete_instance()
249 int avs_ipc_bind(struct avs_dev *adev, u16 module_id, u8 instance_id, in avs_ipc_bind()
283 int avs_ipc_unbind(struct avs_dev *adev, u16 module_id, u8 instance_id, in avs_ipc_unbind()
306 static int __avs_ipc_set_large_config(struct avs_dev *adev, u16 module_id, u8 instance_id, in __avs_ipc_set_large_config()
333 u8 instance_id, u8 param_id, in avs_ipc_set_large_config()
[all …]
H A Ddsp.c228 u8 *instance_id) in avs_dsp_init_module()
275 void avs_dsp_delete_module(struct avs_dev *adev, u16 module_id, u8 instance_id, in avs_dsp_delete_module()
301 bool lp, u16 attributes, u8 *instance_id) in avs_dsp_create_pipeline()
320 int avs_dsp_delete_pipeline(struct avs_dev *adev, u8 instance_id) in avs_dsp_delete_pipeline()
/openbmc/linux/drivers/platform/x86/dell/dell-wmi-sysman/
H A Dstring-attributes.c17 int instance_id = get_str_instance_id(kobj); in current_value_show() local
43 static int validate_str_input(int instance_id, const char *buf) in validate_str_input()
126 int populate_str_data(union acpi_object *str_obj, int instance_id, struct kobject *attr_name_kobj) in populate_str_data()
166 int instance_id; in exit_str_attributes() local
H A Dint-attributes.c17 int instance_id = get_integer_instance_id(kobj); in current_value_show() local
43 static int validate_integer_input(int instance_id, char *buf) in validate_integer_input()
141 int populate_int_data(union acpi_object *integer_obj, int instance_id, in populate_int_data()
188 int instance_id; in exit_int_attributes() local
H A Denum-attributes.c15 int instance_id = get_enumeration_instance_id(kobj); in current_value_show() local
41 static int validate_enumeration_input(int instance_id, const char *buf) in validate_enumeration_input()
138 int populate_enum_data(union acpi_object *enumeration_obj, int instance_id, in populate_enum_data()
211 int instance_id; in exit_enum_attributes() local
H A Dpassobj-attributes.c18 int instance_id = get_po_instance_id(kobj); in is_enabled_show() local
160 int populate_po_data(union acpi_object *po_obj, int instance_id, struct kobject *attr_name_kobj) in populate_po_data()
186 int instance_id; in exit_po_attributes() local
/openbmc/linux/sound/soc/intel/skylake/
H A Dskl-sst-ipc.h72 u32 instance_id; member
81 u32 instance_id; member
91 u32 instance_id; member
98 u32 instance_id; member
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io.cpp254 void encodeRWResponseHandler(uint8_t instance_id, uint8_t command, in encodeRWResponseHandler()
268 void encodeReadResponseHandler(uint8_t instance_id, uint8_t completion_code, in encodeReadResponseHandler()
279 void encodeWriteResponseHandler(uint8_t instance_id, uint8_t completion_code, in encodeWriteResponseHandler()
291 uint8_t instance_id, uint8_t completion_code, uint32_t next_transfer_handle, in encodeGetFileResponseHandler()
305 void encodeRWTypeMemoryResponseHandler(uint8_t instance_id, uint8_t command, in encodeRWTypeMemoryResponseHandler()
319 void encodeRWTypeResponseHandler(uint8_t instance_id, uint8_t command, in encodeRWTypeResponseHandler()
333 void encodeFileAckResponseHandler(uint8_t instance_id, uint8_t completion_code, in encodeFileAckResponseHandler()
/openbmc/qemu/migration/
H A Dmultifd-device-state.c101 bool multifd_queue_device_state(char *idstr, uint32_t instance_id, in multifd_queue_device_state()
174 char *idstr, uint32_t instance_id, in multifd_spawn_device_state_save_thread()

1234