Lines Matching defs:amdtp_stream
120 struct amdtp_stream { struct
124 enum amdtp_stream_direction direction; argument
125 struct mutex mutex;
128 struct fw_iso_context *context;
129 struct iso_packets_buffer buffer;
130 unsigned int queue_size;
131 int packet_index;
132 struct pkt_desc *packet_descs;
133 struct list_head packet_descs_list;
134 struct pkt_desc *packet_descs_cursor;
135 int tag;
136 union {
178 } ctx_data;
181 unsigned int source_node_id_field;
182 unsigned int data_block_quadlets;
183 unsigned int data_block_counter;
207 amdtp_stream_process_ctx_payloads_t process_ctx_payloads; argument
216 int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit, argument