Searched refs:records (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ras_eeprom.c | 282 static uint32_t __calc_recs_byte_sum(struct eeprom_table_record *records, in __calc_recs_byte_sum() argument 290 struct eeprom_table_record *record = &records[i]; in __calc_recs_byte_sum() 301 struct eeprom_table_record *records, int num) in __calc_tbl_byte_sum() argument 303 return __calc_hdr_byte_sum(control) + __calc_recs_byte_sum(records, num); in __calc_tbl_byte_sum() 308 struct eeprom_table_record *records, int num, in __update_tbl_checksum() argument 320 control->tbl_byte_sum += __calc_tbl_byte_sum(control, records, num); in __update_tbl_checksum() 327 struct eeprom_table_record *records, int num) in __validate_tbl_checksum() argument 329 control->tbl_byte_sum = __calc_tbl_byte_sum(control, records, num); in __validate_tbl_checksum() 340 struct eeprom_table_record *records, in amdgpu_ras_eeprom_process_recods() argument 377 struct eeprom_table_record *record = &records[i]; in amdgpu_ras_eeprom_process_recods() [all …]
|
D | amdgpu_ras_eeprom.h | 84 struct eeprom_table_record *records,
|
/drivers/usb/serial/ |
D | ezusb_convert.pl | 28 push(@records, [$addr, \@bytes]); 31 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
|
/drivers/s390/char/ |
D | Kconfig | 143 Select this option if you want to be able to receive records collected 169 prompt "API for reading z/VM monitor service records" 172 Character device driver for reading z/VM monitor service records 176 prompt "API for writing z/VM monitor service records" 179 Character device driver for writing z/VM monitor service records
|
/drivers/net/wireless/ath/ath10k/ |
D | htt.h | 1666 struct htt_tx_fetch_record records[0]; member 1673 return (void *)&ind->records[le16_to_cpu(ind->num_records)]; in ath10k_htt_get_tx_fetch_ind_resp_ids() 1682 struct htt_tx_fetch_record records[0]; member 1720 struct htt_tx_mode_switch_record records[0]; member 2266 struct htt_tx_fetch_record *records,
|
D | htt_tx.c | 1078 struct htt_tx_fetch_record *records, in ath10k_htt_tx_fetch_resp() argument 1093 len += sizeof(cmd->tx_fetch_resp.records[0]) * num_records; in ath10k_htt_tx_fetch_resp() 1107 memcpy(cmd->tx_fetch_resp.records, records, in ath10k_htt_tx_fetch_resp() 1108 sizeof(records[0]) * num_records); in ath10k_htt_tx_fetch_resp()
|
D | htt_rx.c | 3070 len += sizeof(resp->tx_fetch_ind.records[0]) * num_records; in ath10k_htt_rx_tx_fetch_ind() 3095 record = &resp->tx_fetch_ind.records[i]; in ath10k_htt_rx_tx_fetch_ind() 3161 resp->tx_fetch_ind.records, in ath10k_htt_rx_tx_fetch_ind() 3238 len += sizeof(resp->tx_mode_switch_ind.records[0]) * num_records; in ath10k_htt_rx_tx_mode_switch_ind() 3265 record = &resp->tx_mode_switch_ind.records[i]; in ath10k_htt_rx_tx_mode_switch_ind()
|
/drivers/gpu/drm/vboxvideo/ |
D | vboxvideo.h | 132 struct vbva_record records[VBVA_MAX_RECORDS]; member
|
D | vbva_base.c | 186 record = &vbva_ctx->vbva->records[vbva_ctx->vbva->record_free_index]; in vbva_buffer_begin_update()
|
/drivers/atm/ |
D | Kconfig | 58 Extended debugging records various events and displays that list 173 Extended debugging records various events and displays that list
|
/drivers/acpi/nfit/ |
D | core.c | 2800 ars_status->records[i].err_address, in ars_status_process_records() 2801 ars_status->records[i].length); in ars_status_process_records()
|
/drivers/input/mouse/ |
D | cyapa_gen5.c | 253 struct cyapa_tsg_bin_image_data_record records[0]; member
|