Searched defs:acpidev_data_impl (Results 1 – 1 of 1) sorted by relevance
51 struct acpidev_data_impl { struct52 uint32_t aod_eflag; /* External flags */53 uint32_t aod_iflag; /* Internal flags */54 uint32_t aod_level;55 int aod_status; /* Cached _STA value */56 ACPI_HANDLE *aod_hdl;57 dev_info_t *aod_dip;58 acpidev_class_t *aod_class;59 acpidev_class_list_t **aod_class_list;60 acpidev_board_type_t aod_bdtype; /* Type of board. */[all …]