Searched refs:packet_index (Results 1 – 8 of 8) sorted by relevance
| /linux/sound/firewire/ |
| H A 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,
|
| H A D | amdtp-stream.c | 111 s->packet_index = 0; in amdtp_stream_init() 647 s->buffer.packets[s->packet_index].offset); in queue_packet() 653 if (++s->packet_index >= s->queue_size) in queue_packet() 654 s->packet_index = 0; in queue_packet() 711 data_block_counter, s->packet_index, index, curr_cycle_time); in build_it_pkt_header() 817 unsigned int *syt, unsigned int packet_index, unsigned int index, in parse_ir_ctx_header() argument 863 *data_block_counter, packet_index, index, curr_cycle_time); in parse_ir_ctx_header() 925 unsigned int packet_index = s->packet_index; in generate_tx_packet_descs() local 978 packet_index, i, curr_cycle_time); in generate_tx_packet_descs() 986 desc->ctx_payload = s->buffer.packets[packet_index].buffer; in generate_tx_packet_descs() [all …]
|
| H A D | amdtp-stream.h | 131 int packet_index; member 258 return s->packet_index < 0; in amdtp_streaming_error()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
| H A 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()
|
| H A D | dcn30_vpg.h | 145 uint32_t packet_index,
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/hw/ |
| H A D | vpg.h | 36 uint32_t packet_index,
|
| /linux/sound/hda/codecs/hdmi/ |
| H A D | hdmi.c | 229 int *packet_index, int *byte_index) in hdmi_get_dip_index() argument 236 *packet_index = val >> 5; in hdmi_get_dip_index() 242 int packet_index, int byte_index) in hdmi_set_dip_index() argument 246 val = (packet_index << 5) | (byte_index & 0x1f); in hdmi_set_dip_index()
|
| /linux/sound/soc/codecs/ |
| H A D | hdac_hdmi.c | 335 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()
|