Searched refs:adjust_resource (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/drivers/pcmcia/ |
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()
|
D | rsrc_nonstatic.c | 767 ret = adjust_resource(s->io[i].res, res->start, in nonstatic_find_io() 785 ret = adjust_resource(s->io[i].res, in nonstatic_find_io()
|
/Linux-v5.10/drivers/pinctrl/mvebu/ |
D | pinctrl-dove.c | 808 adjust_resource(&fb_res, in dove_pinctrl_probe() 820 adjust_resource(&fb_res, in dove_pinctrl_probe() 834 adjust_resource(&fb_res, in dove_pinctrl_probe()
|
/Linux-v5.10/include/linux/ |
D | ioport.h | 207 int adjust_resource(struct resource *res, resource_size_t start,
|
/Linux-v5.10/drivers/nvdimm/ |
D | namespace_devs.c | 458 rc = adjust_resource(res, new_start, resource_size(res) - n); in scan_free() 667 rc = adjust_resource(res, res->start - allocate, in scan_allocate() 676 rc = adjust_resource(next, next->start in scan_allocate() 707 rc = adjust_resource(res, res->start, resource_size(res) in scan_allocate() 766 rc = adjust_resource(res, res->start, end - res->start); in merge_dpa()
|
/Linux-v5.10/drivers/parisc/ |
D | ccio-dma.c | 1423 if (!adjust_resource(res, start, len)) in expand_ioc_area() 1430 if (!adjust_resource(res, start, len)) in expand_ioc_area()
|
/Linux-v5.10/kernel/ |
D | resource.c | 985 int adjust_resource(struct resource *res, resource_size_t start, in adjust_resource() function 995 EXPORT_SYMBOL(adjust_resource);
|
/Linux-v5.10/drivers/dax/ |
D | bus.c | 833 rc = adjust_resource(res, range->start, size); in adjust_dev_dax_range()
|
/Linux-v5.10/drivers/memory/ |
D | omap-gpmc.c | 984 r = adjust_resource(res, res->start & ~(size - 1), size); in gpmc_cs_request()
|
/Linux-v5.10/drivers/pci/ |
D | probe.c | 3075 ret = adjust_resource(res, res->start, size); in pci_bus_update_busn_res_end()
|