Searched refs:adjust_resource (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/pcmcia/ |
D | rsrc_iodyn.c | 137 if (adjust_resource(s->io[i].res, res->start, in iodyn_find_io() 149 if (adjust_resource(s->io[i].res, in iodyn_find_io()
|
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-v4.19/drivers/pinctrl/mvebu/ |
D | pinctrl-dove.c | 812 adjust_resource(&fb_res, in dove_pinctrl_probe() 824 adjust_resource(&fb_res, in dove_pinctrl_probe() 838 adjust_resource(&fb_res, in dove_pinctrl_probe()
|
/Linux-v4.19/include/linux/ |
D | ioport.h | 193 int adjust_resource(struct resource *res, resource_size_t start,
|
/Linux-v4.19/drivers/nvdimm/ |
D | namespace_devs.c | 488 rc = adjust_resource(res, new_start, resource_size(res) - n); in scan_free() 692 rc = adjust_resource(res, res->start - allocate, in scan_allocate() 701 rc = adjust_resource(next, next->start in scan_allocate() 732 rc = adjust_resource(res, res->start, resource_size(res) in scan_allocate() 791 rc = adjust_resource(res, res->start, end - res->start); in merge_dpa()
|
/Linux-v4.19/drivers/parisc/ |
D | ccio-dma.c | 1435 if (!adjust_resource(res, start, len)) in expand_ioc_area() 1442 if (!adjust_resource(res, start, len)) in expand_ioc_area()
|
/Linux-v4.19/kernel/ |
D | resource.c | 974 int adjust_resource(struct resource *res, resource_size_t start, in adjust_resource() function 984 EXPORT_SYMBOL(adjust_resource);
|
/Linux-v4.19/drivers/memory/ |
D | omap-gpmc.c | 1002 r = adjust_resource(res, res->start & ~(size - 1), size); in gpmc_cs_request()
|
/Linux-v4.19/drivers/pci/ |
D | probe.c | 2999 ret = adjust_resource(res, res->start, size); in pci_bus_update_busn_res_end()
|