Searched refs:subspec (Results 1 – 2 of 2) sorted by relevance
892 if (!subspec->execute) in should_do_test_run()895 if (subspec->expect_failure) in should_do_test_run()962 if (!test__start_subtest(subspec->name)) in run_subtest()985 if (subspec->caps) { in run_subtest()986 err = cap_enable_effective(subspec->caps, NULL); in run_subtest()1031 if (subspec->expect_failure) { in run_subtest()1045 if (subspec->expect_xlated.cnt) { in run_subtest()1054 if (subspec->jited.cnt) { in run_subtest()1066 validate_msgs(tester->log_buf, &subspec->jited, emit_jited); in run_subtest()1069 if (should_do_test_run(spec, subspec)) { 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()