Lines Matching refs:dec
264 struct tw2804 *dec = to_state(sd); in tw2804_s_std() local
281 write_regs(client, regs, dec->channel); in tw2804_s_std()
282 dec->norm = norm; in tw2804_s_std()
289 struct tw2804 *dec = to_state(sd); in tw2804_s_video_routing() local
293 if (config && config - 1 != dec->channel) { in tw2804_s_video_routing()
299 dec->channel = config - 1; in tw2804_s_video_routing()
301 dec->channel); in tw2804_s_video_routing()
302 if (dec->channel == 0 && in tw2804_s_video_routing()
308 if (write_regs(client, channel_registers, dec->channel) < 0) { in tw2804_s_video_routing()
311 dec->channel); in tw2804_s_video_routing()
319 if (input == dec->input) in tw2804_s_video_routing()
322 reg = read_reg(client, 0x22, dec->channel); in tw2804_s_video_routing()
329 reg = write_reg(client, 0x22, reg, dec->channel); in tw2804_s_video_routing()
333 dec->input = input; in tw2804_s_video_routing()