Lines Matching refs:mock_cedt
158 } __packed mock_cedt = { variable
162 .length = sizeof(mock_cedt),
169 .length = sizeof(mock_cedt.chbs[0]),
177 .length = sizeof(mock_cedt.chbs[0]),
185 .length = sizeof(mock_cedt.chbs[0]),
193 .length = sizeof(mock_cedt.chbs[0]),
202 .length = sizeof(mock_cedt.cfmws0),
217 .length = sizeof(mock_cedt.cfmws1),
232 .length = sizeof(mock_cedt.cfmws2),
247 .length = sizeof(mock_cedt.cfmws3),
262 .length = sizeof(mock_cedt.cfmws4),
277 .length = sizeof(mock_cedt.cfmws5),
293 .length = sizeof(mock_cedt.cfmws6),
309 .length = sizeof(mock_cedt.cfmws7),
325 .length = sizeof(mock_cedt.cfmws8),
341 .length = sizeof(mock_cedt.cxims0),
351 [0] = &mock_cedt.cfmws0.cfmws,
352 [1] = &mock_cedt.cfmws1.cfmws,
353 [2] = &mock_cedt.cfmws2.cfmws,
354 [3] = &mock_cedt.cfmws3.cfmws,
355 [4] = &mock_cedt.cfmws4.cfmws,
356 [5] = &mock_cedt.cfmws5.cfmws,
358 [6] = &mock_cedt.cfmws6.cfmws,
359 [7] = &mock_cedt.cfmws7.cfmws,
360 [8] = &mock_cedt.cfmws8.cfmws,
371 [0] = &mock_cedt.cxims0.cxims,
427 for (i = 0; i < ARRAY_SIZE(mock_cedt.chbs); i++) { in populate_cedt()
428 struct acpi_cedt_chbs *chbs = &mock_cedt.chbs[i]; in populate_cedt()
481 for (i = 0; i < ARRAY_SIZE(mock_cedt.chbs); i++) { in mock_acpi_table_parse_cedt()
482 h = (union acpi_subtable_headers *)&mock_cedt.chbs[i]; in mock_acpi_table_parse_cedt()
483 end = (unsigned long)&mock_cedt.chbs[i + 1]; in mock_acpi_table_parse_cedt()