cx8802_driver
static int cx8802_blackbird_advise_acquire(struct cx8802_driver *drv)
static int cx8802_blackbird_advise_release(struct cx8802_driver *drv)
static int cx8802_blackbird_probe(struct cx8802_driver *drv)
static int cx8802_blackbird_remove(struct cx8802_driver *drv)
static struct cx8802_driver cx8802_blackbird_driver = {
struct cx8802_driver *drv;
struct cx8802_driver *drv = NULL;
struct cx8802_driver *drv = NULL;
static int cx8802_dvb_advise_acquire(struct cx8802_driver *drv)
static int cx8802_dvb_advise_release(struct cx8802_driver *drv)
static int cx8802_dvb_probe(struct cx8802_driver *drv)
static int cx8802_dvb_remove(struct cx8802_driver *drv)
static struct cx8802_driver cx8802_dvb_driver = {
struct cx8802_driver *cx8802_get_driver(struct cx8802_dev *dev,
struct cx8802_driver *d;
static int cx8802_request_acquire(struct cx8802_driver *drv)
static int cx8802_request_release(struct cx8802_driver *drv)
static int cx8802_check_driver(struct cx8802_driver *drv)
int cx8802_register_driver(struct cx8802_driver *drv)
struct cx8802_driver *driver;
int cx8802_unregister_driver(struct cx8802_driver *drv)
struct cx8802_driver *d, *dtmp;
struct cx8802_driver *drv, *tmp;
int (*probe)(struct cx8802_driver *drv);
int (*remove)(struct cx8802_driver *drv);
int (*advise_acquire)(struct cx8802_driver *drv);
int (*advise_release)(struct cx8802_driver *drv);
int (*request_acquire)(struct cx8802_driver *drv);
int (*request_release)(struct cx8802_driver *drv);
int cx8802_register_driver(struct cx8802_driver *drv);
int cx8802_unregister_driver(struct cx8802_driver *drv);
struct cx8802_driver *cx8802_get_driver(struct cx8802_dev *dev,