Lines Matching refs:dec
252 struct tw2804 *dec = to_state(sd); in tw2804_s_std() local
269 write_regs(client, regs, dec->channel); in tw2804_s_std()
270 dec->norm = norm; in tw2804_s_std()
277 struct tw2804 *dec = to_state(sd); in tw2804_s_video_routing() local
281 if (config && config - 1 != dec->channel) { in tw2804_s_video_routing()
287 dec->channel = config - 1; in tw2804_s_video_routing()
289 dec->channel); in tw2804_s_video_routing()
290 if (dec->channel == 0 && in tw2804_s_video_routing()
296 if (write_regs(client, channel_registers, dec->channel) < 0) { in tw2804_s_video_routing()
299 dec->channel); in tw2804_s_video_routing()
307 if (input == dec->input) in tw2804_s_video_routing()
310 reg = read_reg(client, 0x22, dec->channel); in tw2804_s_video_routing()
317 reg = write_reg(client, 0x22, reg, dec->channel); in tw2804_s_video_routing()
321 dec->input = input; in tw2804_s_video_routing()