Home
last modified time | relevance | path

Searched refs:bttv_sub_device (Results 1 – 3 of 3) sorted by relevance

/drivers/media/video/bt8xx/
Dbttv-gpio.c52 struct bttv_sub_device *sdev = to_bttv_sub_dev(dev); in bttv_sub_probe()
60 struct bttv_sub_device *sdev = to_bttv_sub_dev(dev); in bttv_sub_remove()
77 struct bttv_sub_device *sub = to_bttv_sub_dev(dev); in release_sub_device()
83 struct bttv_sub_device *sub; in bttv_sub_add_device()
108 struct bttv_sub_device *sub, *save; in bttv_sub_del_devices()
Dbttv.h306 struct bttv_sub_device { struct
311 #define to_bttv_sub_dev(x) container_of((x), struct bttv_sub_device, dev) argument
316 int (*probe)(struct bttv_sub_device *sub);
317 void (*remove)(struct bttv_sub_device *sub);
/drivers/media/dvb/bt8xx/
Ddvb-bt8xx.c806 static int __devinit dvb_bt8xx_probe(struct bttv_sub_device *sub) in dvb_bt8xx_probe()
920 static void dvb_bt8xx_remove(struct bttv_sub_device *sub) in dvb_bt8xx_remove()