Home
last modified time | relevance | path

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

/drivers/rapidio/
Drio.c1428 if (port->id == mport_id || mport_id == RIO_MPORT_ANY) { in rio_register_scan()
1429 if (port->nscan && mport_id == RIO_MPORT_ANY) in rio_register_scan()
1437 if (mport_id != RIO_MPORT_ANY) in rio_register_scan()
1461 if (port->id == mport_id || mport_id == RIO_MPORT_ANY) { in rio_unregister_scan()
1464 if (mport_id != RIO_MPORT_ANY) in rio_unregister_scan()
Drio.h18 #define RIO_MPORT_ANY (-1) macro
Drio-sysfs.c299 if (val == RIO_MPORT_ANY) { in bus_scan_store()
Drio-scan.c1343 if (rio_register_scan(RIO_MPORT_ANY, &rio_scan_ops)) in rio_basic_attach()