Searched refs:RIO_MPORT_ANY (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/drivers/rapidio/
H A Drio.h18 #define RIO_MPORT_ANY (-1) macro
H A Drio.c1644 * (RIO_MPORT_ANY = set for all available mports)
1649 * if RIO_MPORT_ANY is specified).
1652 * In case of RIO_MPORT_ANY skips mports with valid scan routines (no error).
1662 if ((mport_id != RIO_MPORT_ANY && mport_id >= RIO_MAX_MPORTS) || rio_register_scan()
1670 * the same mport ID (including RIO_MPORT_ANY). Multiple enumerators rio_register_scan()
1705 } else if (mport_id == RIO_MPORT_ANY && !port->nscan) rio_register_scan()
1721 * unregistered (RIO_MPORT_ANY = apply to all mports that use
1726 * device. If RIO_MPORT_ANY is specified, removes the specified operations from
1736 if (mport_id != RIO_MPORT_ANY && mport_id >= RIO_MAX_MPORTS) rio_unregister_scan()
1743 (mport_id == RIO_MPORT_ANY && port->nscan == scan_ops)) rio_unregister_scan()
1945 scan->mport_id == RIO_MPORT_ANY) { rio_register_mport()
H A Drio-sysfs.c314 if (val == RIO_MPORT_ANY) { bus_scan_store()
H A Drio-scan.c1191 if (rio_register_scan(RIO_MPORT_ANY, &rio_scan_ops)) rio_basic_attach()

Completed in 239 milliseconds