Searched refs:test_devices (Results 1 – 2 of 2) sorted by relevance
130 } test_devices[] = { variable177 for (i = 0; i < FF_ARRAY_ELEMS(test_devices); i++) { in test_device_type()178 if (test_devices[i].type != type) in test_device_type()181 for (j = 0; test_devices[i].possible_devices[j]; j++) { in test_device_type()183 test_devices[i].possible_devices[j], in test_device_type()187 name, test_devices[i].possible_devices[j]); in test_device_type()192 name, test_devices[i].possible_devices[j]); in test_device_type()
191 def test_devices(self): member in TestFilemode