Searched refs:ctx_data (Results 1 – 10 of 10) sorted by relevance
| /linux/sound/firewire/ |
| A D | amdtp-stream.c | 567 s->ctx_data.rx.seq.tail = seq_tail; in pool_replayed_seq() 1619 s->ctx_data.tx.cache.tail = 0; in amdtp_stream_start() 1620 s->ctx_data.tx.cache.descs = kcalloc(s->ctx_data.tx.cache.size, in amdtp_stream_start() 1641 s->ctx_data.rx.seq.descs = kcalloc(queue_size, sizeof(*s->ctx_data.rx.seq.descs), GFP_KERNEL); in amdtp_stream_start() 1642 if (!s->ctx_data.rx.seq.descs) { in amdtp_stream_start() 1647 s->ctx_data.rx.seq.tail = 0; in amdtp_stream_start() 1648 s->ctx_data.rx.seq.head = 0; in amdtp_stream_start() 1655 s->ctx_data.rx.event_count = 0; in amdtp_stream_start() 1710 kfree(s->ctx_data.rx.seq.descs); in amdtp_stream_start() 1804 kfree(s->ctx_data.rx.seq.descs); in amdtp_stream_stop() [all …]
|
| A D | amdtp-stream.h | 173 } ctx_data; member
|
| A D | amdtp-am824.c | 86 s->ctx_data.rx.fdf = AMDTP_FDF_AM824 | s->sfc; in amdtp_am824_set_parameters()
|
| /linux/sound/firewire/tascam/ |
| A D | amdtp-tascam.c | 251 s->ctx_data.rx.fdf = 0x00; in amdtp_tscm_init()
|
| /linux/drivers/usb/host/ |
| A D | xhci-trace.h | 84 __dynamic_array(u32, ctx_data, 98 memcpy(__get_dynamic_array(ctx_data), ctx->bytes,
|
| /linux/sound/firewire/fireworks/ |
| A D | fireworks_stream.c | 59 efw->tx_stream.ctx_data.tx.dbc_interval = 8; in init_stream()
|
| /linux/sound/firewire/digi00x/ |
| A D | amdtp-dot.c | 130 s->ctx_data.rx.fdf = AMDTP_FDF_AM824 | s->sfc; in amdtp_dot_set_parameters()
|
| /linux/sound/firewire/motu/ |
| A D | amdtp-motu.c | 482 s->ctx_data.rx.fdf = MOTU_FDF_AM824; in amdtp_motu_init()
|
| /linux/arch/x86/crypto/ |
| A D | aesni-intel_asm.S | 251 mov %r11, AadLen(%arg2) # ctx_data.aad_length = aad_length 253 mov %r11, InLen(%arg2) # ctx_data.in_length = 0 254 mov %r11, PBlockLen(%arg2) # ctx_data.partial_block_length = 0 255 mov %r11, PBlockEncKey(%arg2) # ctx_data.partial_block_enc_key = 0 258 movdqu %xmm0, OrigIV(%arg2) # ctx_data.orig_IV = iv 262 movdqu %xmm0, CurCount(%arg2) # ctx_data.current_counter = iv
|
| A D | aesni-intel_avx-x86_64.S | 665 mov %r11, AadLen(arg2) # ctx_data.aad_length = aad_length 667 mov %r11, InLen(arg2) # ctx_data.in_length = 0 669 mov %r11, PBlockLen(arg2) # ctx_data.partial_block_length = 0 670 mov %r11, PBlockEncKey(arg2) # ctx_data.partial_block_enc_key = 0 673 movdqu %xmm0, OrigIV(arg2) # ctx_data.orig_IV = iv 676 movdqu %xmm0, CurCount(arg2) # ctx_data.current_counter = iv
|
Completed in 31 milliseconds