Lines Matching full:revision

123 	u32 revision;		/* Not present in _HPP */  member
131 .revision = 1,
145 if (hpx->revision > 1) { in program_hpx_type0()
147 hpx->revision); in program_hpx_type0()
176 u32 revision = fields[1].integer.value; in decode_type0_hpx_record() local
178 switch (revision) { in decode_type0_hpx_record()
185 hpx0->revision = revision; in decode_type0_hpx_record()
192 pr_warn("%s: Type 0 Revision %d record not supported\n", in decode_type0_hpx_record()
193 __func__, revision); in decode_type0_hpx_record()
201 u32 revision; member
226 u32 revision = fields[1].integer.value; in decode_type1_hpx_record() local
228 switch (revision) { in decode_type1_hpx_record()
235 hpx1->revision = revision; in decode_type1_hpx_record()
241 pr_warn("%s: Type 1 Revision %d record not supported\n", in decode_type1_hpx_record()
242 __func__, revision); in decode_type1_hpx_record()
265 u32 revision; member
295 if (hpx->revision > 1) { in program_hpx_type2()
297 hpx->revision); in program_hpx_type2()
375 u32 revision = fields[1].integer.value; in decode_type2_hpx_record() local
377 switch (revision) { in decode_type2_hpx_record()
384 hpx2->revision = revision; in decode_type2_hpx_record()
403 pr_warn("%s: Type 2 Revision %d record not supported\n", in decode_type2_hpx_record()
404 __func__, revision); in decode_type2_hpx_record()
591 u32 desc_count, expected_length, revision; in program_type3_hpx_record() local
596 revision = fields[1].integer.value; in program_type3_hpx_record()
597 switch (revision) { in program_type3_hpx_record()
618 "%s: Type 3 Revision %d record not supported\n", in program_type3_hpx_record()
619 __func__, revision); in program_type3_hpx_record()
729 hpx0.revision = 1; in acpi_run_hpp()