Lines Matching refs:ctl
515 struct stv6110x_devctl *ctl; in technisat_usb2_frontend_attach() local
517 ctl = dvb_attach(stv6110x_attach, in technisat_usb2_frontend_attach()
522 if (ctl) { in technisat_usb2_frontend_attach()
523 technisat_usb2_stv090x_config.tuner_init = ctl->tuner_init; in technisat_usb2_frontend_attach()
524 technisat_usb2_stv090x_config.tuner_sleep = ctl->tuner_sleep; in technisat_usb2_frontend_attach()
525 technisat_usb2_stv090x_config.tuner_set_mode = ctl->tuner_set_mode; in technisat_usb2_frontend_attach()
526 technisat_usb2_stv090x_config.tuner_set_frequency = ctl->tuner_set_frequency; in technisat_usb2_frontend_attach()
527 technisat_usb2_stv090x_config.tuner_get_frequency = ctl->tuner_get_frequency; in technisat_usb2_frontend_attach()
528 technisat_usb2_stv090x_config.tuner_set_bandwidth = ctl->tuner_set_bandwidth; in technisat_usb2_frontend_attach()
529 technisat_usb2_stv090x_config.tuner_get_bandwidth = ctl->tuner_get_bandwidth; in technisat_usb2_frontend_attach()
530 technisat_usb2_stv090x_config.tuner_set_bbgain = ctl->tuner_set_bbgain; in technisat_usb2_frontend_attach()
531 technisat_usb2_stv090x_config.tuner_get_bbgain = ctl->tuner_get_bbgain; in technisat_usb2_frontend_attach()
532 technisat_usb2_stv090x_config.tuner_set_refclk = ctl->tuner_set_refclk; in technisat_usb2_frontend_attach()
533 technisat_usb2_stv090x_config.tuner_get_status = ctl->tuner_get_status; in technisat_usb2_frontend_attach()