Searched refs:subspec (Results 1 – 2 of 2) sorted by relevance
870 static bool should_do_test_run(struct test_spec *spec, struct test_subspec *subspec) in should_do_test_run() argument872 if (!subspec->execute) in should_do_test_run()875 if (subspec->expect_failure) in should_do_test_run()930 struct test_subspec *subspec = unpriv ? &spec->unpriv : &spec->priv; in run_subtest() local941 if (!test__start_subtest(subspec->name)) in run_subtest()959 if (subspec->caps) { in run_subtest()960 err = cap_enable_effective(subspec->caps, NULL); in run_subtest()1005 if (subspec->expect_failure) { in run_subtest()1017 validate_msgs(tester->log_buf, &subspec->expect_msgs, emit_verifier_log); in run_subtest()1019 if (subspec->expect_xlated.cnt) { in run_subtest()[all …]
869 static int ican3_send_inquiry(struct ican3_dev *mod, u8 subspec) in ican3_send_inquiry() argument876 msg.data[0] = subspec; in ican3_send_inquiry()1201 u16 subspec; in ican3_handle_nmtsind() local1203 subspec = msg->data[0] + msg->data[1] * 0x100; in ican3_handle_nmtsind()1204 if (subspec == NMTS_SLAVE_EVENT_IND) { in ican3_handle_nmtsind()1224 } else if (subspec == NMTS_SLAVE_STATE_IND) { in ican3_handle_nmtsind()1228 subspec); in ican3_handle_nmtsind()