Lines Matching refs:revision
40 u32 revision = fields[1].integer.value; in decode_type0_hpx_record() local
42 switch (revision) { in decode_type0_hpx_record()
50 hpx->t0->revision = revision; in decode_type0_hpx_record()
59 __func__, revision); in decode_type0_hpx_record()
70 u32 revision = fields[1].integer.value; in decode_type1_hpx_record() local
72 switch (revision) { in decode_type1_hpx_record()
80 hpx->t1->revision = revision; in decode_type1_hpx_record()
88 __func__, revision); in decode_type1_hpx_record()
99 u32 revision = fields[1].integer.value; in decode_type2_hpx_record() local
101 switch (revision) { in decode_type2_hpx_record()
109 hpx->t2->revision = revision; in decode_type2_hpx_record()
130 __func__, revision); in decode_type2_hpx_record()
229 hpp->t0->revision = 1; in acpi_run_hpp()