Home
last modified time | relevance | path

Searched refs:pkt_descs (Results 1 – 2 of 2) sorted by relevance

/sound/firewire/
Damdtp-stream.c788 generate_ideal_pkt_descs(s, s->pkt_descs, ctx_header, packets); in out_stream_callback()
790 process_ctx_payloads(s, s->pkt_descs, packets); in out_stream_callback()
793 const struct pkt_desc *desc = s->pkt_descs + i; in out_stream_callback()
834 err = generate_device_pkt_descs(s, s->pkt_descs, ctx_header, packets); in in_stream_callback()
841 process_ctx_payloads(s, s->pkt_descs, packets); in in_stream_callback()
984 s->pkt_descs = kcalloc(INTERRUPT_INTERVAL, sizeof(*s->pkt_descs), in amdtp_stream_start()
986 if (!s->pkt_descs) { in amdtp_stream_start()
1019 kfree(s->pkt_descs); in amdtp_stream_start()
1114 kfree(s->pkt_descs); in amdtp_stream_stop()
Damdtp-stream.h121 struct pkt_desc *pkt_descs; member