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()
264 if (dhdl->aod_class_id == ACPIDEV_CLASS_ID_MEMORY) { in acpidev_dr_check_board_type()271 } else if (dhdl->aod_class_id == ACPIDEV_CLASS_ID_PCI || in acpidev_dr_check_board_type()272 dhdl->aod_class_id == ACPIDEV_CLASS_ID_PCIEX) { in acpidev_dr_check_board_type()279 } else if (dhdl->aod_class_id == ACPIDEV_CLASS_ID_CONTAINER) { in acpidev_dr_check_board_type()997 switch (dhdl->aod_class_id) { in acpidev_dr_device_getprop()1107 } else if (dhdl->aod_class_id != ACPIDEV_CLASS_ID_MEMORY) { in acpidev_dr_device_get_memory_index()1476 dhdl->aod_class_id = clsid; in acpidev_dr_set_prop()1918 if (dhdl->aod_class_id == ACPIDEV_CLASS_ID_PCI || in acpidev_dr_probe_dependent()1919 dhdl->aod_class_id == ACPIDEV_CLASS_ID_PCIEX) { in acpidev_dr_probe_dependent()2123 switch (dhdl->aod_class_id) { in acpidev_dr_device_remove_cb()[all …]
461 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