Symbol: cx8802_driver
drivers/media/pci/cx88/cx88-blackbird.c
1074
static int cx8802_blackbird_advise_acquire(struct cx8802_driver *drv)
drivers/media/pci/cx88/cx88-blackbird.c
1106
static int cx8802_blackbird_advise_release(struct cx8802_driver *drv)
drivers/media/pci/cx88/cx88-blackbird.c
1151
static int cx8802_blackbird_probe(struct cx8802_driver *drv)
drivers/media/pci/cx88/cx88-blackbird.c
1217
static int cx8802_blackbird_remove(struct cx8802_driver *drv)
drivers/media/pci/cx88/cx88-blackbird.c
1229
static struct cx8802_driver cx8802_blackbird_driver = {
drivers/media/pci/cx88/cx88-blackbird.c
706
struct cx8802_driver *drv;
drivers/media/pci/cx88/cx88-blackbird.c
756
struct cx8802_driver *drv = NULL;
drivers/media/pci/cx88/cx88-dvb.c
164
struct cx8802_driver *drv = NULL;
drivers/media/pci/cx88/cx88-dvb.c
1646
static int cx8802_dvb_advise_acquire(struct cx8802_driver *drv)
drivers/media/pci/cx88/cx88-dvb.c
1711
static int cx8802_dvb_advise_release(struct cx8802_driver *drv)
drivers/media/pci/cx88/cx88-dvb.c
1731
static int cx8802_dvb_probe(struct cx8802_driver *drv)
drivers/media/pci/cx88/cx88-dvb.c
1805
static int cx8802_dvb_remove(struct cx8802_driver *drv)
drivers/media/pci/cx88/cx88-dvb.c
1821
static struct cx8802_driver cx8802_dvb_driver = {
drivers/media/pci/cx88/cx88-mpeg.c
501
struct cx8802_driver *cx8802_get_driver(struct cx8802_dev *dev,
drivers/media/pci/cx88/cx88-mpeg.c
504
struct cx8802_driver *d;
drivers/media/pci/cx88/cx88-mpeg.c
515
static int cx8802_request_acquire(struct cx8802_driver *drv)
drivers/media/pci/cx88/cx88-mpeg.c
553
static int cx8802_request_release(struct cx8802_driver *drv)
drivers/media/pci/cx88/cx88-mpeg.c
574
static int cx8802_check_driver(struct cx8802_driver *drv)
drivers/media/pci/cx88/cx88-mpeg.c
596
int cx8802_register_driver(struct cx8802_driver *drv)
drivers/media/pci/cx88/cx88-mpeg.c
599
struct cx8802_driver *driver;
drivers/media/pci/cx88/cx88-mpeg.c
654
int cx8802_unregister_driver(struct cx8802_driver *drv)
drivers/media/pci/cx88/cx88-mpeg.c
657
struct cx8802_driver *d, *dtmp;
drivers/media/pci/cx88/cx88-mpeg.c
761
struct cx8802_driver *drv, *tmp;
drivers/media/pci/cx88/cx88.h
524
int (*probe)(struct cx8802_driver *drv);
drivers/media/pci/cx88/cx88.h
525
int (*remove)(struct cx8802_driver *drv);
drivers/media/pci/cx88/cx88.h
528
int (*advise_acquire)(struct cx8802_driver *drv);
drivers/media/pci/cx88/cx88.h
529
int (*advise_release)(struct cx8802_driver *drv);
drivers/media/pci/cx88/cx88.h
532
int (*request_acquire)(struct cx8802_driver *drv);
drivers/media/pci/cx88/cx88.h
533
int (*request_release)(struct cx8802_driver *drv);
drivers/media/pci/cx88/cx88.h
690
int cx8802_register_driver(struct cx8802_driver *drv);
drivers/media/pci/cx88/cx88.h
691
int cx8802_unregister_driver(struct cx8802_driver *drv);
drivers/media/pci/cx88/cx88.h
694
struct cx8802_driver *cx8802_get_driver(struct cx8802_dev *dev,