Lines Matching refs:i
116 int i; in rk817_codec_power_up() local
126 for (i = 0; i < RK817_CODEC_PLAYBACK_POWER_UP_LIST_LEN; i++) { in rk817_codec_power_up()
127 snd_soc_write(codec, playback_power_up_list[i].reg, in rk817_codec_power_up()
128 playback_power_up_list[i].value); in rk817_codec_power_up()
138 int i; in rk817_codec_power_down() local
153 for (i = 0; i < RK817_CODEC_PLAYBACK_POWER_DOWN_LIST_LEN; i++) { in rk817_codec_power_down()
154 snd_soc_write(codec, playback_power_down_list[i].reg, in rk817_codec_power_down()
155 playback_power_down_list[i].value); in rk817_codec_power_down()
162 for (i = 0; i < RK817_CODEC_PLAYBACK_POWER_DOWN_LIST_LEN; i++) { in rk817_codec_power_down()
163 snd_soc_write(codec, playback_power_down_list[i].reg, in rk817_codec_power_down()
164 playback_power_down_list[i].value); in rk817_codec_power_down()