Searched refs:cx8802_driver (Results 1 – 4 of 4) sorted by relevance
507 struct cx8802_driver { struct524 int (*probe)(struct cx8802_driver *drv); argument525 int (*remove)(struct cx8802_driver *drv); argument528 int (*advise_acquire)(struct cx8802_driver *drv); argument529 int (*advise_release)(struct cx8802_driver *drv); argument532 int (*request_acquire)(struct cx8802_driver *drv); argument533 int (*request_release)(struct cx8802_driver *drv); argument690 int cx8802_register_driver(struct cx8802_driver *drv);691 int cx8802_unregister_driver(struct cx8802_driver *drv);694 struct cx8802_driver *cx8802_get_driver(struct cx8802_dev *dev,
498 struct cx8802_driver *cx8802_get_driver(struct cx8802_dev *dev, in cx8802_get_driver()501 struct cx8802_driver *d; in cx8802_get_driver()512 static int cx8802_request_acquire(struct cx8802_driver *drv) in cx8802_request_acquire()551 static int cx8802_request_release(struct cx8802_driver *drv) in cx8802_request_release()572 static int cx8802_check_driver(struct cx8802_driver *drv) in cx8802_check_driver()594 int cx8802_register_driver(struct cx8802_driver *drv) in cx8802_register_driver()597 struct cx8802_driver *driver; in cx8802_register_driver()652 int cx8802_unregister_driver(struct cx8802_driver *drv) in cx8802_unregister_driver()655 struct cx8802_driver *d, *dtmp; in cx8802_unregister_driver()759 struct cx8802_driver *drv, *tmp; in cx8802_remove()
705 struct cx8802_driver *drv; in start_streaming()755 struct cx8802_driver *drv = NULL; in stop_streaming()1076 static int cx8802_blackbird_advise_acquire(struct cx8802_driver *drv) in cx8802_blackbird_advise_acquire()1108 static int cx8802_blackbird_advise_release(struct cx8802_driver *drv) in cx8802_blackbird_advise_release()1153 static int cx8802_blackbird_probe(struct cx8802_driver *drv) in cx8802_blackbird_probe()1219 static int cx8802_blackbird_remove(struct cx8802_driver *drv) in cx8802_blackbird_remove()1231 static struct cx8802_driver cx8802_blackbird_driver = {
165 struct cx8802_driver *drv = NULL; in cx88_dvb_bus_ctrl()1647 static int cx8802_dvb_advise_acquire(struct cx8802_driver *drv) in cx8802_dvb_advise_acquire()1712 static int cx8802_dvb_advise_release(struct cx8802_driver *drv) in cx8802_dvb_advise_release()1732 static int cx8802_dvb_probe(struct cx8802_driver *drv) in cx8802_dvb_probe()1806 static int cx8802_dvb_remove(struct cx8802_driver *drv) in cx8802_dvb_remove()1822 static struct cx8802_driver cx8802_dvb_driver = {