Searched refs:packet_index (Results 1 – 6 of 6) sorted by relevance
29 __field(unsigned int, packet_index)51 __entry->packet_index = s->packet_index;65 __entry->packet_index,
99 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 …]
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()
120 int packet_index; member224 return s->packet_index < 0; in amdtp_streaming_error()
428 int *packet_index, int *byte_index) in hdmi_get_dip_index() argument435 *packet_index = val >> 5; in hdmi_get_dip_index()441 int packet_index, int byte_index) in hdmi_set_dip_index() argument445 val = (packet_index << 5) | (byte_index & 0x1f); in hdmi_set_dip_index()
342 int packet_index, int byte_index) in hdac_hdmi_set_dip_index() argument346 val = (packet_index << 5) | (byte_index & 0x1f); in hdac_hdmi_set_dip_index()