Lines Matching refs:found_dev
1231 struct loader_icd_term *loader_get_icd_and_device(const void *device, struct loader_device **found_dev, uint32_t *icd_index) {
1234 *found_dev = NULL;
1238 *found_dev = NULL;
1247 *found_dev = dev;
1292 void loader_remove_logical_device(struct loader_icd_term *icd_term, struct loader_device *found_dev,
1296 if (!icd_term || !found_dev) return;
1300 while (dev && dev != found_dev) {
1306 prev_dev->next = found_dev->next;
1308 icd_term->logical_device_list = found_dev->next;
1309 loader_destroy_logical_device(found_dev, pAllocator);