Home
last modified time | relevance | path

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

/linux/sound/firewire/
H A Damdtp-stream-trace.h17 TP_PROTO(const struct amdtp_stream *s, u32 cycles, const __be32 *cip_header, unsigned int payload_length, unsigned int data_blocks, unsigned int data_block_counter, unsigned int packet_index, unsigned int index, u32 curr_cycle_time),
18 TP_ARGS(s, cycles, cip_header, payload_length, data_blocks, data_block_counter, packet_index, index, curr_cycle_time),
30 __field(unsigned int, packet_index)
53 __entry->packet_index = packet_index;
68 __entry->packet_index,
H A Damdtp-stream.c111 s->packet_index = 0; in amdtp_stream_init()
662 s->buffer.packets[s->packet_index].offset); in queue_packet()
668 if (++s->packet_index >= s->queue_size) in queue_packet()
669 s->packet_index = 0; in queue_packet()
726 data_block_counter, s->packet_index, index, curr_cycle_time); in build_it_pkt_header()
832 unsigned int *syt, unsigned int packet_index, unsigned int index, in parse_ir_ctx_header() argument
878 *data_block_counter, packet_index, index, curr_cycle_time); in parse_ir_ctx_header()
940 unsigned int packet_index = s->packet_index; in generate_tx_packet_descs() local
993 packet_index, in generate_tx_packet_descs()
[all...]
H A 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()
343 if (isight->packet_index < 0) in isight_start_streaming()
381 isight->packet_index = 0; in isight_start_streaming()
H A Damdtp-stream.h131 int packet_index; member
258 return s->packet_index < 0; in amdtp_streaming_error()
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_vpg.c48 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()
H A Ddcn30_vpg.h145 uint32_t packet_index,
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn20/
H A Ddcn20_stream_encoder.c52 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/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_stream_encoder.c64 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/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dvpg.h36 uint32_t packet_index,
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn10/
H A Ddcn10_stream_encoder.c59 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()
H A Ddcn10_stream_encoder.h639 uint32_t packet_index,
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn30/
H A Ddcn30_dio_stream_encoder.c52 uint32_t packet_index, in enc3_update_hdmi_info_packet() argument
60 packet_index, in enc3_update_hdmi_info_packet()
80 switch (packet_index) { in enc3_update_hdmi_info_packet()
H A Ddcn30_dio_stream_encoder.h328 uint32_t packet_index,
/linux/sound/hda/codecs/hdmi/
H A Dhdmi.c237 int *packet_index, int *byte_index) in hdmi_get_dip_index() argument
244 *packet_index = val >> 5; in hdmi_get_dip_index()
250 int packet_index, int byte_index) in hdmi_set_dip_index() argument
254 val = (packet_index << 5) | (byte_index & 0x1f); in hdmi_set_dip_index()
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c335 int packet_index, int byte_index) in hdac_hdmi_set_dip_index() argument
339 val = (packet_index << 5) | (byte_index & 0x1f); in hdac_hdmi_set_dip_index()