Home
last modified time | relevance | path

Searched refs:expected_name (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/gpu/drm/tests/
H A Ddrm_connector_test.c329 char expected_name[128]; in drm_test_drm_connector_dynamic_init_name() local
338 snprintf(expected_name, sizeof(expected_name), "%s-%d", in drm_test_drm_connector_dynamic_init_name()
594 char expected_name[128]; in drm_test_drm_connector_dynamic_register_sysfs_name() local
600 snprintf(expected_name, sizeof(expected_name), "card%d-%s", in drm_test_drm_connector_dynamic_register_sysfs_name()
1337 const char *expected_name; member
1343 .expected_name = _name, \
1353 params->expected_name); in drm_test_drm_hdmi_connector_get_broadcast_rgb_name()
1368 sprintf(desc, "%s", t->expected_name); in drm_hdmi_connector_get_broadcast_rgb_name_valid_desc()
1394 const char *expected_name; member
1400 .expected_name = _name, \
[all …]
/linux-6.15/tools/testing/selftests/hid/tests/
H A Dtest_wacom_generic.py531 expected_name = uhdev.name + type
532 if "wacom" not in expected_name.lower():
533 expected_name = "Wacom " + expected_name
534 assert evdev.name == expected_name
/linux-6.15/sound/soc/codecs/
H A Dcs-amp-lib-test.c184 static const efi_char16_t expected_name[] = L"CirrusSmartAmpCalibrationData"; in cs_amp_lib_test_get_efi_variable() local
194 KUNIT_EXPECT_MEMEQ(test, name, expected_name, sizeof(expected_name)); in cs_amp_lib_test_get_efi_variable()