Searched refs:__devices (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dscsi.c856 struct list_head *list = (prev ? &prev->siblings : &shost->__devices);
861 while (list->next != &shost->__devices) {
974 list_for_each_entry(sdev, &shost->__devices, siblings) {
H A Dhosts.c311 INIT_LIST_HEAD(&shost->__devices);
H A Dscsi_sysfs.c794 list_for_each_entry(sdev, &shost->__devices, siblings) {
947 list_add_tail(&sdev->siblings, &shost->__devices);
H A Dscsi_scan.c1765 list_for_each_entry(sdev, &shost->__devices, siblings) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/scsi/
H A Dscsi_device.h259 list_for_each_entry((sdev), &((shost)->__devices), siblings)
H A Dscsi_host.h490 * __devices is protected by the host_lock, but you should
497 struct list_head __devices; member in struct:Scsi_Host

Completed in 148 milliseconds