Searched refs:dev_start (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid0.h7 sector_t dev_start; /* Zone offset in real dev (in sectors) */ member in struct:strip_zone
H A Draid0.c88 (unsigned long long)conf->strip_zone[j].dev_start>>1,
230 zone->dev_start = smallest->sectors;
239 if (rdev->sectors <= zone->dev_start) {
255 sectors = (smallest->sectors - zone->dev_start) * c;
522 bio->bi_sector = sector_offset + zone->dev_start +
563 (unsigned long long)conf->strip_zone[j].dev_start>>1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/
H A Dsearch.c211 struct device *dev_start = NULL; local
216 dev_start = &from->dev;
217 dev = bus_find_device(&pci_bus_type, dev_start, (void *)id,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pnp/
H A Dresource.c673 resource_size_t *dev_start, *dev_end; local
677 dev_start = &pnp_res->res.start;
679 if (ranged_conflict(&start, &end, dev_start, dev_end))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Ddisplay.c581 struct device *dev_start = NULL; local
590 dev_start = &from->dev;
591 dev = bus_find_device(dss_get_bus(), dev_start, NULL, match);

Completed in 104 milliseconds