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()550 static int cx8802_request_release(struct cx8802_driver *drv) in cx8802_request_release()571 static int cx8802_check_driver(struct cx8802_driver *drv) in cx8802_check_driver()593 int cx8802_register_driver(struct cx8802_driver *drv) in cx8802_register_driver()596 struct cx8802_driver *driver; in cx8802_register_driver()651 int cx8802_unregister_driver(struct cx8802_driver *drv) in cx8802_unregister_driver()654 struct cx8802_driver *d, *dtmp; in cx8802_unregister_driver()758 struct cx8802_driver *drv, *tmp; in cx8802_remove()
706 struct cx8802_driver *drv; in start_streaming()756 struct cx8802_driver *drv = NULL; in stop_streaming()1077 static int cx8802_blackbird_advise_acquire(struct cx8802_driver *drv) in cx8802_blackbird_advise_acquire()1109 static int cx8802_blackbird_advise_release(struct cx8802_driver *drv) in cx8802_blackbird_advise_release()1154 static int cx8802_blackbird_probe(struct cx8802_driver *drv) in cx8802_blackbird_probe()1220 static int cx8802_blackbird_remove(struct cx8802_driver *drv) in cx8802_blackbird_remove()1232 static struct cx8802_driver cx8802_blackbird_driver = {
166 struct cx8802_driver *drv = NULL; in cx88_dvb_bus_ctrl()1648 static int cx8802_dvb_advise_acquire(struct cx8802_driver *drv) in cx8802_dvb_advise_acquire()1713 static int cx8802_dvb_advise_release(struct cx8802_driver *drv) in cx8802_dvb_advise_release()1733 static int cx8802_dvb_probe(struct cx8802_driver *drv) in cx8802_dvb_probe()1807 static int cx8802_dvb_remove(struct cx8802_driver *drv) in cx8802_dvb_remove()1823 static struct cx8802_driver cx8802_dvb_driver = {