Searched refs:__devices (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/scsi/ |
| H A D | scsi.c | 827 struct list_head *list = (prev ? &prev->siblings : &shost->__devices); in __scsi_iterate_devices() 832 while (list->next != &shost->__devices) { in __scsi_iterate_devices() 981 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_device_lookup()
|
| H A D | hosts.c | 418 INIT_LIST_HEAD(&shost->__devices); in scsi_host_alloc()
|
| H A D | scsi_sysfs.c | 1535 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_remove_target() 1698 list_add_tail(&sdev->siblings, &shost->__devices); in scsi_sysfs_device_initialize()
|
| H A D | scsi_scan.c | 2095 list_for_each_entry(sdev, &shost->__devices, siblings) { in scsi_forget_host()
|
| /linux/include/scsi/ |
| H A D | scsi_host.h | 567 struct list_head __devices; member
|
| H A D | scsi_device.h | 459 list_for_each_entry((sdev), &((shost)->__devices), siblings)
|
| /linux/drivers/target/ |
| H A D | target_core_pscsi.c | 495 list_for_each_entry(sd, &sh->__devices, siblings) { in pscsi_configure_device()
|