/linux-6.3-rc2/drivers/staging/vme_user/ |
A D | vme_fake.c | 49 u32 cycle; member 57 u32 cycle; member 376 u32 aspace, u32 cycle) in fake_lm_check() 417 u32 aspace, u32 cycle) in fake_vmeread8() 450 u32 aspace, u32 cycle) in fake_vmeread16() 483 u32 aspace, u32 cycle) in fake_vmeread32() 518 u32 aspace, cycle, dwidth; in fake_master_read() local 615 u32 aspace, u32 cycle) in fake_vmewrite8() 710 u32 aspace, cycle, dwidth; in fake_master_write() local 813 u32 aspace, cycle; in fake_master_rmw() local [all …]
|
A 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()
|
A D | vme_tsi148.c | 468 dma_addr_t pci_base, u32 aspace, u32 cycle) in tsi148_slave_set() 611 dma_addr_t *pci_base, u32 *aspace, u32 *cycle) in tsi148_slave_get() 800 u32 cycle, u32 dwidth) in tsi148_master_set() 1036 u32 *cycle, u32 *dwidth) in __tsi148_master_get() 1145 u32 *cycle, u32 *dwidth) in tsi148_master_get() 1164 u32 aspace, cycle, dwidth; in tsi148_master_read() local 1249 u32 aspace, cycle, dwidth; in tsi148_master_write() local 1403 u32 aspace, u32 cycle, u32 dwidth) in tsi148_dma_set_vme_src_attributes() 1501 u32 aspace, u32 cycle, u32 dwidth) in tsi148_dma_set_vme_dest_attributes() 1904 u32 aspace, u32 cycle) in tsi148_lm_set() [all …]
|
A D | vme_user.h | 15 __u32 cycle; /* Cycle properties */ member 37 __u32 cycle; /* Cycle properties */ member
|
/linux-6.3-rc2/sound/firewire/ |
A D | amdtp-stream.c | 477 static unsigned int compute_syt_offset(unsigned int syt, unsigned int cycle, in compute_syt_offset() 680 static void build_it_pkt_header(struct amdtp_stream *s, unsigned int cycle, in build_it_pkt_header() 799 static int parse_ir_ctx_header(struct amdtp_stream *s, unsigned int cycle, in parse_ir_ctx_header() 868 static inline u32 increment_ohci_cycle_count(u32 cycle, unsigned int addend) in increment_ohci_cycle_count() 901 u32 cycle = compute_ohci_cycle_count(ctx_header_tstamp); in compute_ohci_it_cycle() local 922 unsigned int cycle; in generate_tx_packet_descs() local 1216 unsigned int cycle; in skip_rx_packets() local 1351 unsigned int cycle; in drop_tx_packets() local 1390 unsigned int cycle = compute_ohci_cycle_count(ctx_header[1]); in process_tx_packets_intermediately() local 1486 unsigned int cycle = UINT_MAX; in drop_tx_packets_initially() local [all …]
|
/linux-6.3-rc2/fs/xfs/ |
A D | xfs_log_priv.h | 529 xlog_crack_atomic_lsn(atomic64_t *lsn, uint *cycle, uint *block) in xlog_crack_atomic_lsn() 541 xlog_assign_atomic_lsn(atomic64_t *lsn, uint cycle, uint block) in xlog_assign_atomic_lsn() 552 xlog_crack_grant_head_val(int64_t val, int *cycle, int *space) in xlog_crack_grant_head_val() 559 xlog_crack_grant_head(atomic64_t *head, int *cycle, int *space) in xlog_crack_grant_head() 565 xlog_assign_grant_head_val(int cycle, int space) in xlog_assign_grant_head_val() 571 xlog_assign_grant_head(atomic64_t *head, int cycle, int space) in xlog_assign_grant_head()
|
A D | xfs_sysfs.c | 348 int cycle; in log_head_lsn_show() local 366 int cycle; in log_tail_lsn_show() local 381 int cycle; in reserve_grant_head_show() local 395 int cycle; in write_grant_head_show() local
|
A D | xfs_log_recover.c | 274 uint cycle) in xlog_find_cycle_start() 320 uint cycle; in xlog_find_verify_cycle() local 1489 int cycle, in xlog_add_record() 1510 int cycle, in xlog_write_log_records()
|
A D | xfs_log.c | 154 int cycle, space; in xlog_grant_sub_space() local 181 int cycle, space; in xlog_grant_add_space() local 2014 uint32_t cycle = get_unaligned_be32(data + i); in xlog_split_iclog() local 3587 int cycle, space; in xlog_verify_grant_tail() local
|
/linux-6.3-rc2/net/sched/ |
A 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 406 ktime_t cycle = 0; in tcf_gate_init() local
|
/linux-6.3-rc2/drivers/ptp/ |
A D | ptp_kvm_x86.c | 58 int kvm_arch_ptp_get_crosststamp(u64 *cycle, struct timespec64 *tspec, in kvm_arch_ptp_get_crosststamp()
|
A D | ptp_kvm_common.c | 32 u64 cycle; in ptp_kvm_get_time_fn() local
|
/linux-6.3-rc2/kernel/locking/ |
A D | test-ww_mutex.c | 288 struct test_cycle *cycle = container_of(work, typeof(*cycle), work); in test_cycle_work() local 326 struct test_cycle *cycle = &cycles[n]; in __test_cycle() local 351 struct test_cycle *cycle = &cycles[n]; in __test_cycle() local
|
/linux-6.3-rc2/tools/power/cpupower/bench/ |
A D | benchmark.c | 80 unsigned int _round, cycle; in start_benchmark() local
|
/linux-6.3-rc2/arch/mips/dec/ |
A D | kn02xa-berr.c | 53 const char *kind, *agent, *cycle, *event; in dec_kn02xa_be_backend() local
|
A D | kn01-berr.c | 81 const char *kind, *agent, *cycle, *event; in dec_kn01_be_backend() local
|
A D | ecc-berr.c | 54 const char *kind, *agent, *cycle, *event; in dec_ecc_be_backend() local
|
/linux-6.3-rc2/lib/raid6/ |
A D | algos.c | 238 int i, cycle; in raid6_select_algo() local
|
/linux-6.3-rc2/drivers/net/ethernet/intel/igc/ |
A D | igc_tsn.c | 118 u32 sec, nsec, cycle; in igc_tsn_enable_offload() local
|
/linux-6.3-rc2/drivers/pwm/ |
A D | pwm-sl28cpld.c | 126 unsigned int cycle, prescaler; in sl28cpld_pwm_apply() local
|
/linux-6.3-rc2/drivers/rtc/ |
A D | rtc-fsl-ftm-alarm.c | 211 unsigned long long cycle; in ftm_rtc_set_alarm() local
|
/linux-6.3-rc2/drivers/clocksource/ |
A D | timer-atmel-pit.c | 43 u32 cycle; member
|
/linux-6.3-rc2/include/linux/mfd/syscon/ |
A D | atmel-smc.h | 91 u32 cycle; member
|
/linux-6.3-rc2/drivers/watchdog/ |
A D | rzg2l_wdt.c | 92 static u32 rzg2l_wdt_get_cycle_usec(unsigned long cycle, u32 wdttime) in rzg2l_wdt_get_cycle_usec()
|
/linux-6.3-rc2/drivers/firewire/ |
A D | core-iso.c | 162 int cycle, int sync, int tags) in fw_iso_context_start()
|