Home
last modified time | relevance | path

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

/sound/firewire/
Damdtp-stream-trace.h29 __field(unsigned int, packet_index)
51 __entry->packet_index = s->packet_index;
65 __entry->packet_index,
Damdtp-stream.c99 s->packet_index = 0; in amdtp_stream_init()
443 params->interrupt = IS_ALIGNED(s->packet_index + 1, INTERRUPT_INTERVAL); in queue_packet()
448 s->buffer.packets[s->packet_index].offset); in queue_packet()
454 if (++s->packet_index >= QUEUE_LENGTH) in queue_packet()
455 s->packet_index = 0; in queue_packet()
698 unsigned int index = (s->packet_index + i) % QUEUE_LENGTH; in generate_device_pkt_descs()
739 unsigned int index = (s->packet_index + i) % QUEUE_LENGTH; in generate_ideal_pkt_descs()
763 s->packet_index = -1; in cancel_stream()
791 if (s->packet_index < 0) in out_stream_callback()
834 if (s->packet_index < 0) 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.h120 int packet_index; member
224 return s->packet_index < 0; in amdtp_streaming_error()
/sound/pci/hda/
Dpatch_hdmi.c428 int *packet_index, int *byte_index) in hdmi_get_dip_index() argument
435 *packet_index = val >> 5; in hdmi_get_dip_index()
441 int packet_index, int byte_index) in hdmi_set_dip_index() argument
445 val = (packet_index << 5) | (byte_index & 0x1f); in hdmi_set_dip_index()
/sound/soc/codecs/
Dhdac_hdmi.c342 int packet_index, int byte_index) in hdac_hdmi_set_dip_index() argument
346 val = (packet_index << 5) | (byte_index & 0x1f); in hdac_hdmi_set_dip_index()