Home
last modified time | relevance | path

Searched refs:cip_header (Results 1 – 2 of 2) sorted by relevance

/linux/sound/firewire/
A Damdtp-stream-trace.h17 …TP_PROTO(const struct amdtp_stream *s, u32 cycles, const __be32 *cip_header, unsigned int payload_…
18 …TP_ARGS(s, cycles, cip_header, payload_length, data_blocks, data_block_counter, packet_index, inde…
25 __dynamic_array(u8, cip_header, cip_header ? 8 : 0)
44 if (cip_header) {
45 memcpy(__get_dynamic_array(cip_header), cip_header,
46 __get_dynamic_array_len(cip_header));
68 __print_array(__get_dynamic_array(cip_header),
69 __get_dynamic_array_len(cip_header), 1))
A Damdtp-stream.c685 __be32 *cip_header; in build_it_pkt_header() local
695 cip_header = NULL; in build_it_pkt_header()
707 u32 cip_header[2]; in check_cip_header() local
714 cip_header[0] = be32_to_cpu(buf[0]); in check_cip_header()
726 cip_header[0], cip_header[1]); in check_cip_header()
736 cip_header[0], cip_header[1]); in check_cip_header()
751 cip_header[0]); in check_cip_header()
761 dbc = cip_header[0] & CIP_DBC_MASK; in check_cip_header()
804 const __be32 *cip_header; in parse_ir_ctx_header() local
832 cip_header = NULL; in parse_ir_ctx_header()
[all …]

Completed in 10 milliseconds