Home
last modified time | relevance | path

Searched refs:aod_class_id (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/i86pc/io/acpi/acpidev/
H A Dacpidev_pci.c90 dhdl->aod_class_id = ACPIDEV_CLASS_ID_PCIEX; in acpidev_pci_update_status()
92 dhdl->aod_class_id = ACPIDEV_CLASS_ID_PCI; in acpidev_pci_update_status()
H A Dacpidev_dr.c260 if (dhdl->aod_class_id == ACPIDEV_CLASS_ID_MEMORY) { in acpidev_dr_check_board_type()
267 } else if (dhdl->aod_class_id == ACPIDEV_CLASS_ID_PCI || in acpidev_dr_check_board_type()
268 dhdl->aod_class_id == ACPIDEV_CLASS_ID_PCIEX) { in acpidev_dr_check_board_type()
275 } else if (dhdl->aod_class_id == ACPIDEV_CLASS_ID_CONTAINER) { in acpidev_dr_check_board_type()
993 switch (dhdl->aod_class_id) { in acpidev_dr_device_getprop()
1103 } else if (dhdl->aod_class_id != ACPIDEV_CLASS_ID_MEMORY) { in acpidev_dr_device_get_memory_index()
1472 dhdl->aod_class_id = clsid; in acpidev_dr_set_prop()
1915 if (dhdl->aod_class_id == ACPIDEV_CLASS_ID_PCI || in acpidev_dr_probe_dependent()
1916 dhdl->aod_class_id == ACPIDEV_CLASS_ID_PCIEX) { in acpidev_dr_probe_dependent()
2120 switch (dhdl->aod_class_id) { in acpidev_dr_device_remove_cb()
[all …]
H A Dacpidev_util.c456 objhdl->aod_class_id = ACPIDEV_CLASS_ID_INVALID; in acpidev_data_create_handle()
/titanic_44/usr/src/uts/i86pc/sys/
H A Dacpidev_impl.h66 acpidev_class_id_t aod_class_id; /* Dev type for DR. */ member