Home
last modified time | relevance | path

Searched refs:to_bttv_sub_dev (Results 1 – 2 of 2) 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()
Dbttv.h337 #define to_bttv_sub_dev(x) container_of((x), struct bttv_sub_device, dev) macro