Home
last modified time | relevance | path

Searched refs:records (Results 1 – 12 of 12) sorted by relevance

/drivers/usb/serial/
Dezusb_convert.pl28 push(@records, [$addr, \@bytes]);
31 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ras_eeprom.h118 struct eeprom_table_record *records, const u32 num);
121 struct eeprom_table_record *records, const u32 num);
/drivers/s390/char/
DKconfig143 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/cpuidle/
Dcpuidle-pseries.c152 struct xcede_latency_record records[16]; member
202 struct xcede_latency_record *record = &payload->records[i]; in parse_cede_parameters()
368 struct xcede_latency_record *record = &payload->records[i]; in fixup_cede0_latency()
/drivers/net/wireless/ath/ath10k/
Dhtt.h1678 struct htt_tx_fetch_record records[]; member
1684 return (void *)&ind->records[le16_to_cpu(ind->num_records)]; in ath10k_htt_get_tx_fetch_ind_resp_ids()
1693 struct htt_tx_fetch_record records[]; member
1731 struct htt_tx_mode_switch_record records[]; member
2290 struct htt_tx_fetch_record *records,
Dhtt_tx.c1126 struct htt_tx_fetch_record *records, in ath10k_htt_tx_fetch_resp() argument
1141 len += sizeof(cmd->tx_fetch_resp.records[0]) * num_records; in ath10k_htt_tx_fetch_resp()
1155 memcpy(cmd->tx_fetch_resp.records, records, in ath10k_htt_tx_fetch_resp()
1156 sizeof(records[0]) * num_records); in ath10k_htt_tx_fetch_resp()
Dhtt_rx.c3276 len += sizeof(resp->tx_fetch_ind.records[0]) * num_records; in ath10k_htt_rx_tx_fetch_ind()
3301 record = &resp->tx_fetch_ind.records[i]; in ath10k_htt_rx_tx_fetch_ind()
3367 resp->tx_fetch_ind.records, in ath10k_htt_rx_tx_fetch_ind()
3444 len += sizeof(resp->tx_mode_switch_ind.records[0]) * num_records; in ath10k_htt_rx_tx_mode_switch_ind()
3471 record = &resp->tx_mode_switch_ind.records[i]; in ath10k_htt_rx_tx_mode_switch_ind()
/drivers/gpu/drm/vboxvideo/
Dvboxvideo.h132 struct vbva_record records[VBVA_MAX_RECORDS]; member
Dvbva_base.c186 record = &vbva_ctx->vbva->records[vbva_ctx->vbva->record_free_index]; in vbva_buffer_begin_update()
/drivers/atm/
DKconfig58 Extended debugging records various events and displays that list
173 Extended debugging records various events and displays that list
/drivers/acpi/nfit/
Dcore.c2851 ars_status->records[i].err_address, in ars_status_process_records()
2852 ars_status->records[i].length); in ars_status_process_records()
/drivers/input/mouse/
Dcyapa_gen5.c253 struct cyapa_tsg_bin_image_data_record records[]; member