Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/media/usb/em28xx/
Dem28xx.h847 int em28xx_tuner_callback(void *ptr, int component, int command, int arg);
Dem28xx-dvb.c1985 dvb->fe[0]->callback = em28xx_tuner_callback; in em28xx_dvb_init()
1987 dvb->fe[1]->callback = em28xx_tuner_callback; in em28xx_dvb_init()
Dem28xx-cards.c2843 int em28xx_tuner_callback(void *ptr, int component, int command, int arg) in em28xx_tuner_callback() function
2859 EXPORT_SYMBOL_GPL(em28xx_tuner_callback);
Dem28xx-video.c2469 tun_setup.tuner_callback = em28xx_tuner_callback; in em28xx_tuner_setup()