bttv_call_all
bttv_call_all(btv, tuner, s_type_addr, &tun_setup);
bttv_call_all(btv, tuner, s_config, &tda9887_cfg);
bttv_call_all(btv, video, s_std, id);
bttv_call_all(btv, tuner, s_radio);
bttv_call_all(btv, tuner, s_tuner, t);
bttv_call_all(btv, tuner, s_frequency, f);
bttv_call_all(btv, tuner, g_frequency, &new_freq);
bttv_call_all(btv, core, log_status);
bttv_call_all(btv, tuner, g_tuner, t);
bttv_call_all(btv, core, command, SAA6588_CMD_CLOSE, &cmd);
bttv_call_all(btv, tuner, g_tuner, t);
bttv_call_all(btv, tuner, s_tuner, t);
bttv_call_all(btv, core, command, SAA6588_CMD_READ, &cmd);
bttv_call_all(btv, core, command, SAA6588_CMD_POLL, &cmd);