Home
last modified time | relevance | path

Searched refs:to_bttv_sub_dev (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/media/video/bt8xx/
Dbttv-gpio.c55 struct bttv_sub_device *sdev = to_bttv_sub_dev(dev); in bttv_sub_probe()
63 struct bttv_sub_device *sdev = to_bttv_sub_dev(dev); in bttv_sub_remove()
80 struct bttv_sub_device *sub = to_bttv_sub_dev(dev); in release_sub_device()
Dbttv.h332 #define to_bttv_sub_dev(x) container_of((x), struct bttv_sub_device, dev) macro