Query: rio_register_scan
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RIO_REGISTER_SCAN(9) RapidIO driver interface RIO_REGISTER_SCAN(9)NAMErio_register_scan - enumeration/discovery method registration interfaceSYNOPSISint rio_register_scan(int mport_id, struct rio_scan * scan_ops);ARGUMENTSmport_id mport device ID for which fabric scan routine has to be set (RIO_MPORT_ANY = set for all available mports) scan_ops enumeration/discovery control structureDESCRIPTIONAssigns enumeration or discovery method to the specified mport device (or all available mports if RIO_MPORT_ANY is specified). Returns error if the mport already has an enumerator attached to it. In case of RIO_MPORT_ANY ignores ports with valid scan routines and returns an error if was unable to find at least one available mport.AUTHORMatt Porter <mporter@kernel.crashing.org>, <mporter@mvista.com> Author.COPYRIGHTKernel Hackers Manual 3.10 June 2014 RIO_REGISTER_SCAN(9)