packet_index       67 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 	uint32_t packet_index,
packet_index       81 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 		if (packet_index >= 8)
packet_index      104 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 				AFMT_GENERIC_INDEX, packet_index);
packet_index      137 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 			AFMT_GENERIC0_UPDATE, (packet_index == 0),
packet_index      138 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 			AFMT_GENERIC2_UPDATE, (packet_index == 2));
packet_index      142 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 		switch (packet_index) {
packet_index      184 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 	uint32_t packet_index,
packet_index      192 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 			packet_index,
packet_index      209 drivers/gpu/drm/amd/display/dc/dce/dce_stream_encoder.c 	switch (packet_index) {
packet_index       58 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c 	uint32_t packet_index,
packet_index       70 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c 	if (packet_index >= 8)
packet_index       92 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c 			AFMT_GENERIC_INDEX, packet_index);
packet_index      121 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c 	switch (packet_index) {
packet_index      161 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c 	uint32_t packet_index,
packet_index      169 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c 			packet_index,
packet_index      187 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.c 	switch (packet_index) {
packet_index      522 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_stream_encoder.h 	uint32_t packet_index,
packet_index       51 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_stream_encoder.c 	uint32_t packet_index,
packet_index       59 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_stream_encoder.c 			packet_index,
packet_index       78 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_stream_encoder.c 	switch (packet_index) {
packet_index      255 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_stream_encoder.c 		uint32_t packet_index = 7 + i;
packet_index      256 drivers/gpu/drm/amd/display/dc/dcn20/dcn20_stream_encoder.c 		REG_UPDATE(AFMT_VBI_PACKET_CONTROL, AFMT_GENERIC_INDEX, packet_index);
packet_index       29 sound/firewire/amdtp-stream-trace.h 		__field(unsigned int, packet_index)
packet_index       51 sound/firewire/amdtp-stream-trace.h 		__entry->packet_index = s->packet_index;
packet_index       65 sound/firewire/amdtp-stream-trace.h 		__entry->packet_index,
packet_index       99 sound/firewire/amdtp-stream.c 	s->packet_index = 0;
packet_index      443 sound/firewire/amdtp-stream.c 	params->interrupt = IS_ALIGNED(s->packet_index + 1, INTERRUPT_INTERVAL);
packet_index      448 sound/firewire/amdtp-stream.c 				   s->buffer.packets[s->packet_index].offset);
packet_index      454 sound/firewire/amdtp-stream.c 	if (++s->packet_index >= QUEUE_LENGTH)
packet_index      455 sound/firewire/amdtp-stream.c 		s->packet_index = 0;
packet_index      692 sound/firewire/amdtp-stream.c 		unsigned int index = (s->packet_index + i) % QUEUE_LENGTH;
packet_index      733 sound/firewire/amdtp-stream.c 		unsigned int index = (s->packet_index + i) % QUEUE_LENGTH;
packet_index      757 sound/firewire/amdtp-stream.c 	s->packet_index = -1;
packet_index      785 sound/firewire/amdtp-stream.c 	if (s->packet_index < 0)
packet_index      828 sound/firewire/amdtp-stream.c 	if (s->packet_index < 0)
packet_index      991 sound/firewire/amdtp-stream.c 	s->packet_index = 0;
packet_index     1003 sound/firewire/amdtp-stream.c 	} while (s->packet_index > 0);
packet_index      120 sound/firewire/amdtp-stream.h 	int packet_index;
packet_index      224 sound/firewire/amdtp-stream.h 	return s->packet_index < 0;
packet_index       62 sound/firewire/isight.c 	int packet_index;
packet_index      173 sound/firewire/isight.c 	if (isight->packet_index < 0)
packet_index      175 sound/firewire/isight.c 	index = isight->packet_index;
packet_index      202 sound/firewire/isight.c 		isight->packet_index = -1;
packet_index      209 sound/firewire/isight.c 	isight->packet_index = index;
packet_index      349 sound/firewire/isight.c 		if (isight->packet_index < 0)
packet_index      387 sound/firewire/isight.c 	isight->packet_index = 0;
packet_index      427 sound/pci/hda/patch_hdmi.c 				int *packet_index, int *byte_index)
packet_index      434 sound/pci/hda/patch_hdmi.c 	*packet_index = val >> 5;
packet_index      440 sound/pci/hda/patch_hdmi.c 				int packet_index, int byte_index)
packet_index      444 sound/pci/hda/patch_hdmi.c 	val = (packet_index << 5) | (byte_index & 0x1f);
packet_index      342 sound/soc/codecs/hdac_hdmi.c 				int packet_index, int byte_index)
packet_index      346 sound/soc/codecs/hdac_hdmi.c 	val = (packet_index << 5) | (byte_index & 0x1f);