Searched refs:adjust_resource (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/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 | 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-6.6.21/drivers/pinctrl/mvebu/ |
D | pinctrl-dove.c | 807 adjust_resource(&fb_res, in dove_pinctrl_probe() 819 adjust_resource(&fb_res, in dove_pinctrl_probe() 833 adjust_resource(&fb_res, in dove_pinctrl_probe()
|
/linux-6.6.21/drivers/nvdimm/ |
D | namespace_devs.c | 320 rc = adjust_resource(res, res->start, resource_size(res) - n); in scan_free() 504 rc = adjust_resource(res, res->start - allocate, in scan_allocate() 513 rc = adjust_resource(next, next->start in scan_allocate() 540 rc = adjust_resource(res, res->start, resource_size(res) in scan_allocate() 594 rc = adjust_resource(res, res->start, end - res->start); in merge_dpa()
|
/linux-6.6.21/include/linux/ |
D | ioport.h | 216 int adjust_resource(struct resource *res, resource_size_t start,
|
/linux-6.6.21/drivers/parisc/ |
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-6.6.21/kernel/ |
D | resource.c | 976 int adjust_resource(struct resource *res, resource_size_t start, in adjust_resource() function 986 EXPORT_SYMBOL(adjust_resource);
|
/linux-6.6.21/drivers/dax/ |
D | bus.c | 888 rc = adjust_resource(res, range->start, size); in adjust_dev_dax_range()
|
/linux-6.6.21/drivers/memory/ |
D | omap-gpmc.c | 998 r = adjust_resource(res, res->start & ~(size - 1), size); in gpmc_cs_request()
|
/linux-6.6.21/drivers/pci/ |
D | probe.c | 3141 ret = adjust_resource(res, res->start, size); in pci_bus_update_busn_res_end()
|