Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/pci/
Dsearch.c211 struct device *dev_start = NULL; in pci_get_dev_by_id() local
216 dev_start = &from->dev; in pci_get_dev_by_id()
217 dev = bus_find_device(&pci_bus_type, dev_start, (void *)id, in pci_get_dev_by_id()
/linux-2.6.39/drivers/md/
Draid0.h7 sector_t dev_start; /* Zone offset in real dev (in sectors) */ member
Draid0.c73 (unsigned long long)conf->strip_zone[j].dev_start>>1, in dump_zones()
223 zone->dev_start = smallest->sectors; in create_strip_zones()
232 if (rdev->sectors <= zone->dev_start) { in create_strip_zones()
248 sectors = (smallest->sectors - zone->dev_start) * c; in create_strip_zones()
512 bio->bi_sector = sector_offset + zone->dev_start + in raid0_make_request()
553 (unsigned long long)conf->strip_zone[j].dev_start>>1, in raid0_status()
/linux-2.6.39/drivers/video/omap2/dss/
Ddisplay.c562 struct device *dev_start = NULL; in omap_dss_get_next_device() local
571 dev_start = &from->dev; in omap_dss_get_next_device()
572 dev = bus_find_device(dss_get_bus(), dev_start, NULL, match); in omap_dss_get_next_device()
/linux-2.6.39/drivers/pnp/
Dresource.c670 resource_size_t *dev_start, *dev_end; in pnp_range_reserved() local
674 dev_start = &pnp_res->res.start; in pnp_range_reserved()
676 if (ranged_conflict(&start, &end, dev_start, dev_end)) in pnp_range_reserved()