Searched refs:cx8802_driver (Results 1 – 4 of 4) sorted by relevance
516 struct cx8802_driver { struct533 int (*probe)(struct cx8802_driver *drv); argument534 int (*remove)(struct cx8802_driver *drv); argument537 int (*advise_acquire)(struct cx8802_driver *drv); argument538 int (*advise_release)(struct cx8802_driver *drv); argument541 int (*request_acquire)(struct cx8802_driver *drv); argument542 int (*request_release)(struct cx8802_driver *drv); argument704 int cx8802_register_driver(struct cx8802_driver *drv);705 int cx8802_unregister_driver(struct cx8802_driver *drv);708 struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype);
509 struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype) in cx8802_get_driver()511 struct cx8802_driver *d; in cx8802_get_driver()521 static int cx8802_request_acquire(struct cx8802_driver *drv) in cx8802_request_acquire()560 static int cx8802_request_release(struct cx8802_driver *drv) in cx8802_request_release()580 static int cx8802_check_driver(struct cx8802_driver *drv) in cx8802_check_driver()602 int cx8802_register_driver(struct cx8802_driver *drv) in cx8802_register_driver()605 struct cx8802_driver *driver; in cx8802_register_driver()661 int cx8802_unregister_driver(struct cx8802_driver *drv) in cx8802_unregister_driver()664 struct cx8802_driver *d, *dtmp; in cx8802_unregister_driver()775 struct cx8802_driver *drv, *tmp; in cx8802_remove()
688 struct cx8802_driver *drv; in start_streaming()737 struct cx8802_driver *drv = NULL; in stop_streaming()1061 static int cx8802_blackbird_advise_acquire(struct cx8802_driver *drv) in cx8802_blackbird_advise_acquire()1091 static int cx8802_blackbird_advise_release(struct cx8802_driver *drv) in cx8802_blackbird_advise_release()1133 static int cx8802_blackbird_probe(struct cx8802_driver *drv) in cx8802_blackbird_probe()1199 static int cx8802_blackbird_remove(struct cx8802_driver *drv) in cx8802_blackbird_remove()1211 static struct cx8802_driver cx8802_blackbird_driver = {
176 struct cx8802_driver *drv = NULL; in cx88_dvb_bus_ctrl()1659 static int cx8802_dvb_advise_acquire(struct cx8802_driver *drv) in cx8802_dvb_advise_acquire()1723 static int cx8802_dvb_advise_release(struct cx8802_driver *drv) in cx8802_dvb_advise_release()1742 static int cx8802_dvb_probe(struct cx8802_driver *drv) in cx8802_dvb_probe()1816 static int cx8802_dvb_remove(struct cx8802_driver *drv) in cx8802_dvb_remove()1832 static struct cx8802_driver cx8802_dvb_driver = {