H A D | amdtp-stream.c | 231 // of syt interval. This comes from the interval of isoc cycle. As 1394 in amdtp_stream_add_pcm_hw_constraints() 484 static unsigned int compute_syt_offset(unsigned int syt, unsigned int cycle, in compute_syt_offset() argument 487 unsigned int cycle_lo = (cycle % CYCLES_PER_SECOND) & 0x0f; in compute_syt_offset() 534 dst->syt_offset = compute_syt_offset(src->syt, src->cycle, transfer_delay); in cache_seq() 705 static void build_it_pkt_header(struct amdtp_stream *s, unsigned int cycle, in build_it_pkt_header() argument 725 trace_amdtp_packet(s, cycle, cip_header, payload_length + header_length, data_blocks, in build_it_pkt_header() 828 static int parse_ir_ctx_header(struct amdtp_stream *s, unsigned int cycle, in parse_ir_ctx_header() argument 863 // Handle the cycle so that empty packet arrives. in parse_ir_ctx_header() 877 trace_amdtp_packet(s, cycle, cip_header, payload_length, *data_blocks, in parse_ir_ctx_header() 897 static inline u32 increment_ohci_cycle_count(u32 cycle, unsigne argument 930 u32 cycle = compute_ohci_cycle_count(ctx_header_tstamp); compute_ohci_it_cycle() local 951 unsigned int cycle; generate_tx_packet_descs() local 1019 compute_syt(unsigned int syt_offset,unsigned int cycle,unsigned int transfer_delay) compute_syt() argument 1249 unsigned int cycle; skip_rx_packets() local 1294 unsigned int cycle = compute_ohci_it_cycle(ctx_header[offset], queue_size); process_rx_packets_intermediately() local 1384 unsigned int cycle; drop_tx_packets() local 1423 unsigned int cycle = compute_ohci_cycle_count(ctx_header[1]); process_tx_packets_intermediately() local 1519 unsigned int cycle = UINT_MAX; drop_tx_packets_initially() local 1630 unsigned int cycle = s->next_cycle; irq_target_callback_skip() local [all...] |