Searched refs:awi_class_list (Results 1 – 4 of 4) sorted by relevance
693 ASSERT(infop->awi_class_list != NULL); in acpidev_probe_child()698 if (infop->awi_class_list == NULL || infop->awi_hdl == NULL || in acpidev_probe_child()716 for (it = *(infop->awi_class_list); it != NULL; it = it->acl_next) { in acpidev_probe_child()764 datap->aod_class_list = infop->awi_class_list; in acpidev_probe_child()768 for (it = *(infop->awi_class_list); it != NULL; in acpidev_probe_child()789 for (it = *(infop->awi_class_list); it != NULL; it = it->acl_next) { in acpidev_probe_child()1107 infop->awi_class_list = afrp->adf_class_list; in acpidev_filter_device()
1793 ASSERT(infop->awi_class_list != NULL); in acpidev_dr_probe_object()1803 for (it = *(infop->awi_class_list); it != NULL; it = it->acl_next) { in acpidev_dr_probe_object()1816 for (it = *(infop->awi_class_list); it != NULL; it = it->acl_next) { in acpidev_dr_probe_object()1831 for (it = *(infop->awi_class_list); it != NULL; it = it->acl_next) { in acpidev_dr_probe_object()
346 infop->awi_class_list = listpp; in acpidev_alloc_walk_info()
243 acpidev_class_list_t **awi_class_list; member