Searched refs:aod_class_id (Results 1 – 4 of 4) sorted by relevance
90 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()
260 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 …]
456 objhdl->aod_class_id = ACPIDEV_CLASS_ID_INVALID; in acpidev_data_create_handle()
66 acpidev_class_id_t aod_class_id; /* Dev type for DR. */ member