/Linux-v5.15/drivers/vme/bridges/ |
D | vme_fake.c | 49 u32 cycle; member 57 u32 cycle; member 156 dma_addr_t buf_base, u32 aspace, u32 cycle) in fake_slave_set() 225 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in fake_slave_get() 253 u32 aspace, u32 cycle, u32 dwidth) in fake_master_set() 340 u32 *aspace, u32 *cycle, u32 *dwidth) in __fake_master_get() 362 u32 *aspace, u32 *cycle, u32 *dwidth) in fake_master_get() 378 u32 aspace, u32 cycle) in fake_lm_check() 419 u32 aspace, u32 cycle) in fake_vmeread8() 452 u32 aspace, u32 cycle) in fake_vmeread16() [all …]
|
D | vme_tsi148.c | 473 dma_addr_t pci_base, u32 aspace, u32 cycle) in tsi148_slave_set() 617 dma_addr_t *pci_base, u32 *aspace, u32 *cycle) in tsi148_slave_get() 808 u32 cycle, u32 dwidth) in tsi148_master_set() 1049 u32 *cycle, u32 *dwidth) in __tsi148_master_get() 1159 u32 *cycle, u32 *dwidth) in tsi148_master_get() 1178 u32 aspace, cycle, dwidth; in tsi148_master_read() local 1264 u32 aspace, cycle, dwidth; in tsi148_master_write() local 1418 u32 aspace, u32 cycle, u32 dwidth) in tsi148_dma_set_vme_src_attributes() 1517 u32 aspace, u32 cycle, u32 dwidth) in tsi148_dma_set_vme_dest_attributes() 1921 u32 aspace, u32 cycle) in tsi148_lm_set() [all …]
|
D | vme_ca91cx42.c | 335 dma_addr_t pci_base, u32 aspace, u32 cycle) in ca91cx42_slave_set() 441 dma_addr_t *pci_base, u32 *aspace, u32 *cycle) in ca91cx42_slave_get() 591 u32 cycle, u32 dwidth) in ca91cx42_master_set() 748 u32 *aspace, u32 *cycle, u32 *dwidth) in __ca91cx42_master_get() 835 u32 *cycle, u32 *dwidth) in ca91cx42_master_get() 1294 unsigned long long lm_base, u32 aspace, u32 cycle) in ca91cx42_lm_set() 1362 unsigned long long *lm_base, u32 *aspace, u32 *cycle) in ca91cx42_lm_get()
|
/Linux-v5.15/drivers/vme/ |
D | vme.c | 167 u32 aspace, cycle, dwidth; in vme_get_size() local 282 u32 cycle) in vme_slave_request() 363 dma_addr_t buf_base, u32 aspace, u32 cycle) in vme_slave_set() 413 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in vme_slave_get() 483 u32 cycle, u32 dwidth) in vme_master_request() 567 u32 cycle, u32 dwidth) in vme_master_set() 618 u32 *cycle, u32 *dwidth) in vme_master_get() 1048 u32 aspace, u32 cycle, u32 dwidth) in vme_dma_vme_attribute() 1564 u32 aspace, u32 cycle) in vme_lm_set() 1600 u32 *aspace, u32 *cycle) in vme_lm_get()
|
/Linux-v5.15/sound/firewire/ |
D | amdtp-stream.c | 472 static unsigned int compute_syt_offset(unsigned int syt, unsigned int cycle, in compute_syt_offset() 678 static void build_it_pkt_header(struct amdtp_stream *s, unsigned int cycle, in build_it_pkt_header() 797 static int parse_ir_ctx_header(struct amdtp_stream *s, unsigned int cycle, in parse_ir_ctx_header() 860 static inline u32 increment_ohci_cycle_count(u32 cycle, unsigned int addend) in increment_ohci_cycle_count() 885 u32 cycle = compute_ohci_cycle_count(ctx_header_tstamp); in compute_ohci_it_cycle() local 905 unsigned int cycle; in generate_device_pkt_descs() local 972 static unsigned int compute_syt(unsigned int syt_offset, unsigned int cycle, in compute_syt() 1123 unsigned int cycle; in skip_rx_packets() local 1168 unsigned int cycle = compute_ohci_it_cycle(ctx_header[offset], queue_size); in process_rx_packets_intermediately() local 1250 unsigned int cycle; in drop_tx_packets() local [all …]
|
/Linux-v5.15/drivers/staging/vme/devices/ |
D | vme_user.h | 15 __u32 cycle; /* Cycle properties */ member 37 __u32 cycle; /* Cycle properties */ member
|
/Linux-v5.15/fs/xfs/ |
D | xfs_log_priv.h | 538 xlog_crack_atomic_lsn(atomic64_t *lsn, uint *cycle, uint *block) in xlog_crack_atomic_lsn() 550 xlog_assign_atomic_lsn(atomic64_t *lsn, uint cycle, uint block) in xlog_assign_atomic_lsn() 561 xlog_crack_grant_head_val(int64_t val, int *cycle, int *space) in xlog_crack_grant_head_val() 568 xlog_crack_grant_head(atomic64_t *head, int *cycle, int *space) in xlog_crack_grant_head() 574 xlog_assign_grant_head_val(int cycle, int space) in xlog_assign_grant_head_val() 580 xlog_assign_grant_head(atomic64_t *head, int cycle, int space) in xlog_assign_grant_head()
|
D | xfs_sysfs.c | 321 int cycle; in log_head_lsn_show() local 339 int cycle; in log_tail_lsn_show() local 354 int cycle; in reserve_grant_head_show() local 368 int cycle; in write_grant_head_show() local
|
D | xfs_log.c | 103 int cycle, space; in xlog_grant_sub_space() local 130 int cycle, space; in xlog_grant_add_space() local 1957 uint32_t cycle = get_unaligned_be32(data + i); in xlog_split_iclog() local 3675 int cycle, space; in xlog_verify_grant_tail() local
|
D | xfs_log_recover.c | 281 uint cycle) in xlog_find_cycle_start() 327 uint cycle; in xlog_find_verify_cycle() local 1496 int cycle, in xlog_add_record() 1517 int cycle, in xlog_write_log_records()
|
/Linux-v5.15/drivers/ptp/ |
D | ptp_kvm_x86.c | 58 int kvm_arch_ptp_get_crosststamp(u64 *cycle, struct timespec64 *tspec, in kvm_arch_ptp_get_crosststamp()
|
D | ptp_kvm_common.c | 32 u64 cycle; in ptp_kvm_get_time_fn() local
|
/Linux-v5.15/net/sched/ |
D | act_gate.c | 38 ktime_t now, base, cycle; in gate_get_start_time() local 99 ktime_t cycle, base; in gate_timer_func() local 403 ktime_t cycle = 0; in tcf_gate_init() local
|
D | sch_taprio.c | 192 ktime_t earliest_txtime = KTIME_MAX, txtime, cycle, transmit_end_time; in find_entry_to_transmit() local 910 ktime_t cycle = 0; in parse_taprio_schedule() local 997 ktime_t now, base, cycle; in taprio_get_start_time() local 1030 ktime_t cycle; in setup_first_close_time() local
|
/Linux-v5.15/kernel/locking/ |
D | test-ww_mutex.c | 248 struct test_cycle *cycle = container_of(work, typeof(*cycle), work); in test_cycle_work() local 286 struct test_cycle *cycle = &cycles[n]; in __test_cycle() local 311 struct test_cycle *cycle = &cycles[n]; in __test_cycle() local
|
/Linux-v5.15/tools/power/cpupower/bench/ |
D | benchmark.c | 80 unsigned int _round, cycle; in start_benchmark() local
|
/Linux-v5.15/arch/mips/dec/ |
D | kn02xa-berr.c | 53 const char *kind, *agent, *cycle, *event; in dec_kn02xa_be_backend() local
|
D | kn01-berr.c | 81 const char *kind, *agent, *cycle, *event; in dec_kn01_be_backend() local
|
D | ecc-berr.c | 54 const char *kind, *agent, *cycle, *event; in dec_ecc_be_backend() local
|
/Linux-v5.15/drivers/net/ethernet/intel/igc/ |
D | igc_tsn.c | 86 u32 sec, nsec, cycle; in igc_tsn_enable_offload() local
|
/Linux-v5.15/lib/raid6/ |
D | algos.c | 242 int i, cycle; in raid6_select_algo() local
|
/Linux-v5.15/drivers/pwm/ |
D | pwm-sl28cpld.c | 124 unsigned int cycle, prescaler; in sl28cpld_pwm_apply() local
|
/Linux-v5.15/drivers/rtc/ |
D | rtc-fsl-ftm-alarm.c | 211 unsigned long long cycle; in ftm_rtc_set_alarm() local
|
/Linux-v5.15/drivers/clocksource/ |
D | timer-atmel-pit.c | 43 u32 cycle; member
|
/Linux-v5.15/include/linux/mfd/syscon/ |
D | atmel-smc.h | 91 u32 cycle; member
|