Searched refs:adjust_resource (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/pcmcia/ |
H A D | rsrc_iodyn.c | 134 if (adjust_resource(s->io[i].res, res->start, in iodyn_find_io() 146 if (adjust_resource(s->io[i].res, in iodyn_find_io()
|
H A D | rsrc_nonstatic.c | 770 ret = adjust_resource(s->io[i].res, res->start, in nonstatic_find_io() 788 ret = adjust_resource(s->io[i].res, in nonstatic_find_io()
|
/linux/drivers/nvdimm/ |
H A D | namespace_devs.c | 322 rc = adjust_resource(res, res->start, resource_size(res) - n); in scan_free() 339 * adjust_resource() the allocation to @n, but if @n is larger than the 508 rc = adjust_resource(res, res->start - allocate, in scan_allocate() 517 rc = adjust_resource(next, next->start in scan_allocate() 544 rc = adjust_resource(res, res->start, resource_size(res) in scan_allocate() 598 rc = adjust_resource(res, res->start, end - res->start); in merge_dpa()
|
/linux/include/linux/ |
H A D | ioport.h | 254 int adjust_resource(struct resource *res, resource_size_t start,
|
/linux/drivers/parisc/ |
H A D | ccio-dma.c | 1422 if (!adjust_resource(res, start, len)) in expand_ioc_area() 1429 if (!adjust_resource(res, start, len)) in expand_ioc_area()
|
/linux/kernel/ |
H A D | resource.c | 1066 * adjust_resource - modify a resource's start and size 1075 int adjust_resource(struct resource *res, resource_size_t start, in adjust_resource() function 1085 EXPORT_SYMBOL(adjust_resource);
|
/linux/drivers/dax/ |
H A D | bus.c | 914 rc = adjust_resource(res, range->start, size); in adjust_dev_dax_range()
|
/linux/drivers/memory/ |
H A D | omap-gpmc.c | 995 r = adjust_resource(res, res->start & ~(size - 1), size); in gpmc_cs_request()
|
/linux/drivers/pci/ |
H A D | probe.c | 3306 ret = adjust_resource(res, res->start, size); in pci_bus_update_busn_res_end()
|