Searched refs:to_bttv_sub_dev (Results 1 – 2 of 2) sorted by relevance
43 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()
336 #define to_bttv_sub_dev(x) container_of((x), struct bttv_sub_device, dev) macro