Home
last modified time | relevance | path

Searched refs:last_device (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/ata/
Dpata_it821x.c96 u16 last_device; /* Master or slave loaded ? */ member
393 if (itdev && device != itdev->last_device) { in it821x_passthru_dev_select()
396 itdev->last_device = device; in it821x_passthru_dev_select()
768 itdev->last_device = -1; in it821x_port_start()
Dlibata-core.c6594 int last_port = -1, last_device = -1; in ata_parse_force_param() local
6624 te.device = last_device; in ata_parse_force_param()
6630 last_device = te.device; in ata_parse_force_param()
/linux-4.1.27/drivers/w1/
Dw1.c940 int last_zero, last_device; in w1_search() local
947 last_device = 0; in w1_search()
952 while ( !last_device && (slave_count++ < dev->max_slave_count) ) { in w1_search()
1018 last_device = 1; in w1_search()
1027 if (!last_device && slave_count == dev->max_slave_count && in w1_search()
/linux-4.1.27/drivers/iommu/
Damd_iommu_init.c846 PCI_BUS_NUM(iommu->last_device), in init_iommu_from_acpi()
847 PCI_SLOT(iommu->last_device), in init_iommu_from_acpi()
848 PCI_FUNC(iommu->last_device), in init_iommu_from_acpi()
852 dev_i <= iommu->last_device; ++dev_i) in init_iommu_from_acpi()
1015 for (i = iommu->first_device; i <= iommu->last_device; ++i) in init_iommu_devices()
1295 iommu->last_device = PCI_DEVID(MMIO_GET_BUS(range), in iommu_init_pci()
Damd_iommu_types.h530 u16 last_device; member
/linux-4.1.27/drivers/scsi/
Dhpsa.c2989 int last_device = nphysicals + nlogicals + (raid_ctlr_position == 0); in figure_lunaddrbytes() local
2998 if (i < last_device) in figure_lunaddrbytes()