Searched refs:scan_ops (Results 1 – 2 of 2) sorted by relevance
43 extern int rio_register_scan(int mport_id, struct rio_scan *scan_ops);44 extern int rio_unregister_scan(int mport_id, struct rio_scan *scan_ops);
1965 int rio_register_scan(int mport_id, struct rio_scan *scan_ops) in rio_register_scan() argument1974 !scan_ops) in rio_register_scan()2001 scan->ops = scan_ops; in rio_register_scan()2014 port->nscan = scan_ops; in rio_register_scan()2017 port->nscan = scan_ops; in rio_register_scan()2040 int rio_unregister_scan(int mport_id, struct rio_scan *scan_ops) in rio_unregister_scan() argument2054 (mport_id == RIO_MPORT_ANY && port->nscan == scan_ops)) in rio_unregister_scan()