Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/media/pci/bt8xx/
A Dbttv-gpio.c33 struct bttv_sub_driver *sub = to_bttv_sub_drv(drv); in bttv_sub_bus_match()
44 struct bttv_sub_driver *sub = to_bttv_sub_drv(dev->driver); in bttv_sub_probe()
52 struct bttv_sub_driver *sub = to_bttv_sub_drv(dev->driver); in bttv_sub_remove()
110 int bttv_sub_register(struct bttv_sub_driver *sub, char *wanted) in bttv_sub_register()
118 int bttv_sub_unregister(struct bttv_sub_driver *sub) in bttv_sub_unregister()
A Dbttv.h338 struct bttv_sub_driver { struct
344 #define to_bttv_sub_drv(x) container_of((x), struct bttv_sub_driver, drv) argument
346 int bttv_sub_register(struct bttv_sub_driver *drv, char *wanted);
347 int bttv_sub_unregister(struct bttv_sub_driver *drv);
A Ddvb-bt8xx.c936 static struct bttv_sub_driver driver = {

Completed in 7 milliseconds