Home
last modified time | relevance | path

Searched defs:amdtp_stream (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/sound/firewire/
Damdtp-stream.h100 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;
[all …]
/kernel/linux/linux-5.10/sound/firewire/
Damdtp-stream.h113 struct amdtp_stream { struct
116 enum amdtp_stream_direction direction; argument
117 struct mutex mutex;
120 struct fw_iso_context *context;
121 struct iso_packets_buffer buffer;
122 unsigned int queue_size;
123 int packet_index;
124 struct pkt_desc *pkt_descs;
125 int tag;
126 union {
[all …]