Searched refs:scan_ops (Results 1 – 2 of 2) sorted by relevance
47 extern int rio_register_scan(int mport_id, struct rio_scan *scan_ops);48 extern int rio_unregister_scan(int mport_id, struct rio_scan *scan_ops);
1969 int rio_register_scan(int mport_id, struct rio_scan *scan_ops) in rio_register_scan() argument1978 !scan_ops) in rio_register_scan()2005 scan->ops = scan_ops; in rio_register_scan()2018 port->nscan = scan_ops; in rio_register_scan()2021 port->nscan = scan_ops; in rio_register_scan()2044 int rio_unregister_scan(int mport_id, struct rio_scan *scan_ops) in rio_unregister_scan() argument2058 (mport_id == RIO_MPORT_ANY && port->nscan == scan_ops)) in rio_unregister_scan()