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);
1900 int rio_register_scan(int mport_id, struct rio_scan *scan_ops) in rio_register_scan() argument1909 !scan_ops) in rio_register_scan()1936 scan->ops = scan_ops; in rio_register_scan()1949 port->nscan = scan_ops; in rio_register_scan()1952 port->nscan = scan_ops; in rio_register_scan()1975 int rio_unregister_scan(int mport_id, struct rio_scan *scan_ops) in rio_unregister_scan() argument1989 (mport_id == RIO_MPORT_ANY && port->nscan == scan_ops)) in rio_unregister_scan()