Lines Matching defs:amdtp_stream
116 struct amdtp_stream { struct
120 enum amdtp_stream_direction direction; argument
121 struct mutex mutex;
124 struct fw_iso_context *context;
125 struct iso_packets_buffer buffer;
126 unsigned int queue_size;
127 int packet_index;
128 struct pkt_desc *packet_descs;
129 struct list_head packet_descs_list;
130 struct pkt_desc *packet_descs_cursor;
131 int tag;
132 union {
174 } ctx_data;
177 unsigned int source_node_id_field;
178 unsigned int data_block_quadlets;
202 amdtp_stream_process_ctx_payloads_t process_ctx_payloads; argument
211 int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit, argument