Lines Matching refs:revision
122 u32 revision; /* Not present in _HPP */ member
130 .revision = 1,
144 if (hpx->revision > 1) { in program_hpx_type0()
146 hpx->revision); in program_hpx_type0()
175 u32 revision = fields[1].integer.value; in decode_type0_hpx_record() local
177 switch (revision) { in decode_type0_hpx_record()
184 hpx0->revision = revision; in decode_type0_hpx_record()
192 __func__, revision); in decode_type0_hpx_record()
200 u32 revision; member
225 u32 revision = fields[1].integer.value; in decode_type1_hpx_record() local
227 switch (revision) { in decode_type1_hpx_record()
234 hpx1->revision = revision; in decode_type1_hpx_record()
241 __func__, revision); in decode_type1_hpx_record()
264 u32 revision; member
294 if (hpx->revision > 1) { in program_hpx_type2()
296 hpx->revision); in program_hpx_type2()
374 u32 revision = fields[1].integer.value; in decode_type2_hpx_record() local
376 switch (revision) { in decode_type2_hpx_record()
383 hpx2->revision = revision; in decode_type2_hpx_record()
403 __func__, revision); in decode_type2_hpx_record()
590 u32 desc_count, expected_length, revision; in program_type3_hpx_record() local
595 revision = fields[1].integer.value; in program_type3_hpx_record()
596 switch (revision) { in program_type3_hpx_record()
618 __func__, revision); in program_type3_hpx_record()
728 hpx0.revision = 1; in acpi_run_hpp()