Lines Matching refs:mock_cedt
125 } __packed mock_cedt = { variable
129 .length = sizeof(mock_cedt),
136 .length = sizeof(mock_cedt.chbs[0]),
144 .length = sizeof(mock_cedt.chbs[0]),
152 .length = sizeof(mock_cedt.chbs[0]),
161 .length = sizeof(mock_cedt.cfmws0),
176 .length = sizeof(mock_cedt.cfmws1),
191 .length = sizeof(mock_cedt.cfmws2),
206 .length = sizeof(mock_cedt.cfmws3),
221 .length = sizeof(mock_cedt.cfmws4),
235 [0] = &mock_cedt.cfmws0.cfmws,
236 [1] = &mock_cedt.cfmws1.cfmws,
237 [2] = &mock_cedt.cfmws2.cfmws,
238 [3] = &mock_cedt.cfmws3.cfmws,
239 [4] = &mock_cedt.cfmws4.cfmws,
295 for (i = 0; i < ARRAY_SIZE(mock_cedt.chbs); i++) { in populate_cedt()
296 struct acpi_cedt_chbs *chbs = &mock_cedt.chbs[i]; in populate_cedt()
347 for (i = 0; i < ARRAY_SIZE(mock_cedt.chbs); i++) { in mock_acpi_table_parse_cedt()
348 h = (union acpi_subtable_headers *)&mock_cedt.chbs[i]; in mock_acpi_table_parse_cedt()
349 end = (unsigned long)&mock_cedt.chbs[i + 1]; in mock_acpi_table_parse_cedt()