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);
512 struct cx8802_driver * cx8802_get_driver(struct cx8802_dev *dev, enum cx88_board_type btype) in cx8802_get_driver()514 struct cx8802_driver *d; in cx8802_get_driver()524 static int cx8802_request_acquire(struct cx8802_driver *drv) in cx8802_request_acquire()563 static int cx8802_request_release(struct cx8802_driver *drv) in cx8802_request_release()583 static int cx8802_check_driver(struct cx8802_driver *drv) in cx8802_check_driver()605 int cx8802_register_driver(struct cx8802_driver *drv) in cx8802_register_driver()608 struct cx8802_driver *driver; in cx8802_register_driver()664 int cx8802_unregister_driver(struct cx8802_driver *drv) in cx8802_unregister_driver()667 struct cx8802_driver *d, *dtmp; in cx8802_unregister_driver()778 struct cx8802_driver *drv, *tmp; in cx8802_remove()
685 struct cx8802_driver *drv; in start_streaming()734 struct cx8802_driver *drv = NULL; in stop_streaming()1058 static int cx8802_blackbird_advise_acquire(struct cx8802_driver *drv) in cx8802_blackbird_advise_acquire()1088 static int cx8802_blackbird_advise_release(struct cx8802_driver *drv) in cx8802_blackbird_advise_release()1130 static int cx8802_blackbird_probe(struct cx8802_driver *drv) in cx8802_blackbird_probe()1196 static int cx8802_blackbird_remove(struct cx8802_driver *drv) in cx8802_blackbird_remove()1208 static struct cx8802_driver cx8802_blackbird_driver = {
173 struct cx8802_driver *drv = NULL; in cx88_dvb_bus_ctrl()1656 static int cx8802_dvb_advise_acquire(struct cx8802_driver *drv) in cx8802_dvb_advise_acquire()1720 static int cx8802_dvb_advise_release(struct cx8802_driver *drv) in cx8802_dvb_advise_release()1739 static int cx8802_dvb_probe(struct cx8802_driver *drv) in cx8802_dvb_probe()1813 static int cx8802_dvb_remove(struct cx8802_driver *drv) in cx8802_dvb_remove()1829 static struct cx8802_driver cx8802_dvb_driver = {