/linux-6.6.21/sound/firewire/ |
D | amdtp-stream-trace.h | 17 …signed int data_blocks, unsigned int data_block_counter, unsigned int packet_index, unsigned int i… 18 …TP_ARGS(s, cycles, cip_header, payload_length, data_blocks, data_block_counter, packet_index, inde… 30 __field(unsigned int, packet_index) 53 __entry->packet_index = packet_index; 68 __entry->packet_index,
|
D | amdtp-stream.c | 108 s->packet_index = 0; in amdtp_stream_init() 637 s->buffer.packets[s->packet_index].offset); in queue_packet() 643 if (++s->packet_index >= s->queue_size) in queue_packet() 644 s->packet_index = 0; in queue_packet() 701 data_block_counter, s->packet_index, index, curr_cycle_time); in build_it_pkt_header() 803 unsigned int *syt, unsigned int packet_index, unsigned int index, in parse_ir_ctx_header() argument 849 *data_block_counter, packet_index, index, curr_cycle_time); in parse_ir_ctx_header() 911 unsigned int packet_index = s->packet_index; in generate_tx_packet_descs() local 964 packet_index, i, curr_cycle_time); in generate_tx_packet_descs() 972 desc->ctx_payload = s->buffer.packets[packet_index].buffer; in generate_tx_packet_descs() [all …]
|
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() 343 if (isight->packet_index < 0) in isight_start_streaming() 381 isight->packet_index = 0; in isight_start_streaming()
|
D | amdtp-stream.h | 127 int packet_index; member 253 return s->packet_index < 0; in amdtp_streaming_error()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_vpg.c | 48 uint32_t packet_index, in vpg3_update_generic_info_packet() argument 60 if (packet_index > 14) in vpg3_update_generic_info_packet() 83 VPG_GENERIC_DATA_INDEX, packet_index*9); in vpg3_update_generic_info_packet() 111 switch (packet_index) { in vpg3_update_generic_info_packet() 176 switch (packet_index) { in vpg3_update_generic_info_packet()
|
D | dcn30_vpg.h | 140 uint32_t packet_index, 166 uint32_t packet_index,
|
D | dcn30_dio_stream_encoder.c | 55 uint32_t packet_index, in enc3_update_hdmi_info_packet() argument 63 packet_index, in enc3_update_hdmi_info_packet() 83 switch (packet_index) { in enc3_update_hdmi_info_packet()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_stream_encoder.c | 52 uint32_t packet_index, in enc2_update_hdmi_info_packet() argument 60 packet_index, in enc2_update_hdmi_info_packet() 79 switch (packet_index) { in enc2_update_hdmi_info_packet() 257 uint32_t packet_index = 7 + i; in enc2_update_gsp7_128_info_packet() local 258 REG_UPDATE(AFMT_VBI_PACKET_CONTROL, AFMT_GENERIC_INDEX, packet_index); in enc2_update_gsp7_128_info_packet()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_stream_encoder.c | 64 uint32_t packet_index, in dce110_update_generic_info_packet() argument 77 if (packet_index >= 8) in dce110_update_generic_info_packet() 100 AFMT_GENERIC_INDEX, packet_index); in dce110_update_generic_info_packet() 133 AFMT_GENERIC0_UPDATE, (packet_index == 0), in dce110_update_generic_info_packet() 134 AFMT_GENERIC2_UPDATE, (packet_index == 2)); in dce110_update_generic_info_packet() 138 switch (packet_index) { in dce110_update_generic_info_packet() 179 uint32_t packet_index, in dce110_update_hdmi_info_packet() argument 187 packet_index, in dce110_update_hdmi_info_packet() 204 switch (packet_index) { in dce110_update_hdmi_info_packet()
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_stream_encoder.c | 59 uint32_t packet_index, in enc1_update_generic_info_packet() argument 70 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 | 615 uint32_t packet_index,
|
/linux-6.6.21/sound/pci/hda/ |
D | patch_hdmi.c | 437 int *packet_index, int *byte_index) in hdmi_get_dip_index() argument 444 *packet_index = val >> 5; in hdmi_get_dip_index() 450 int packet_index, int byte_index) in hdmi_set_dip_index() argument 454 val = (packet_index << 5) | (byte_index & 0x1f); in hdmi_set_dip_index()
|
/linux-6.6.21/sound/soc/codecs/ |
D | hdac_hdmi.c | 336 int packet_index, int byte_index) in hdac_hdmi_set_dip_index() argument 340 val = (packet_index << 5) | (byte_index & 0x1f); in hdac_hdmi_set_dip_index()
|