Lines Matching defs:acpidev_data_impl
51 struct acpidev_data_impl { struct
52 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. */
61 uint32_t aod_bdnum; /* Board # for DR. */
62 uint32_t aod_portid; /* Port id for DR. */
63 uint32_t aod_bdidx; /* Index # of AP */
64 volatile uint32_t aod_chidx; /* Index # of child */
65 uint32_t aod_memidx; /* Index # of memory */
66 acpidev_class_id_t aod_class_id; /* Dev type for DR. */