Lines Matching defs:amdtp_stream
100 struct amdtp_stream { struct
103 enum amdtp_stream_direction direction; argument
111 int (*handle_packet)(struct amdtp_stream *s, argument
114 unsigned int max_payload_length;
117 unsigned int source_node_id_field;
118 unsigned int data_block_quadlets;
119 unsigned int data_block_counter;
120 unsigned int sph;
121 unsigned int fmt;
122 unsigned int fdf;
124 unsigned int tx_dbc_interval;
149 amdtp_stream_process_data_blocks_t process_data_blocks; argument
152 int amdtp_stream_init(struct amdtp_stream *s, struct fw_unit *unit, argument