Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/bt8xx/
Dbttv-gpio.c43 struct bttv_sub_device *sdev = to_bttv_sub_dev(dev); in bttv_sub_probe()
51 struct bttv_sub_device *sdev = to_bttv_sub_dev(dev); in bttv_sub_remove()
67 struct bttv_sub_device *sub = to_bttv_sub_dev(dev); in release_sub_device()
73 struct bttv_sub_device *sub; in bttv_sub_add_device()
98 struct bttv_sub_device *sub, *save; in bttv_sub_del_devices()
Dbttv.h332 struct bttv_sub_device { struct
337 #define to_bttv_sub_dev(x) container_of((x), struct bttv_sub_device, dev) argument
342 int (*probe)(struct bttv_sub_device *sub);
343 void (*remove)(struct bttv_sub_device *sub);
Ddvb-bt8xx.c802 static int dvb_bt8xx_probe(struct bttv_sub_device *sub) in dvb_bt8xx_probe()
914 static void dvb_bt8xx_remove(struct bttv_sub_device *sub) in dvb_bt8xx_remove()