bttv_sub_device
struct bttv_sub_device *sdev = to_bttv_sub_dev(dev);
struct bttv_sub_device *sdev = to_bttv_sub_dev(dev);
struct bttv_sub_device *sub = to_bttv_sub_dev(dev);
struct bttv_sub_device *sub;
struct bttv_sub_device *sub, *save;
#define to_bttv_sub_dev(x) container_of((x), struct bttv_sub_device, dev)
int (*probe)(struct bttv_sub_device *sub);
void (*remove)(struct bttv_sub_device *sub);
static int dvb_bt8xx_probe(struct bttv_sub_device *sub)
static void dvb_bt8xx_remove(struct bttv_sub_device *sub)