Searched refs:rec (Results 1 - 25 of 264) sorted by relevance

1234567891011

/linux-master/include/sound/
H A Dpcm-indirect.h28 struct snd_pcm_indirect *rec, size_t bytes);
35 struct snd_pcm_indirect *rec,
40 snd_pcm_sframes_t diff = appl_ptr - rec->appl_ptr;
48 rec->sw_ready += (int)frames_to_bytes(runtime, diff);
49 rec->appl_ptr = appl_ptr;
51 qsize = rec->hw_queue_size ? rec->hw_queue_size : rec->hw_buffer_size;
52 while (rec->hw_ready < qsize && rec
34 snd_pcm_indirect_playback_transfer(struct snd_pcm_substream *substream, struct snd_pcm_indirect *rec, snd_pcm_indirect_copy_t copy) argument
82 snd_pcm_indirect_playback_pointer(struct snd_pcm_substream *substream, struct snd_pcm_indirect *rec, unsigned int ptr) argument
108 snd_pcm_indirect_capture_transfer(struct snd_pcm_substream *substream, struct snd_pcm_indirect *rec, snd_pcm_indirect_copy_t copy) argument
155 snd_pcm_indirect_capture_pointer(struct snd_pcm_substream *substream, struct snd_pcm_indirect *rec, unsigned int ptr) argument
[all...]
/linux-master/include/linux/
H A Dihex.h31 __ihex_next_binrec(const struct ihex_binrec *rec) argument
33 const void *p = rec;
35 return p + ALIGN(ihex_binrec_size(rec), 4);
39 ihex_next_binrec(const struct ihex_binrec *rec) argument
41 rec = __ihex_next_binrec(rec);
43 return be16_to_cpu(rec->len) ? rec : NULL;
49 const struct ihex_binrec *end, *rec; local
51 rec
[all...]
H A Dpstore.h240 pstore_ftrace_encode_cpu(struct pstore_ftrace_record *rec, unsigned int cpu) argument
242 rec->ip |= cpu;
246 pstore_ftrace_decode_cpu(struct pstore_ftrace_record *rec) argument
248 return rec->ip & PSTORE_CPU_IN_IP;
252 pstore_ftrace_read_timestamp(struct pstore_ftrace_record *rec) argument
254 return rec->ts;
258 pstore_ftrace_write_timestamp(struct pstore_ftrace_record *rec, u64 val) argument
260 rec->ts = val;
264 pstore_ftrace_encode_cpu(struct pstore_ftrace_record *rec, unsigned int cpu) argument
266 rec
271 pstore_ftrace_decode_cpu(struct pstore_ftrace_record *rec) argument
277 pstore_ftrace_read_timestamp(struct pstore_ftrace_record *rec) argument
283 pstore_ftrace_write_timestamp(struct pstore_ftrace_record *rec, u64 val) argument
[all...]
/linux-master/drivers/net/ethernet/aquantia/atlantic/macsec/
H A Dmacsec_api.c263 const struct aq_mss_ingress_prectlf_record *rec,
273 packed_record[0] = rec->sa_da[0] & 0xFFFF;
274 packed_record[1] = (rec->sa_da[0] >> 16) & 0xFFFF;
275 packed_record[2] = rec->sa_da[1] & 0xFFFF;
276 packed_record[3] = rec->eth_type & 0xFFFF;
277 packed_record[4] = rec->match_mask & 0xFFFF;
278 packed_record[5] = rec->match_type & 0xF;
279 packed_record[5] |= (rec->action & 0x1) << 4;
287 const struct aq_mss_ingress_prectlf_record *rec,
290 return AQ_API_CALL_SAFE(set_ingress_prectlf_record, hw, rec,
262 set_ingress_prectlf_record(struct aq_hw_s *hw, const struct aq_mss_ingress_prectlf_record *rec, u16 table_index) argument
286 aq_mss_set_ingress_prectlf_record(struct aq_hw_s *hw, const struct aq_mss_ingress_prectlf_record *rec, u16 table_index) argument
294 get_ingress_prectlf_record(struct aq_hw_s *hw, struct aq_mss_ingress_prectlf_record *rec, u16 table_index) argument
340 aq_mss_get_ingress_prectlf_record(struct aq_hw_s *hw, struct aq_mss_ingress_prectlf_record *rec, u16 table_index) argument
351 set_ingress_preclass_record(struct aq_hw_s *hw, const struct aq_mss_ingress_preclass_record *rec, u16 table_index) argument
436 aq_mss_set_ingress_preclass_record(struct aq_hw_s *hw, const struct aq_mss_ingress_preclass_record *rec, u16 table_index) argument
449 get_ingress_preclass_record(struct aq_hw_s *hw, struct aq_mss_ingress_preclass_record *rec, u16 table_index) argument
548 aq_mss_get_ingress_preclass_record(struct aq_hw_s *hw, struct aq_mss_ingress_preclass_record *rec, u16 table_index) argument
558 set_ingress_sc_record(struct aq_hw_s *hw, const struct aq_mss_ingress_sc_record *rec, u16 table_index) argument
598 aq_mss_set_ingress_sc_record(struct aq_hw_s *hw, const struct aq_mss_ingress_sc_record *rec, u16 table_index) argument
609 get_ingress_sc_record(struct aq_hw_s *hw, struct aq_mss_ingress_sc_record *rec, u16 table_index) argument
652 aq_mss_get_ingress_sc_record(struct aq_hw_s *hw, struct aq_mss_ingress_sc_record *rec, u16 table_index) argument
661 set_ingress_sa_record(struct aq_hw_s *hw, const struct aq_mss_ingress_sa_record *rec, u16 table_index) argument
696 aq_mss_set_ingress_sa_record(struct aq_hw_s *hw, const struct aq_mss_ingress_sa_record *rec, u16 table_index) argument
707 get_ingress_sa_record(struct aq_hw_s *hw, struct aq_mss_ingress_sa_record *rec, u16 table_index) argument
745 aq_mss_get_ingress_sa_record(struct aq_hw_s *hw, struct aq_mss_ingress_sa_record *rec, u16 table_index) argument
755 set_ingress_sakey_record(struct aq_hw_s *hw, const struct aq_mss_ingress_sakey_record *rec, u16 table_index) argument
801 aq_mss_set_ingress_sakey_record(struct aq_hw_s *hw, const struct aq_mss_ingress_sakey_record *rec, u16 table_index) argument
813 get_ingress_sakey_record(struct aq_hw_s *hw, struct aq_mss_ingress_sakey_record *rec, u16 table_index) argument
858 aq_mss_get_ingress_sakey_record(struct aq_hw_s *hw, struct aq_mss_ingress_sakey_record *rec, u16 table_index) argument
868 set_ingress_postclass_record(struct aq_hw_s *hw, const struct aq_mss_ingress_postclass_record *rec, u16 table_index) argument
947 aq_mss_set_ingress_postclass_record(struct aq_hw_s *hw, const struct aq_mss_ingress_postclass_record *rec, u16 table_index) argument
956 get_ingress_postclass_record(struct aq_hw_s *hw, struct aq_mss_ingress_postclass_record *rec, u16 table_index) argument
1049 aq_mss_get_ingress_postclass_record(struct aq_hw_s *hw, struct aq_mss_ingress_postclass_record *rec, u16 table_index) argument
1060 set_ingress_postctlf_record(struct aq_hw_s *hw, const struct aq_mss_ingress_postctlf_record *rec, u16 table_index) argument
1089 aq_mss_set_ingress_postctlf_record(struct aq_hw_s *hw, const struct aq_mss_ingress_postctlf_record *rec, u16 table_index) argument
1098 get_ingress_postctlf_record(struct aq_hw_s *hw, struct aq_mss_ingress_postctlf_record *rec, u16 table_index) argument
1141 aq_mss_get_ingress_postctlf_record(struct aq_hw_s *hw, struct aq_mss_ingress_postctlf_record *rec, u16 table_index) argument
1151 set_egress_ctlf_record(struct aq_hw_s *hw, const struct aq_mss_egress_ctlf_record *rec, u16 table_index) argument
1179 aq_mss_set_egress_ctlf_record(struct aq_hw_s *hw, const struct aq_mss_egress_ctlf_record *rec, u16 table_index) argument
1186 get_egress_ctlf_record(struct aq_hw_s *hw, struct aq_mss_egress_ctlf_record *rec, u16 table_index) argument
1228 aq_mss_get_egress_ctlf_record(struct aq_hw_s *hw, struct aq_mss_egress_ctlf_record *rec, u16 table_index) argument
1237 set_egress_class_record(struct aq_hw_s *hw, const struct aq_mss_egress_class_record *rec, u16 table_index) argument
1366 aq_mss_set_egress_class_record(struct aq_hw_s *hw, const struct aq_mss_egress_class_record *rec, u16 table_index) argument
1373 get_egress_class_record(struct aq_hw_s *hw, struct aq_mss_egress_class_record *rec, u16 table_index) argument
1516 aq_mss_get_egress_class_record(struct aq_hw_s *hw, struct aq_mss_egress_class_record *rec, u16 table_index) argument
1525 set_egress_sc_record(struct aq_hw_s *hw, const struct aq_mss_egress_sc_record *rec, u16 table_index) argument
1565 aq_mss_set_egress_sc_record(struct aq_hw_s *hw, const struct aq_mss_egress_sc_record *rec, u16 table_index) argument
1572 get_egress_sc_record(struct aq_hw_s *hw, struct aq_mss_egress_sc_record *rec, u16 table_index) argument
1615 aq_mss_get_egress_sc_record(struct aq_hw_s *hw, struct aq_mss_egress_sc_record *rec, u16 table_index) argument
1624 set_egress_sa_record(struct aq_hw_s *hw, const struct aq_mss_egress_sa_record *rec, u16 table_index) argument
1654 aq_mss_set_egress_sa_record(struct aq_hw_s *hw, const struct aq_mss_egress_sa_record *rec, u16 table_index) argument
1665 get_egress_sa_record(struct aq_hw_s *hw, struct aq_mss_egress_sa_record *rec, u16 table_index) argument
1698 aq_mss_get_egress_sa_record(struct aq_hw_s *hw, struct aq_mss_egress_sa_record *rec, u16 table_index) argument
1707 set_egress_sakey_record(struct aq_hw_s *hw, const struct aq_mss_egress_sakey_record *rec, u16 table_index) argument
1756 aq_mss_set_egress_sakey_record(struct aq_hw_s *hw, const struct aq_mss_egress_sakey_record *rec, u16 table_index) argument
1768 get_egress_sakey_record(struct aq_hw_s *hw, struct aq_mss_egress_sakey_record *rec, u16 table_index) argument
1815 aq_mss_get_egress_sakey_record(struct aq_hw_s *hw, struct aq_mss_egress_sakey_record *rec, u16 table_index) argument
[all...]
H A Dmacsec_api.h49 * Filter table, and unpack it into the fields of rec.
50 * rec - [OUT] The raw table row data will be unpacked into the fields of rec.
54 struct aq_mss_egress_ctlf_record *rec,
57 /*! Pack the fields of rec, and write the packed data into the
59 * rec - [IN] The bitfield values to write to the table row.
63 const struct aq_mss_egress_ctlf_record *rec,
67 * Packet Classifier table, and unpack it into the fields of rec.
68 * rec - [OUT] The raw table row data will be unpacked into the fields of rec
[all...]
/linux-master/sound/isa/sb/
H A Demu8000_pcm.c171 static inline int emu8k_get_curpos(struct snd_emu8k_pcm *rec, int ch) argument
173 int val = EMU8000_CCCA_READ(rec->emu, ch) & 0xfffffff;
174 val -= rec->loop_start[ch] - 1;
185 struct snd_emu8k_pcm *rec = from_timer(rec, t, timer); local
188 spin_lock(&rec->timer_lock);
190 ptr = emu8k_get_curpos(rec, 0);
191 if (ptr < rec->last_ptr)
192 delta = ptr + rec->buf_size - rec
219 struct snd_emu8k_pcm *rec; local
246 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
269 setup_voice(struct snd_emu8k_pcm *rec, int ch) argument
322 start_voice(struct snd_emu8k_pcm *rec, int ch) argument
357 stop_voice(struct snd_emu8k_pcm *rec, int ch) argument
375 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
441 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
454 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
495 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
507 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
524 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
548 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
566 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
613 struct snd_emu8k_pcm *rec = subs->runtime->private_data; local
[all...]
H A Demu8000_local.h19 int snd_emu8000_sample_new(struct snd_emux *rec, struct snd_sf_sample *sp,
22 int snd_emu8000_sample_free(struct snd_emux *rec, struct snd_sf_sample *sp,
24 void snd_emu8000_sample_reset(struct snd_emux *rec);
/linux-master/drivers/s390/scsi/
H A Dzfcp_dbf.c75 struct zfcp_dbf_hba *rec = &dbf->hba_buf; local
79 memset(rec, 0, sizeof(*rec));
81 memcpy(rec->tag, tag, ZFCP_DBF_TAG_LEN);
82 rec->id = ZFCP_DBF_HBA_RES;
83 rec->fsf_req_id = req->req_id;
84 rec->fsf_req_status = req->status;
85 rec->fsf_cmd = q_head->fsf_command;
86 rec->fsf_seq_no = q_pref->req_seq_no;
87 rec
121 struct zfcp_dbf_hba *rec = &dbf->hba_buf; local
160 struct zfcp_dbf_hba *const rec = &dbf->hba_buf; local
199 struct zfcp_dbf_hba *rec = &dbf->hba_buf; local
245 struct zfcp_dbf_hba *rec = &dbf->hba_buf; local
308 zfcp_dbf_set_common(struct zfcp_dbf_rec *rec, struct zfcp_adapter *adapter, struct zfcp_port *port, struct scsi_device *sdev) argument
342 struct zfcp_dbf_rec *rec = &dbf->rec_buf; local
403 struct zfcp_dbf_rec *rec = &dbf->rec_buf; local
453 struct zfcp_dbf_rec *rec = &dbf->rec_buf; local
486 struct zfcp_dbf_san *rec = &dbf->san_buf; local
677 struct zfcp_dbf_scsi *rec = &dbf->scsi_buf; local
757 struct zfcp_dbf_scsi *rec = &dbf->scsi_buf; local
[all...]
/linux-master/sound/core/seq/oss/
H A Dseq_oss_timer.c35 struct seq_oss_timer *rec; local
37 rec = kzalloc(sizeof(*rec), GFP_KERNEL);
38 if (rec == NULL)
41 rec->dp = dp;
42 rec->cur_tick = 0;
43 rec->realtime = 0;
44 rec->running = 0;
45 rec->oss_tempo = 60;
46 rec
58 snd_seq_oss_timer_delete(struct seq_oss_timer *rec) argument
73 snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev) argument
[all...]
H A Dseq_oss_synth.c93 struct seq_oss_synth *rec; local
97 rec = kzalloc(sizeof(*rec), GFP_KERNEL);
98 if (!rec)
100 rec->seq_device = -1;
101 rec->synth_type = reg->type;
102 rec->synth_subtype = reg->subtype;
103 rec->nr_voices = reg->nvoices;
104 rec->oper = reg->oper;
105 rec
144 struct seq_oss_synth *rec = dev->driver_data; local
183 struct seq_oss_synth *rec; local
203 struct seq_oss_synth *rec; local
296 struct seq_oss_synth *rec; local
345 struct seq_oss_synth *rec; local
392 struct seq_oss_synth *rec; local
444 struct seq_oss_synth *rec; local
472 struct seq_oss_synth *rec; local
566 struct seq_oss_synth *rec; local
608 struct seq_oss_synth *rec; local
646 struct seq_oss_synth *rec; local
[all...]
H A Dseq_oss_readq.c91 union evrec rec; local
94 memset(&rec, 0, sizeof(rec));
95 rec.c[0] = SEQ_MIDIPUTC;
96 rec.c[2] = dev;
99 rec.c[1] = *data++;
100 result = snd_seq_oss_readq_put_event(q, &rec);
169 snd_seq_oss_readq_pick(struct seq_oss_readq *q, union evrec *rec) argument
173 memcpy(rec, &q->q[q->head], sizeof(*rec));
219 union evrec rec; local
[all...]
H A Dseq_oss_rw.c23 static int insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt);
36 union evrec rec; local
44 err = snd_seq_oss_readq_pick(readq, &rec);
53 err = snd_seq_oss_readq_pick(readq, &rec);
59 ev_len = ev_length(&rec);
66 if (copy_to_user(buf, &rec, ev_len)) {
87 union evrec rec; local
93 if (copy_from_user(&rec, buf, SHORT_EVENT_SIZE)) {
97 if (rec.s.code == SEQ_FULLSIZE) {
103 fmt = (*(unsigned short *)rec
152 insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt) argument
[all...]
/linux-master/drivers/usb/misc/
H A Demi26.c76 const struct ihex_binrec *rec; local
109 rec = (const struct ihex_binrec *)loader_fw->data;
111 while (rec) {
112 err = emi26_writememory(dev, be32_to_cpu(rec->addr),
113 rec->data, be16_to_cpu(rec->len),
117 rec = ihex_next_binrec(rec);
129 rec = (const struct ihex_binrec *)bitstream_fw->data;
132 addr = be32_to_cpu(rec
[all...]
H A Demi62.c84 const struct ihex_binrec *rec; local
115 rec = (const struct ihex_binrec *)loader_fw->data;
118 while (rec) {
119 err = emi62_writememory(dev, be32_to_cpu(rec->addr),
120 rec->data, be16_to_cpu(rec->len),
124 rec = ihex_next_binrec(rec);
136 rec = (const struct ihex_binrec *)bitstream_fw->data;
139 addr = be32_to_cpu(rec
[all...]
/linux-master/samples/bpf/
H A Dxdp_sample.bpf.c70 struct datarec *rec; local
79 rec = bpf_map_lookup_elem(&redir_err_cnt, &idx);
80 if (!rec)
83 NO_TEAR_INC(rec->dropped);
85 NO_TEAR_INC(rec->processed);
132 struct datarec *rec; local
139 rec = bpf_map_lookup_elem(&cpumap_enqueue_cnt, &idx);
140 if (!rec)
142 NO_TEAR_ADD(rec->processed, processed);
143 NO_TEAR_ADD(rec
159 struct datarec *rec; local
185 struct datarec *rec; local
209 struct datarec *rec; local
241 struct datarec *rec; local
[all...]
/linux-master/tools/perf/
H A Dbuiltin-record.c113 struct record *rec; member in struct:record_thread
203 static int record__threads_enabled(struct record *rec) argument
205 return rec->opts.threads_spec;
208 static bool switch_output_signal(struct record *rec) argument
210 return rec->switch_output.signal &&
214 static bool switch_output_size(struct record *rec) argument
216 return rec->switch_output.size &&
218 (rec->bytes_written >= rec->switch_output.size);
221 static bool switch_output_time(struct record *rec) argument
227 record__bytes_written(struct record *rec) argument
232 record__output_max_size_exceeded(struct record *rec) argument
238 record__write(struct record *rec, struct mmap *map __maybe_unused, void *bf, size_t size) argument
384 struct record *rec; member in struct:record_aio
438 record__aio_push(struct record *rec, struct mmap *map, off_t *off) argument
485 record__aio_mmap_read_sync(struct record *rec) argument
545 record__aio_enabled(struct record *rec) argument
606 record__comp_enabled(struct record *rec) argument
616 struct record *rec = container_of(tool, struct record, tool); local
637 struct record *rec = to; local
712 struct record *rec = container_of(tool, struct record, tool); local
745 record__auxtrace_mmap_read(struct record *rec, struct mmap *map) argument
761 record__auxtrace_mmap_read_snapshot(struct record *rec, struct mmap *map) argument
778 record__auxtrace_read_snapshot_all(struct record *rec) argument
798 record__read_auxtrace_snapshot(struct record *rec, bool on_exit) argument
811 record__auxtrace_snapshot_exit(struct record *rec) argument
827 record__auxtrace_init(struct record *rec) argument
914 record__config_off_cpu(struct record *rec) argument
919 record__tracking_system_wide(struct record *rec) argument
938 record__config_tracking_events(struct record *rec) argument
1139 record__free_thread_data(struct record *rec) argument
1157 record__map_thread_evlist_pollfd_indexes(struct record *rec, int evlist_pollfd_index, int thread_pollfd_index) argument
1171 record__update_evlist_pollfd_from_thread(struct record *rec, struct evlist *evlist, struct record_thread *thread_data) argument
1195 record__dup_non_perf_events(struct record *rec, struct evlist *evlist, struct record_thread *thread_data) argument
1221 record__alloc_thread_data(struct record *rec, struct evlist *evlist) argument
1285 record__mmap_evlist(struct record *rec, struct evlist *evlist) argument
1344 record__mmap(struct record *rec) argument
1349 record__open(struct record *rec) argument
1412 set_timestamp_boundary(struct record *rec, u64 sample_time) argument
1427 struct record *rec = container_of(tool, struct record, tool); local
1438 process_buildids(struct record *rec) argument
1507 record__adjust_affinity(struct record *rec, struct mmap *map) argument
1566 record__mmap_read_evlist(struct record *rec, struct evlist *evlist, bool overwrite, bool synch) argument
1650 record__mmap_read_all(struct record *rec, bool synch) argument
1732 record__init_features(struct record *rec) argument
1770 record__finish_output(struct record *rec) argument
1800 record__synthesize_workload(struct record *rec, bool tail) argument
1822 write_finished_init(struct record *rec, bool tail) argument
1833 record__switch_output(struct record *rec, bool at_exit) argument
1906 __record__save_lost_samples(struct record *rec, struct evsel *evsel, struct perf_record_lost_samples *lost, int cpu_idx, int thread_idx, u64 lost_count, u16 misc_flag) argument
1928 record__read_lost_samples(struct record *rec) argument
2024 record__pick_pc(struct record *rec) argument
2032 record__synthesize(struct record *rec, bool tail) argument
2156 struct record *rec = data; local
2161 record__setup_sb_evlist(struct record *rec) argument
2199 record__init_clock(struct record *rec) argument
2236 hit_auxtrace_snapshot_trigger(struct record *rec) argument
2264 record__start_threads(struct record *rec) argument
2327 record__stop_threads(struct record *rec) argument
2353 record__waking(struct record *rec) argument
2365 __cmd_record(struct record *rec, int argc, const char **argv) argument
2951 struct record *rec = cb; local
2989 struct record *rec = (struct record *)opt->value; local
3164 switch_output_size_warn(struct record *rec) argument
3181 switch_output_setup(struct record *rec) argument
3292 struct record *rec = container_of(tool, struct record, tool); local
3616 record__free_thread_masks(struct record *rec, int nr_threads) argument
3627 record__alloc_thread_masks(struct record *rec, int nr_threads, int nr_bits) argument
3653 record__init_thread_cpu_masks(struct record *rec, struct perf_cpu_map *cpus) argument
3678 record__init_thread_masks_spec(struct record *rec, struct perf_cpu_map *cpus, const char **maps_spec, const char **affinity_spec, u32 nr_spec) argument
3792 record__init_thread_core_masks(struct record *rec, struct perf_cpu_map *cpus) argument
3810 record__init_thread_package_masks(struct record *rec, struct perf_cpu_map *cpus) argument
3828 record__init_thread_numa_masks(struct record *rec, struct perf_cpu_map *cpus) argument
3860 record__init_thread_user_masks(struct record *rec, struct perf_cpu_map *cpus) argument
3930 record__init_thread_default_masks(struct record *rec, struct perf_cpu_map *cpus) argument
3946 record__init_thread_masks(struct record *rec) argument
3985 struct record *rec = &record; local
4273 struct record *rec = &record; local
4283 struct record *rec = &record; local
[all...]
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_i2c.c44 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; local
50 if (rec->hw_capable) {
51 temp = RREG32(rec->mask_clk_reg);
53 WREG32(rec->mask_clk_reg, temp);
57 temp = RREG32(rec->a_clk_reg) & ~rec->a_clk_mask;
58 WREG32(rec->a_clk_reg, temp);
60 temp = RREG32(rec->a_data_reg) & ~rec
86 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; local
105 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; local
120 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; local
134 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; local
147 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; local
161 amdgpu_i2c_create(struct drm_device *dev, const struct amdgpu_i2c_bus_rec *rec, const char *name) argument
251 amdgpu_i2c_add(struct amdgpu_device *adev, const struct amdgpu_i2c_bus_rec *rec, const char *name) argument
[all...]
H A Damdgpu_i2c.h28 const struct amdgpu_i2c_bus_rec *rec,
34 const struct amdgpu_i2c_bus_rec *rec,
/linux-master/arch/arm64/kernel/
H A Dftrace.c225 static bool ftrace_find_callable_addr(struct dyn_ftrace *rec, argument
229 unsigned long pc = rec->ip;
284 static const struct ftrace_ops *arm64_rec_get_ops(struct dyn_ftrace *rec) argument
288 if (rec->flags & FTRACE_FL_CALL_OPS_EN) {
289 ops = ftrace_find_unique_ops(rec);
299 static int ftrace_rec_set_ops(const struct dyn_ftrace *rec, argument
302 unsigned long literal = ALIGN_DOWN(rec->ip - 12, 8);
307 static int ftrace_rec_set_nop_ops(struct dyn_ftrace *rec) argument
309 return ftrace_rec_set_ops(rec, &ftrace_nop_ops);
312 static int ftrace_rec_update_ops(struct dyn_ftrace *rec) argument
317 ftrace_rec_set_nop_ops(struct dyn_ftrace *rec) argument
318 ftrace_rec_update_ops(struct dyn_ftrace *rec) argument
324 ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) argument
344 ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, unsigned long addr) argument
391 ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) argument
412 ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) argument
[all...]
/linux-master/include/rdma/
H A Dib_sa.h193 sa_conv_pathrec_to_gid_type(struct sa_path_rec *rec) argument
195 switch (rec->rec_type) {
413 u32 port_num, struct sa_path_rec *rec,
421 struct ib_sa_mcmember_rec rec; member in struct:ib_sa_multicast
435 * @rec: SA multicast member record specifying group attributes.
436 * @comp_mask: Component mask indicating which group attributes of %rec are
459 struct ib_sa_mcmember_rec *rec,
485 * @rec: Location to copy SA multicast member record.
488 union ib_gid *mgid, struct ib_sa_mcmember_rec *rec);
495 struct ib_sa_mcmember_rec *rec,
528 sa_path_is_roce(struct sa_path_rec *rec) argument
534 sa_path_is_opa(struct sa_path_rec *rec) argument
539 sa_path_set_slid(struct sa_path_rec *rec, u32 slid) argument
547 sa_path_set_dlid(struct sa_path_rec *rec, u32 dlid) argument
555 sa_path_set_raw_traffic(struct sa_path_rec *rec, u8 raw_traffic) argument
564 sa_path_get_slid(struct sa_path_rec *rec) argument
573 sa_path_get_dlid(struct sa_path_rec *rec) argument
582 sa_path_get_raw_traffic(struct sa_path_rec *rec) argument
591 sa_path_set_dmac(struct sa_path_rec *rec, u8 *dmac) argument
597 sa_path_set_dmac_zero(struct sa_path_rec *rec) argument
603 sa_path_get_dmac(struct sa_path_rec *rec) argument
[all...]
/linux-master/drivers/ras/amd/
H A Dfmpm.c170 #define for_each_fru(i, rec) \
171 for (i = 0; rec = fru_records[i], i < max_nr_fru; i++)
173 static inline u32 get_fmp_len(struct fru_rec *rec) argument
175 return rec->sec_desc.section_length - sizeof(struct cper_section_descriptor);
180 struct fru_rec *rec; local
183 for_each_fru(i, rec) {
184 if (rec->fmp.fru_id == fru_id)
185 return rec;
215 static int update_record_on_storage(struct fru_rec *rec) argument
221 len = get_fmp_len(rec);
242 rec_has_valid_entries(struct fru_rec *rec) argument
276 rec_has_fpd(struct fru_rec *rec, struct cper_fru_poison_desc *fpd) argument
292 save_spa(struct fru_rec *rec, unsigned int entry, u64 addr, u64 id, unsigned int cpu) argument
340 update_fru_record(struct fru_rec *rec, struct mce *m) argument
404 struct fru_rec *rec; local
429 retire_mem_fmp(struct fru_rec *rec) argument
463 struct fru_rec *rec; local
475 set_rec_fields(struct fru_rec *rec) argument
524 struct fru_rec *rec; local
557 fmp_is_usable(struct fru_rec *rec) argument
604 fmp_is_valid(struct fru_rec *rec) argument
714 set_fmp_fields(struct fru_rec *rec, unsigned int cpu) argument
734 struct fru_rec *rec; local
801 struct fru_rec *rec; local
877 struct fru_rec *rec; local
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_i2c.c89 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
98 if (rec->hw_capable) {
111 if (rec->a_clk_reg == reg) {
123 if (ASIC_IS_DCE3(rdev) && rec->hw_capable) {
124 temp = RREG32(rec->mask_clk_reg);
126 WREG32(rec->mask_clk_reg, temp);
130 temp = RREG32(rec->a_clk_reg) & ~rec->a_clk_mask;
131 WREG32(rec
159 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
178 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
193 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
207 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
220 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
326 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
579 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
812 struct radeon_i2c_bus_rec *rec = &i2c->rec; local
903 radeon_i2c_create(struct drm_device *dev, struct radeon_i2c_bus_rec *rec, const char *name) argument
1010 radeon_i2c_add(struct radeon_device *rdev, struct radeon_i2c_bus_rec *rec, const char *name) argument
[all...]
/linux-master/tools/build/feature/
H A Dtest-jvmti-cmlr.c7 jvmtiCompiledMethodLoadInlineRecord rec __attribute__((unused)); local
/linux-master/tools/perf/jvmti/
H A Djvmti_agent.c333 struct jr_code_close rec; local
341 rec.p.id = JIT_CODE_CLOSE;
342 rec.p.total_size = sizeof(rec);
344 rec.p.timestamp = perf_get_timestamp();
346 if (!fwrite(&rec, sizeof(rec), 1, fp))
363 struct jr_code_load rec; local
379 rec.p.id = JIT_CODE_LOAD;
380 rec
421 struct jr_code_debug_info rec; local
[all...]
/linux-master/arch/microblaze/kernel/
H A Dftrace.c113 struct dyn_ftrace *rec, unsigned long addr)
135 imm = *(unsigned int *)rec->ip;
138 bralid = *(unsigned int *)(rec->ip + 4);
144 ret = ftrace_modify_code(rec->ip, MICROBLAZE_NOP);
145 ret += ftrace_modify_code(rec->ip + 4, MICROBLAZE_NOP);
147 ret = ftrace_modify_code(rec->ip, MICROBLAZE_BRI);
153 int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) argument
156 pr_debug("%s: addr:0x%x, rec->ip: 0x%x, imm:0x%x\n",
157 __func__, (unsigned int)addr, (unsigned int)rec->ip, imm);
158 ret = ftrace_modify_code(rec
112 ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, unsigned long addr) argument
[all...]

Completed in 424 milliseconds

1234567891011