Home
last modified time | relevance | path

Searched refs:format_table (Results 1 – 6 of 6) sorted by relevance

/misc/config_tools/board_inspector/smbiosparser/
A Dsmbios.py204 … self.add_field('wakeup_type', u.unpack_one("B"), unpack.format_table("{}", wakeup_types))
261 … self.add_field('board_type', u.unpack_one("B"), unpack.format_table("{}", _board_types))
373 self.add_field('smbios_board_type', self.type, unpack.format_table("{}", _board_types))
745 self.add_field('port_type', u.unpack_one("B"), unpack.format_table("{}", port_types))
805 self.add_field('slot_type', u.unpack_one("B"), unpack.format_table("{}", _slot_types))
836 … self.add_field('slot_length', u.unpack_one('B'), unpack.format_table("{}", _slot_lengths))
1046 yield 'log_type', u.unpack_one('B'), unpack.format_table("{}", _event_log_type_descriptors)
1094 self.add_field('use', u.unpack_one('B'), unpack.format_table("{}", _use))
1250 … self.add_field('error_type', u.unpack_one("B"), unpack.format_table("{}", _error_types))
1386 … self.add_field('interface', u.unpack_one("B"), unpack.format_table("{}", _interfaces))
[all …]
/misc/config_tools/board_inspector/acpiparser/
A Drdt.py101 '_DEC': unpack.format_table("{}", io_port_decoding)
265 '_TYP': unpack.format_table("{}", resource_type),
266 '_DEC': unpack.format_table("{}", decode_type),
301 '_TYP': unpack.format_table("{}", resource_type),
302 '_DEC': unpack.format_table("{}", decode_type),
337 '_TYP': unpack.format_table("{}", resource_type),
338 '_DEC': unpack.format_table("{}", decode_type),
371 '_TYP': unpack.format_table("{}", resource_type),
372 '_DEC': unpack.format_table("{}", decode_type),
373 '_MIF': unpack.format_table("{}", min_address_fixed),
[all …]
A D_utils.py67 'access_size' : unpack.format_table("{}", _access_sizes),
A Dapic.py70 'polarity': unpack.format_table("{}", mps_inti_polarity),
71 'trigger_mode': unpack.format_table("{}", mps_inti_trigger_mode),
136 'performance_interrupt_mode': unpack.format_table("{}", mps_inti_polarity),
A Dfacp.py189 'preferred_pm_profile': unpack.format_table("{}", _preferred_pm_profile),
264 'preferred_pm_profile': unpack.format_table("{}", _preferred_pm_profile),
356 'preferred_pm_profile': unpack.format_table("{}", _preferred_pm_profile),
/misc/config_tools/board_inspector/inspectorlib/
A Dunpack.py167 def format_table(fmt, table, default='Reserved'): function

Completed in 19 milliseconds