Searched refs:soc_data (Results 1 – 1 of 1) sorted by relevance
23 const struct soc_attr *soc_data; in dm_test_soc() local101 soc_data = soc_device_match(sb_soc_devices_full); in dm_test_soc()102 ut_assert(soc_data); in dm_test_soc()104 match_data = soc_data->data; in dm_test_soc()107 soc_data = soc_device_match(sb_soc_devices_partial); in dm_test_soc()108 ut_assert(soc_data); in dm_test_soc()110 match_data = soc_data->data; in dm_test_soc()113 soc_data = soc_device_match(sb_soc_devices_nomatch); in dm_test_soc()114 ut_asserteq_ptr(soc_data, NULL); in dm_test_soc()
Completed in 2 milliseconds