Searched refs:cx8802_driver (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88.h467 struct cx8802_driver { struct
482 int (*probe)(struct cx8802_driver *drv);
483 int (*remove)(struct cx8802_driver *drv);
486 int (*advise_acquire)(struct cx8802_driver *drv);
487 int (*advise_release)(struct cx8802_driver *drv);
490 int (*request_acquire)(struct cx8802_driver *drv);
491 int (*request_release)(struct cx8802_driver *drv);
670 int cx8802_register_driver(struct cx8802_driver *drv);
671 int cx8802_unregister_driver(struct cx8802_driver *drv);
672 struct cx8802_driver * cx8802_get_drive
[all...]
H A Dcx88-mpeg.c583 struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype)
585 struct cx8802_driver *d;
595 static int cx8802_request_acquire(struct cx8802_driver *drv)
632 static int cx8802_request_release(struct cx8802_driver *drv)
648 static int cx8802_check_driver(struct cx8802_driver *drv)
670 int cx8802_register_driver(struct cx8802_driver *drv)
673 struct cx8802_driver *driver;
682 printk(KERN_ERR "cx88/2: cx8802_driver is invalid\n");
723 int cx8802_unregister_driver(struct cx8802_driver *drv)
726 struct cx8802_driver *
[all...]
H A Dcx88-blackbird.c1054 struct cx8802_driver *drv = NULL;
1111 struct cx8802_driver *drv = NULL;
1219 static int cx8802_blackbird_advise_acquire(struct cx8802_driver *drv)
1249 static int cx8802_blackbird_advise_release(struct cx8802_driver *drv)
1295 static int cx8802_blackbird_probe(struct cx8802_driver *drv)
1346 static int cx8802_blackbird_remove(struct cx8802_driver *drv)
1354 static struct cx8802_driver cx8802_blackbird_driver = {
H A Dcx88-dvb.c120 struct cx8802_driver *drv = NULL;
1458 static int cx8802_dvb_advise_acquire(struct cx8802_driver *drv)
1517 static int cx8802_dvb_advise_release(struct cx8802_driver *drv)
1536 static int cx8802_dvb_probe(struct cx8802_driver *drv)
1598 static int cx8802_dvb_remove(struct cx8802_driver *drv)
1614 static struct cx8802_driver cx8802_dvb_driver = {

Completed in 93 milliseconds