/Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/macsec/ |
D | macsec_api.c | 263 const struct aq_mss_ingress_prectlf_record *rec, in set_ingress_prectlf_record() 287 const struct aq_mss_ingress_prectlf_record *rec, in aq_mss_set_ingress_prectlf_record() 295 struct aq_mss_ingress_prectlf_record *rec, in get_ingress_prectlf_record() 341 struct aq_mss_ingress_prectlf_record *rec, in aq_mss_get_ingress_prectlf_record() 352 const struct aq_mss_ingress_preclass_record *rec, in set_ingress_preclass_record() 437 const struct aq_mss_ingress_preclass_record *rec, in aq_mss_set_ingress_preclass_record() 450 struct aq_mss_ingress_preclass_record *rec, in get_ingress_preclass_record() 549 struct aq_mss_ingress_preclass_record *rec, in aq_mss_get_ingress_preclass_record() 559 const struct aq_mss_ingress_sc_record *rec, in set_ingress_sc_record() 599 const struct aq_mss_ingress_sc_record *rec, in aq_mss_set_ingress_sc_record() [all …]
|
/Linux-v5.10/sound/isa/sb/ |
D | emu8000_pcm.c | 171 static inline int emu8k_get_curpos(struct snd_emu8k_pcm *rec, int ch) in emu8k_get_curpos() 185 struct snd_emu8k_pcm *rec = from_timer(rec, t, timer); in emu8k_pcm_timer_func() local 219 struct snd_emu8k_pcm *rec; in emu8k_pcm_open() local 246 struct snd_emu8k_pcm *rec = subs->runtime->private_data; in emu8k_pcm_close() local 269 static void setup_voice(struct snd_emu8k_pcm *rec, int ch) in setup_voice() 322 static void start_voice(struct snd_emu8k_pcm *rec, int ch) in start_voice() 357 static void stop_voice(struct snd_emu8k_pcm *rec, int ch) in stop_voice() 375 struct snd_emu8k_pcm *rec = subs->runtime->private_data; in emu8k_pcm_trigger() local 435 #define LOOP_WRITE(rec, offset, _buf, count, mode) \ argument 455 struct snd_emu8k_pcm *rec = subs->runtime->private_data; in emu8k_pcm_copy() local [all …]
|
/Linux-v5.10/tools/perf/ |
D | builtin-record.c | 123 static bool switch_output_signal(struct record *rec) in switch_output_signal() 129 static bool switch_output_size(struct record *rec) in switch_output_size() 136 static bool switch_output_time(struct record *rec) in switch_output_time() 142 static bool record__output_max_size_exceeded(struct record *rec) in record__output_max_size_exceeded() 148 static int record__write(struct record *rec, struct mmap *map __maybe_unused, in record__write() 286 struct record *rec; member 336 static int record__aio_push(struct record *rec, struct mmap *map, off_t *off) in record__aio_push() 383 static void record__aio_mmap_read_sync(struct record *rec) in record__aio_mmap_read_sync() 443 static int record__aio_enabled(struct record *rec) in record__aio_enabled() 504 static int record__comp_enabled(struct record *rec) in record__comp_enabled() [all …]
|
/Linux-v5.10/sound/core/seq/oss/ |
D | seq_oss_synth.c | 93 struct seq_oss_synth *rec; in snd_seq_oss_synth_probe() local 144 struct seq_oss_synth *rec = dev->driver_data; in snd_seq_oss_synth_remove() local 183 struct seq_oss_synth *rec; in get_sdev() local 203 struct seq_oss_synth *rec; in snd_seq_oss_synth_setup() local 296 struct seq_oss_synth *rec; in snd_seq_oss_synth_cleanup() local 345 struct seq_oss_synth *rec; in get_synthdev() local 392 struct seq_oss_synth *rec; in snd_seq_oss_synth_reset() local 444 struct seq_oss_synth *rec; in snd_seq_oss_synth_load_patch() local 471 struct seq_oss_synth *rec; in snd_seq_oss_synth_info() local 565 struct seq_oss_synth *rec; in snd_seq_oss_synth_ioctl() local [all …]
|
D | seq_oss_rw.c | 36 union evrec rec; in snd_seq_oss_read() local 87 union evrec rec; in snd_seq_oss_write() local 151 insert_queue(struct seq_oss_devinfo *dp, union evrec *rec, struct file *opt) in insert_queue()
|
D | seq_oss_timer.c | 35 struct seq_oss_timer *rec; in snd_seq_oss_timer_new() local 58 snd_seq_oss_timer_delete(struct seq_oss_timer *rec) in snd_seq_oss_timer_delete() 73 snd_seq_oss_process_timer_event(struct seq_oss_timer *rec, union evrec *ev) in snd_seq_oss_process_timer_event()
|
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_i2c.c | 44 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_pre_xfer() local 86 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_post_xfer() local 105 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_get_clock() local 120 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_get_data() local 134 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_set_clock() local 147 struct amdgpu_i2c_bus_rec *rec = &i2c->rec; in amdgpu_i2c_set_data() local 162 const struct amdgpu_i2c_bus_rec *rec, in amdgpu_i2c_create() 253 const struct amdgpu_i2c_bus_rec *rec, in amdgpu_i2c_add()
|
/Linux-v5.10/sound/ppc/ |
D | pmac.c | 50 static int snd_pmac_dbdma_alloc(struct snd_pmac *chip, struct pmac_dbdma *rec, int size) in snd_pmac_dbdma_alloc() 66 static void snd_pmac_dbdma_free(struct snd_pmac *chip, struct pmac_dbdma *rec) in snd_pmac_dbdma_free() 84 unsigned int snd_pmac_rate_index(struct snd_pmac *chip, struct pmac_stream *rec, unsigned int rate) in snd_pmac_rate_index() 130 snd_pmac_wait_ack(struct pmac_stream *rec) in snd_pmac_wait_ack() 153 static inline void snd_pmac_dma_stop(struct pmac_stream *rec) in snd_pmac_dma_stop() 162 static inline void snd_pmac_dma_set_command(struct pmac_stream *rec, struct pmac_dbdma *cmd) in snd_pmac_dma_set_command() 170 static inline void snd_pmac_dma_run(struct pmac_stream *rec, int status) in snd_pmac_dma_run() 179 static int snd_pmac_pcm_prepare(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_subs… in snd_pmac_pcm_prepare() 243 static int snd_pmac_pcm_trigger(struct snd_pmac *chip, struct pmac_stream *rec, in snd_pmac_pcm_trigger() 291 struct pmac_stream *rec, in snd_pmac_pcm_pointer() [all …]
|
/Linux-v5.10/drivers/gpu/drm/radeon/ |
D | radeon_i2c.c | 97 struct radeon_i2c_bus_rec *rec = &i2c->rec; in pre_xfer() local 167 struct radeon_i2c_bus_rec *rec = &i2c->rec; in post_xfer() local 186 struct radeon_i2c_bus_rec *rec = &i2c->rec; in get_clock() local 201 struct radeon_i2c_bus_rec *rec = &i2c->rec; in get_data() local 215 struct radeon_i2c_bus_rec *rec = &i2c->rec; in set_clock() local 228 struct radeon_i2c_bus_rec *rec = &i2c->rec; in set_data() local 334 struct radeon_i2c_bus_rec *rec = &i2c->rec; in r100_hw_i2c_xfer() local 587 struct radeon_i2c_bus_rec *rec = &i2c->rec; in r500_hw_i2c_xfer() local 820 struct radeon_i2c_bus_rec *rec = &i2c->rec; in radeon_hw_i2c_xfer() local 912 struct radeon_i2c_bus_rec *rec, in radeon_i2c_create() [all …]
|
/Linux-v5.10/include/linux/ |
D | pstore.h | 236 pstore_ftrace_encode_cpu(struct pstore_ftrace_record *rec, unsigned int cpu) in pstore_ftrace_encode_cpu() 242 pstore_ftrace_decode_cpu(struct pstore_ftrace_record *rec) in pstore_ftrace_decode_cpu() 248 pstore_ftrace_read_timestamp(struct pstore_ftrace_record *rec) in pstore_ftrace_read_timestamp() 254 pstore_ftrace_write_timestamp(struct pstore_ftrace_record *rec, u64 val) in pstore_ftrace_write_timestamp() 260 pstore_ftrace_encode_cpu(struct pstore_ftrace_record *rec, unsigned int cpu) in pstore_ftrace_encode_cpu() 267 pstore_ftrace_decode_cpu(struct pstore_ftrace_record *rec) in pstore_ftrace_decode_cpu() 273 pstore_ftrace_read_timestamp(struct pstore_ftrace_record *rec) in pstore_ftrace_read_timestamp() 279 pstore_ftrace_write_timestamp(struct pstore_ftrace_record *rec, u64 val) in pstore_ftrace_write_timestamp()
|
D | ihex.h | 31 __ihex_next_binrec(const struct ihex_binrec *rec) in __ihex_next_binrec() 39 ihex_next_binrec(const struct ihex_binrec *rec) in ihex_next_binrec() 49 const struct ihex_binrec *end, *rec; in ihex_validate_fw() local
|
/Linux-v5.10/drivers/s390/scsi/ |
D | zfcp_dbf.c | 75 struct zfcp_dbf_hba *rec = &dbf->hba_buf; in zfcp_dbf_hba_fsf_res() local 121 struct zfcp_dbf_hba *rec = &dbf->hba_buf; in zfcp_dbf_hba_fsf_fces() local 157 struct zfcp_dbf_hba *rec = &dbf->hba_buf; in zfcp_dbf_hba_fsf_uss() local 203 struct zfcp_dbf_hba *rec = &dbf->hba_buf; in zfcp_dbf_hba_bit_err() local 274 struct zfcp_dbf_hba *rec = &dbf->hba_buf; in zfcp_dbf_hba_basic() local 291 static void zfcp_dbf_set_common(struct zfcp_dbf_rec *rec, in zfcp_dbf_set_common() 325 struct zfcp_dbf_rec *rec = &dbf->rec_buf; in zfcp_dbf_rec_trig() local 386 struct zfcp_dbf_rec *rec = &dbf->rec_buf; in zfcp_dbf_rec_run_lvl() local 436 struct zfcp_dbf_rec *rec = &dbf->rec_buf; in zfcp_dbf_rec_run_wka() local 469 struct zfcp_dbf_san *rec = &dbf->san_buf; in zfcp_dbf_san() local [all …]
|
/Linux-v5.10/arch/powerpc/kernel/trace/ |
D | ftrace.c | 126 struct dyn_ftrace *rec, unsigned long addr) in __ftrace_make_nop() 222 struct dyn_ftrace *rec, unsigned long addr) in __ftrace_make_nop() 396 static int __ftrace_make_nop_kernel(struct dyn_ftrace *rec, unsigned long addr) in __ftrace_make_nop_kernel() 436 struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_nop() 520 __ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) 588 __ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) 628 static int __ftrace_make_call_kernel(struct dyn_ftrace *rec, unsigned long addr) 675 int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) 714 __ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, 807 int ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr,
|
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_ialloc.c | 58 union xfs_btree_rec rec; in xfs_inobt_update() local 77 union xfs_btree_rec *rec, in xfs_inobt_btrec_to_irec() 109 union xfs_btree_rec *rec; in xfs_inobt_get_rec() local 224 xfs_inobt_rec_incore_t rec; in xfs_check_agi_freecount() local 532 struct xfs_inobt_rec_incore rec; in xfs_inobt_insert_sprec() local 628 struct xfs_inobt_rec_incore rec; in xfs_ialloc_ag_alloc() local 1049 xfs_inobt_rec_incore_t *rec, in xfs_ialloc_next_rec() 1079 xfs_inobt_rec_incore_t *rec, in xfs_ialloc_get_rec() 1107 struct xfs_inobt_rec_incore *rec) in xfs_inobt_first_free_inode() 1138 struct xfs_inobt_rec_incore rec, trec; in xfs_dialloc_ag_inobt() local [all …]
|
D | xfs_alloc_btree.c | 111 union xfs_btree_rec *rec, in xfs_allocbt_update_lastrec() 184 union xfs_btree_rec *rec) in xfs_allocbt_init_key_from_rec() 193 union xfs_btree_rec *rec) in xfs_bnobt_init_high_key_from_rec() 206 union xfs_btree_rec *rec) in xfs_cntbt_init_high_key_from_rec() 215 union xfs_btree_rec *rec) in xfs_allocbt_init_rec_from_cur() 238 xfs_alloc_rec_incore_t *rec = &cur->bc_rec.a; in xfs_bnobt_key_diff() local 249 xfs_alloc_rec_incore_t *rec = &cur->bc_rec.a; in xfs_cntbt_key_diff() local
|
/Linux-v5.10/fs/hfs/ |
D | brec.c | 19 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff() 31 u16 hfs_brec_keylen(struct hfs_bnode *node, u16 rec) in hfs_brec_keylen() 69 int size, key_len, rec; in hfs_brec_insert() local 357 int rec, rec_off, end_rec_off; in hfs_brec_update_parent() local 462 int key_size, rec; in hfs_btree_inc_height() local
|
/Linux-v5.10/fs/hfsplus/ |
D | brec.c | 20 u16 hfs_brec_lenoff(struct hfs_bnode *node, u16 rec, u16 *off) in hfs_brec_lenoff() 32 u16 hfs_brec_keylen(struct hfs_bnode *node, u16 rec) in hfs_brec_keylen() 67 int size, key_len, rec; in hfs_brec_insert() local 361 int rec, rec_off, end_rec_off; in hfs_brec_update_parent() local 466 int key_size, rec; in hfs_btree_inc_height() local
|
/Linux-v5.10/arch/arm/kernel/ |
D | ftrace.c | 49 static unsigned long ftrace_nop_replace(struct dyn_ftrace *rec) in ftrace_nop_replace() 54 static unsigned long adjust_address(struct dyn_ftrace *rec, unsigned long addr) in adjust_address() 123 int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_call() 137 int ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, in ftrace_modify_call() 153 struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_nop()
|
/Linux-v5.10/include/sound/ |
D | pcm-indirect.h | 35 struct snd_pcm_indirect *rec, in snd_pcm_indirect_playback_transfer() 83 struct snd_pcm_indirect *rec, unsigned int ptr) in snd_pcm_indirect_playback_pointer() 104 struct snd_pcm_indirect *rec, in snd_pcm_indirect_capture_transfer() 151 struct snd_pcm_indirect *rec, unsigned int ptr) in snd_pcm_indirect_capture_pointer()
|
/Linux-v5.10/arch/riscv/kernel/ |
D | ftrace.c | 75 int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_call() 85 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, in ftrace_make_nop() 108 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) in ftrace_init_nop() 138 int ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, in ftrace_modify_call()
|
/Linux-v5.10/fs/ocfs2/ |
D | extent_map.c | 216 struct ocfs2_extent_rec *rec) in ocfs2_extent_map_insert_rec() 322 struct ocfs2_extent_rec *rec; in ocfs2_search_for_hole_index() local 408 struct ocfs2_extent_rec *rec; in ocfs2_get_clusters_nocache() local 519 struct ocfs2_extent_rec *rec, in ocfs2_relative_extent_offsets() 540 struct ocfs2_extent_rec *rec; in ocfs2_xattr_get_clusters() local 604 struct ocfs2_extent_rec rec; in ocfs2_get_clusters() local 745 struct ocfs2_extent_rec rec; in ocfs2_fiemap() local 827 struct ocfs2_extent_rec rec; in ocfs2_overwrite_io() local 873 struct ocfs2_extent_rec rec; in ocfs2_seek_data_hole_offset() local
|
/Linux-v5.10/arch/arm64/kernel/ |
D | ftrace.c | 82 int ftrace_make_call(struct dyn_ftrace *rec, unsigned long addr) in ftrace_make_call() 128 int ftrace_modify_call(struct dyn_ftrace *rec, unsigned long old_addr, in ftrace_modify_call() 163 int ftrace_init_nop(struct module *mod, struct dyn_ftrace *rec) in ftrace_init_nop() 179 int ftrace_make_nop(struct module *mod, struct dyn_ftrace *rec, in ftrace_make_nop()
|
/Linux-v5.10/include/rdma/ |
D | ib_sa.h | 192 sa_conv_pathrec_to_gid_type(struct sa_path_rec *rec) in sa_conv_pathrec_to_gid_type() 444 struct ib_sa_mcmember_rec rec; member 554 static inline bool sa_path_is_roce(struct sa_path_rec *rec) in sa_path_is_roce() 560 static inline bool sa_path_is_opa(struct sa_path_rec *rec) in sa_path_is_opa() 565 static inline void sa_path_set_slid(struct sa_path_rec *rec, u32 slid) in sa_path_set_slid() 573 static inline void sa_path_set_dlid(struct sa_path_rec *rec, u32 dlid) in sa_path_set_dlid() 581 static inline void sa_path_set_raw_traffic(struct sa_path_rec *rec, in sa_path_set_raw_traffic() 590 static inline __be32 sa_path_get_slid(struct sa_path_rec *rec) in sa_path_get_slid() 599 static inline __be32 sa_path_get_dlid(struct sa_path_rec *rec) in sa_path_get_dlid() 608 static inline u8 sa_path_get_raw_traffic(struct sa_path_rec *rec) in sa_path_get_raw_traffic() [all …]
|
/Linux-v5.10/samples/bpf/ |
D | xdp_monitor_user.c | 183 static bool map_collect_record(int fd, __u32 key, struct record *rec) in map_collect_record() 220 static bool map_collect_record_u64(int fd, __u32 key, struct record_u64 *rec) in map_collect_record_u64() 346 struct record_u64 *rec, *prev; in stats_print() local 371 struct record_u64 *rec, *prev; in stats_print() local 398 struct record *rec, *prev; in stats_print() local 437 struct record *rec, *prev; in stats_print() local 469 struct record *rec, *prev; in stats_print() local 512 static bool stats_collect(struct stats_record *rec) in stats_collect() 558 struct stats_record *rec; in alloc_stats_record() local 618 struct stats_record *rec, *prev; in stats_poll() local
|
D | xdp_redirect_cpu_kern.c | 208 struct datarec *rec; in xdp_prognum0_no_touch() local 239 struct datarec *rec; in xdp_prognum1_touch_data() local 282 struct datarec *rec; in xdp_prognum2_round_robin() local 331 struct datarec *rec; in xdp_prognum3_proto_separate() local 399 struct datarec *rec; in xdp_prognum4_ddos_filter_pktgen() local 519 struct datarec *rec; in xdp_prognum5_lb_hash_ip_pairs() local 598 struct datarec *rec; in xdp_redirect_collect_stat() local 643 struct datarec *rec; in trace_xdp_exception() local 671 struct datarec *rec; in trace_xdp_cpumap_enqueue() local 713 struct datarec *rec; in trace_xdp_cpumap_kthread() local
|