Home
last modified time | relevance | path

Searched refs:packet_index (Results 1 – 6 of 6) sorted by relevance

/sound/firewire/
Damdtp-stream-trace.h28 __field(unsigned int, packet_index)
41 __entry->packet_index = s->packet_index;
55 __entry->packet_index,
72 __field(unsigned int, packet_index)
85 __entry->packet_index = s->packet_index;
99 __entry->packet_index,
Damdtp-stream.c90 s->packet_index = 0; in amdtp_stream_init()
380 p.interrupt = IS_ALIGNED(s->packet_index + 1, INTERRUPT_INTERVAL); in queue_packet()
388 s->buffer.packets[s->packet_index].offset); in queue_packet()
394 if (++s->packet_index >= QUEUE_LENGTH) in queue_packet()
395 s->packet_index = 0; in queue_packet()
422 buffer = s->buffer.packets[s->packet_index].buffer; in handle_out_packet()
464 buffer = s->buffer.packets[s->packet_index].buffer; in handle_in_packet()
598 if (s->packet_index < 0) in out_stream_callback()
609 s->packet_index = -1; in out_stream_callback()
630 if (s->packet_index < 0) in in_stream_callback()
[all …]
Damdtp-stream.h106 int packet_index; member
187 return s->packet_index < 0; in amdtp_streaming_error()
Disight.c62 int packet_index; member
173 if (isight->packet_index < 0) in isight_packet()
175 index = isight->packet_index; in isight_packet()
202 isight->packet_index = -1; in isight_packet()
209 isight->packet_index = index; in isight_packet()
349 if (isight->packet_index < 0) in isight_start_streaming()
387 isight->packet_index = 0; in isight_start_streaming()
/sound/pci/hda/
Dpatch_hdmi.c391 int *packet_index, int *byte_index) in hdmi_get_dip_index() argument
398 *packet_index = val >> 5; in hdmi_get_dip_index()
404 int packet_index, int byte_index) in hdmi_set_dip_index() argument
408 val = (packet_index << 5) | (byte_index & 0x1f); in hdmi_set_dip_index()
/sound/soc/codecs/
Dhdac_hdmi.c271 int packet_index, int byte_index) in hdac_hdmi_set_dip_index() argument
275 val = (packet_index << 5) | (byte_index & 0x1f); in hdac_hdmi_set_dip_index()