Home
last modified time | relevance | path

Searched refs:em28xx_tuner_callback (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/media/usb/em28xx/
H A Dem28xx.h838 int em28xx_tuner_callback(void *ptr, int component, int command, int arg);
H A Dem28xx-dvb.c1987 dvb->fe[0]->callback = em28xx_tuner_callback; in em28xx_dvb_init()
1989 dvb->fe[1]->callback = em28xx_tuner_callback; in em28xx_dvb_init()
H A Dem28xx-cards.c2890 int em28xx_tuner_callback(void *ptr, int component, int command, int arg) in em28xx_tuner_callback() function
2906 EXPORT_SYMBOL_GPL(em28xx_tuner_callback);
H A Dem28xx-video.c2461 tun_setup.tuner_callback = em28xx_tuner_callback; in em28xx_tuner_setup()