ctl_idx          1030 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c 		int ctl_idx = (i < num_ctl) ? i : (num_ctl-1);
ctl_idx          1033 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c 		cstate->mixers[i].lm_ctl = hw_ctl[ctl_idx];
ctl_idx           325 drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h 	TP_PROTO(uint32_t drm_id, int ctl_idx),
ctl_idx           326 drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h 	TP_ARGS(drm_id, ctl_idx)
ctl_idx           438 drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h 		 int pending_kickoff_cnt, int ctl_idx, u32 extra_flush_bits,
ctl_idx           440 drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h 	TP_ARGS(drm_id, intf_idx, pending_kickoff_cnt, ctl_idx,
ctl_idx           446 drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h 		__field(	int,		ctl_idx			)
ctl_idx           454 drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h 		__entry->ctl_idx = ctl_idx;
ctl_idx           461 drivers/gpu/drm/msm/disp/dpu1/dpu_trace.h 		  __entry->pending_kickoff_cnt, __entry->ctl_idx,
ctl_idx          2775 drivers/net/wireless/ath/ath5k/phy.c 	u8 ctl_idx = 0xFF;
ctl_idx          2802 drivers/net/wireless/ath/ath5k/phy.c 			ctl_idx = i;
ctl_idx          2809 drivers/net/wireless/ath/ath5k/phy.c 	if (ctl_idx == 0xFF)
ctl_idx          2815 drivers/net/wireless/ath/ath5k/phy.c 	rep_idx = ctl_idx * AR5K_EEPROM_N_EDGES;
ctl_idx          1294 drivers/net/wireless/ath/carl9170/phy.c 	u8 ctl_idx; /* CTL index */
ctl_idx          1353 drivers/net/wireless/ath/carl9170/phy.c 		for (ctl_idx = 0; ctl_idx < AR5416_NUM_CTLS; ctl_idx++)
ctl_idx          1354 drivers/net/wireless/ath/carl9170/phy.c 			if (c == ar->eeprom.ctl_index[ctl_idx])
ctl_idx          1356 drivers/net/wireless/ath/carl9170/phy.c 		if (ctl_idx < AR5416_NUM_CTLS) {
ctl_idx          1366 drivers/net/wireless/ath/carl9170/phy.c 						freq, bw, EDGES(ctl_idx, 1));
ctl_idx          1380 drivers/net/wireless/ath/carl9170/phy.c 					freq + f_off, EDGES(ctl_idx, 1));
ctl_idx           762 sound/hda/hdmi_chmap.c 	unsigned int ctl_idx;
ctl_idx           773 sound/hda/hdmi_chmap.c 	ctl_idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
ctl_idx           774 sound/hda/hdmi_chmap.c 	substream = snd_pcm_chmap_substream(info, ctl_idx);