Home
last modified time | relevance | path

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

/linux-4.4.14/sound/firewire/
Damdtp-stream.c86 s->packet_index = 0; in amdtp_stream_init()
376 p.interrupt = IS_ALIGNED(s->packet_index + 1, INTERRUPT_INTERVAL); in queue_packet()
382 s->buffer.packets[s->packet_index].offset); in queue_packet()
388 if (++s->packet_index >= QUEUE_LENGTH) in queue_packet()
389 s->packet_index = 0; in queue_packet()
415 buffer = s->buffer.packets[s->packet_index].buffer; in handle_out_packet()
555 if (s->packet_index < 0) in out_stream_callback()
570 s->packet_index = -1; in out_stream_callback()
589 if (s->packet_index < 0) in in_stream_callback()
599 buffer = s->buffer.packets[s->packet_index].buffer; in in_stream_callback()
[all …]
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()
Damdtp-stream.h109 int packet_index; member
192 return s->packet_index < 0; in amdtp_streaming_error()
/linux-4.4.14/sound/pci/hda/
Dpatch_hdmi.c489 int *packet_index, int *byte_index) in hdmi_get_dip_index() argument
496 *packet_index = val >> 5; in hdmi_get_dip_index()
502 int packet_index, int byte_index) in hdmi_set_dip_index() argument
506 val = (packet_index << 5) | (byte_index & 0x1f); in hdmi_set_dip_index()