Searched refs:pattern_files (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 040 | 731 for index, pattern_file in enumerate(self.pattern_files): 747 self.pattern_files = [self.img0, self.img1, self.img2, self.img3] 827 self.pattern_files[2] = self.img1 844 self.pattern_files[1] = self.img0 878 self.pattern_files[3] = self.img2 893 self.pattern_files[3] = self.img2
|
/openbmc/linux/sound/drivers/ |
H A D | pcmtest.c | 708 static const char * const pattern_files[] = { "fill_pattern0", "fill_pattern1", variable 722 debugfs_create_file(pattern_files[i], 0600, driver_debug_dir, in init_debug_files() 724 snprintf(len_file_name, sizeof(len_file_name), "%s_len", pattern_files[i]); in init_debug_files()
|