Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/rapidio/
H A Drio.h14 #define RIO_MPORT_ANY (-1) macro
H A Drio.c1955 * (RIO_MPORT_ANY = set for all available mports)
1960 * if RIO_MPORT_ANY is specified).
1963 * In case of RIO_MPORT_ANY skips mports with valid scan routines (no error).
1973 if ((mport_id != RIO_MPORT_ANY && mport_id >= RIO_MAX_MPORTS) || in rio_register_scan()
1981 * the same mport ID (including RIO_MPORT_ANY). Multiple enumerators in rio_register_scan()
2016 } else if (mport_id == RIO_MPORT_ANY && !port->nscan) in rio_register_scan()
2032 * unregistered (RIO_MPORT_ANY = apply to all mports that use
2037 * device. If RIO_MPORT_ANY is specified, removes the specified operations from
2047 if (mport_id != RIO_MPORT_ANY && mport_id >= RIO_MAX_MPORTS) in rio_unregister_scan()
2054 (mport_id == RIO_MPORT_ANY in rio_unregister_scan()
[all...]
H A Drio-sysfs.c297 if (val == RIO_MPORT_ANY) { in scan_store()
H A Drio-scan.c1146 if (rio_register_scan(RIO_MPORT_ANY, &rio_scan_ops)) in rio_basic_attach()
/kernel/linux/linux-6.6/drivers/rapidio/
H A Drio.h14 #define RIO_MPORT_ANY (-1) macro
H A Drio.c1890 * (RIO_MPORT_ANY = set for all available mports)
1895 * if RIO_MPORT_ANY is specified).
1898 * In case of RIO_MPORT_ANY skips mports with valid scan routines (no error).
1908 if ((mport_id != RIO_MPORT_ANY && mport_id >= RIO_MAX_MPORTS) || in rio_register_scan()
1916 * the same mport ID (including RIO_MPORT_ANY). Multiple enumerators in rio_register_scan()
1951 } else if (mport_id == RIO_MPORT_ANY && !port->nscan) in rio_register_scan()
1967 * unregistered (RIO_MPORT_ANY = apply to all mports that use
1972 * device. If RIO_MPORT_ANY is specified, removes the specified operations from
1982 if (mport_id != RIO_MPORT_ANY && mport_id >= RIO_MAX_MPORTS) in rio_unregister_scan()
1989 (mport_id == RIO_MPORT_ANY in rio_unregister_scan()
[all...]
H A Drio-sysfs.c297 if (val == RIO_MPORT_ANY) { in scan_store()
H A Drio-scan.c1146 if (rio_register_scan(RIO_MPORT_ANY, &rio_scan_ops)) in rio_basic_attach()

Completed in 9 milliseconds