Searched refs:packet_index (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/sound/firewire/ |
D | amdtp-stream-trace.h | 28 __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, 116 __field(unsigned int, packet_index) 129 __entry->packet_index = s->packet_index; 143 __entry->packet_index, 160 __field(unsigned int, packet_index) [all …]
|
D | amdtp-stream.c | 93 s->packet_index = 0; in amdtp_stream_init() 406 p.interrupt = IS_ALIGNED(s->packet_index + 1, INTERRUPT_INTERVAL); in queue_packet() 414 s->buffer.packets[s->packet_index].offset); in queue_packet() 420 if (++s->packet_index >= QUEUE_LENGTH) in queue_packet() 421 s->packet_index = 0; in queue_packet() 447 buffer = s->buffer.packets[s->packet_index].buffer; in handle_out_packet() 493 buffer = s->buffer.packets[s->packet_index].buffer; in handle_out_packet_without_header() 528 buffer = s->buffer.packets[s->packet_index].buffer; in handle_in_packet() 640 buffer = s->buffer.packets[s->packet_index].buffer; in handle_in_packet_without_header() 692 if (s->packet_index < 0) in out_stream_callback() [all …]
|
D | amdtp-stream.h | 109 int packet_index; member 198 return s->packet_index < 0; in amdtp_streaming_error()
|
D | isight.c | 62 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()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_stream_encoder.c | 65 uint32_t packet_index, in dce110_update_generic_info_packet() argument 79 if (packet_index >= 8) in dce110_update_generic_info_packet() 102 AFMT_GENERIC_INDEX, packet_index); in dce110_update_generic_info_packet() 135 AFMT_GENERIC0_UPDATE, (packet_index == 0), in dce110_update_generic_info_packet() 136 AFMT_GENERIC2_UPDATE, (packet_index == 2)); in dce110_update_generic_info_packet() 140 switch (packet_index) { in dce110_update_generic_info_packet() 182 uint32_t packet_index, in dce110_update_hdmi_info_packet() argument 190 packet_index, in dce110_update_hdmi_info_packet() 207 switch (packet_index) { in dce110_update_hdmi_info_packet()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_stream_encoder.c | 57 uint32_t packet_index, in enc1_update_generic_info_packet() argument 69 if (packet_index >= 8) in enc1_update_generic_info_packet() 91 AFMT_GENERIC_INDEX, packet_index); in enc1_update_generic_info_packet() 120 switch (packet_index) { in enc1_update_generic_info_packet() 160 uint32_t packet_index, in enc1_update_hdmi_info_packet() argument 168 packet_index, in enc1_update_hdmi_info_packet() 186 switch (packet_index) { in enc1_update_hdmi_info_packet()
|
D | dcn10_stream_encoder.h | 455 uint32_t packet_index,
|
/Linux-v4.19/sound/pci/hda/ |
D | patch_hdmi.c | 425 int *packet_index, int *byte_index) in hdmi_get_dip_index() argument 432 *packet_index = val >> 5; in hdmi_get_dip_index() 438 int packet_index, int byte_index) in hdmi_set_dip_index() argument 442 val = (packet_index << 5) | (byte_index & 0x1f); in hdmi_set_dip_index()
|
/Linux-v4.19/sound/soc/codecs/ |
D | hdac_hdmi.c | 322 int packet_index, int byte_index) in hdac_hdmi_set_dip_index() argument 326 val = (packet_index << 5) | (byte_index & 0x1f); in hdac_hdmi_set_dip_index()
|