Home
last modified time | relevance | path

Searched refs:__devices (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi.c559 struct list_head *list = (prev ? &prev->siblings : &shost->__devices); in __scsi_iterate_devices()
564 while (list->next != &shost->__devices) { in __scsi_iterate_devices()
710 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_device_lookup()
H A Dhosts.c393 INIT_LIST_HEAD(&shost->__devices); in scsi_host_alloc()
H A Dscsi_sysfs.c1522 list_for_each_entry(sdev, &shost->__devices, siblings) { in __scsi_remove_target()
1660 list_add_tail(&sdev->siblings, &shost->__devices); in scsi_sysfs_device_initialize()
H A Dscsi_scan.c1869 list_for_each_entry(sdev, &shost->__devices, siblings) { in scsi_forget_host()
/OK3568_Linux_fs/kernel/include/scsi/
H A Dscsi_host.h539 struct list_head __devices; member
H A Dscsi_device.h404 list_for_each_entry((sdev), &((shost)->__devices), siblings)
/OK3568_Linux_fs/kernel/drivers/target/
H A Dtarget_core_pscsi.c499 list_for_each_entry(sd, &sh->__devices, siblings) { in pscsi_configure_device()