Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/usb/em28xx/
Dem28xx.h783 int em28xx_tuner_callback(void *ptr, int component, int command, int arg);
Dem28xx-dvb.c1677 dvb->fe[0]->callback = em28xx_tuner_callback; in em28xx_dvb_init()
1679 dvb->fe[1]->callback = em28xx_tuner_callback; in em28xx_dvb_init()
Dem28xx-cards.c2510 int em28xx_tuner_callback(void *ptr, int component, int command, int arg) in em28xx_tuner_callback() function
2526 EXPORT_SYMBOL_GPL(em28xx_tuner_callback);
Dem28xx-video.c2209 tun_setup.tuner_callback = em28xx_tuner_callback; in em28xx_tuner_setup()