Searched refs:aod_class (Results 1 – 5 of 5) sorted by relevance
377 ASSERT(datap->aod_class != NULL); in acpidev_alloc_walk_info()427 if (objhdl->aod_class != NULL) { in acpidev_free_object_handler()428 atomic_dec_32(&objhdl->aod_class->adc_refcnt); in acpidev_free_object_handler()429 objhdl->aod_class = NULL; in acpidev_free_object_handler()478 if (objhdl->aod_class != NULL) { in acpidev_data_destroy_handle()479 atomic_dec_32(&objhdl->aod_class->adc_refcnt); in acpidev_data_destroy_handle()480 objhdl->aod_class = NULL; in acpidev_data_destroy_handle()
86 dhdl->aod_class = NULL; in acpidev_pci_update_status()
2184 if (dhdl->aod_class != NULL) { in acpidev_dr_device_remove_cb()2185 if (dhdl->aod_class->adc_fini != NULL) { in acpidev_dr_device_remove_cb()2186 (*(dhdl->aod_class->adc_fini))(hdl, dhdl, in acpidev_dr_device_remove_cb()2187 dhdl->aod_class); in acpidev_dr_device_remove_cb()2189 atomic_dec_32(&(dhdl->aod_class->adc_refcnt)); in acpidev_dr_device_remove_cb()2190 dhdl->aod_class = NULL; in acpidev_dr_device_remove_cb()
440 objhdl->aod_class = &acpidev_class_scope; in acpidev_create_root_node()981 datap->aod_class = clsp; in acpidev_process_object()
58 acpidev_class_t *aod_class; member