Searched refs:found_dev (Results 1 – 6 of 6) sorted by relevance
77 struct pci_dev *found_dev = NULL; in __xen_pcibk_release_pci_dev() local84 found_dev = dev_entry->dev; in __xen_pcibk_release_pci_dev()91 if (found_dev) { in __xen_pcibk_release_pci_dev()93 device_lock(&found_dev->dev); in __xen_pcibk_release_pci_dev()94 pcistub_put_pci_dev(found_dev); in __xen_pcibk_release_pci_dev()96 device_unlock(&found_dev->dev); in __xen_pcibk_release_pci_dev()
155 struct pci_dev *found_dev = NULL; in __xen_pcibk_release_pci_dev() local165 found_dev = e->dev; in __xen_pcibk_release_pci_dev()175 if (found_dev) { in __xen_pcibk_release_pci_dev()177 device_lock(&found_dev->dev); in __xen_pcibk_release_pci_dev()178 pcistub_put_pci_dev(found_dev); in __xen_pcibk_release_pci_dev()180 device_unlock(&found_dev->dev); in __xen_pcibk_release_pci_dev()
783 struct domain_device *found_dev = NULL; in sas_find_dev_by_rphy() local795 found_dev = dev; in sas_find_dev_by_rphy()805 return found_dev; in sas_find_dev_by_rphy()811 struct domain_device *found_dev = sas_find_dev_by_rphy(rphy); in sas_target_alloc() local813 if (!found_dev) in sas_target_alloc()816 kref_get(&found_dev->kref); in sas_target_alloc()817 starget->hostdata = found_dev; in sas_target_alloc()1224 struct domain_device *found_dev = starget->hostdata; in sas_target_destroy() local1226 if (!found_dev) in sas_target_destroy()1230 sas_put_device(found_dev); in sas_target_destroy()
574 int sas_ata_init(struct domain_device *found_dev) in sas_ata_init() argument576 struct sas_ha_struct *ha = found_dev->port->ha; in sas_ata_init()604 ap->private_data = found_dev; in sas_ata_init()612 found_dev->sata_dev.ata_host = ata_host; in sas_ata_init()613 found_dev->sata_dev.ap = ap; in sas_ata_init()
77 struct se_device *found_dev = NULL; in target_xcopy_locate_se_dev_e4() local98 found_dev = this_dev; in target_xcopy_locate_se_dev_e4()103 if (found_dev == NULL) in target_xcopy_locate_se_dev_e4()107 found_dev, &found_dev->dev_group); in target_xcopy_locate_se_dev_e4()108 *_found_dev = found_dev; in target_xcopy_locate_se_dev_e4()
326 int found_dev = 0; in mana_gd_detect_devices() local342 found_dev < resp.num_of_devs; i++) { in mana_gd_detect_devices()350 found_dev++; in mana_gd_detect_devices()