Home
last modified time | relevance | path

Searched refs:ctx_data (Results 1 – 7 of 7) sorted by relevance

/sound/firewire/
A Damdtp-stream.c1072 s->ctx_data.rx.seq.pos = seq_pos; in generate_rx_packet_descs()
1318 s->ctx_data.rx.cache_pos = 0; in process_rx_packets_intermediately()
1524 if (s->ctx_data.tx.event_starts) in drop_tx_packets_initially()
1754 s->ctx_data.tx.cache.pos = 0; in amdtp_stream_start()
1755 s->ctx_data.tx.cache.descs = kcalloc(s->ctx_data.tx.cache.size, in amdtp_stream_start()
1776 s->ctx_data.rx.seq.descs = kcalloc(queue_size, sizeof(*s->ctx_data.rx.seq.descs), GFP_KERNEL); in amdtp_stream_start()
1777 if (!s->ctx_data.rx.seq.descs) { in amdtp_stream_start()
1782 s->ctx_data.rx.seq.pos = 0; in amdtp_stream_start()
1789 s->ctx_data.rx.event_count = 0; in amdtp_stream_start()
1857 kfree(s->ctx_data.rx.seq.descs); in amdtp_stream_start()
[all …]
A Damdtp-stream.h178 } ctx_data; member
A Damdtp-am824.c94 s->ctx_data.rx.fdf = AMDTP_FDF_AM824 | s->sfc; in amdtp_am824_set_parameters()
/sound/firewire/tascam/
A Damdtp-tascam.c245 s->ctx_data.rx.fdf = 0x00; in amdtp_tscm_init()
/sound/firewire/digi00x/
A Damdtp-dot.c130 s->ctx_data.rx.fdf = AMDTP_FDF_AM824 | s->sfc; in amdtp_dot_set_parameters()
/sound/firewire/fireworks/
A Dfireworks_stream.c59 efw->tx_stream.ctx_data.tx.dbc_interval = 8; in init_stream()
/sound/firewire/motu/
A Damdtp-motu.c478 s->ctx_data.rx.fdf = MOTU_FDF_AM824; in amdtp_motu_init()

Completed in 23 milliseconds