Searched refs:records (Results 1 – 12 of 12) sorted by relevance
/drivers/usb/serial/ |
D | ezusb_convert.pl | 28 push(@records, [$addr, \@bytes]); 31 @sorted_records = sort { $a->[0] <=> $b->[0] } @records;
|
/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ras_eeprom.h | 118 struct eeprom_table_record *records, const u32 num); 121 struct eeprom_table_record *records, const u32 num);
|
/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/cpuidle/ |
D | cpuidle-pseries.c | 152 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/ |
D | htt.h | 1678 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,
|
D | htt_tx.c | 1126 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()
|
D | htt_rx.c | 3276 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/ |
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 | 2851 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/ |
D | cyapa_gen5.c | 253 struct cyapa_tsg_bin_image_data_record records[]; member
|