Lines Matching refs:excluded
466 int64_t excluded,
474 litest_assert(excluded >= LITEST_DEVICELESS);
489 excluded == LITEST_DEVICELESS) {
493 excluded == LITEST_DISABLE_DEVICE) {
496 } else if (required != LITEST_ANY || excluded != LITEST_ANY) {
508 (dev->features & excluded) != 0)
586 int64_t excluded)
592 excluded,
601 int64_t excluded,
604 litest_add_tcase(name, funcname, func, required, excluded, range);