Searched refs:scan_ops (Results 1 – 2 of 2) sorted by relevance
44 extern int rio_register_scan(int mport_id, struct rio_scan *scan_ops);45 extern int rio_unregister_scan(int mport_id, struct rio_scan *scan_ops);
1654 int rio_register_scan(int mport_id, struct rio_scan *scan_ops) in rio_register_scan() argument1663 !scan_ops) in rio_register_scan()1690 scan->ops = scan_ops; in rio_register_scan()1703 port->nscan = scan_ops; in rio_register_scan()1706 port->nscan = scan_ops; in rio_register_scan()1729 int rio_unregister_scan(int mport_id, struct rio_scan *scan_ops) in rio_unregister_scan() argument1743 (mport_id == RIO_MPORT_ANY && port->nscan == scan_ops)) in rio_unregister_scan()