Searched refs:packet_index (Results 1 – 4 of 4) sorted by relevance
87 s->packet_index = 0; in amdtp_stream_init()605 p.interrupt = IS_ALIGNED(s->packet_index + 1, INTERRUPT_INTERVAL); in queue_packet()611 s->buffer.packets[s->packet_index].offset); in queue_packet()617 if (++s->packet_index >= QUEUE_LENGTH) in queue_packet()618 s->packet_index = 0; in queue_packet()642 if (s->packet_index < 0) in handle_out_packet()651 buffer = s->buffer.packets[s->packet_index].buffer; in handle_out_packet()671 s->packet_index = -1; in handle_out_packet()781 s->packet_index = -1; in handle_in_packet()818 if (s->packet_index < 0) in in_stream_callback()[all …]
62 int packet_index; member173 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()
137 int packet_index; member210 return s->packet_index < 0; in amdtp_streaming_error()
484 int *packet_index, int *byte_index) in hdmi_get_dip_index() argument491 *packet_index = val >> 5; in hdmi_get_dip_index()497 int packet_index, int byte_index) in hdmi_set_dip_index() argument501 val = (packet_index << 5) | (byte_index & 0x1f); in hdmi_set_dip_index()