Searched refs:adjust_resource (Results 1 – 13 of 13) sorted by relevance
/linux/drivers/pcmcia/ |
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()
|
A 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/drivers/pinctrl/mvebu/ |
A 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/include/linux/ |
A D | ioport.h | 209 int adjust_resource(struct resource *res, resource_size_t start,
|
/linux/drivers/nvdimm/ |
A D | namespace_devs.c | 456 rc = adjust_resource(res, new_start, resource_size(res) - n); in scan_free() 665 rc = adjust_resource(res, res->start - allocate, in scan_allocate() 674 rc = adjust_resource(next, next->start in scan_allocate() 705 rc = adjust_resource(res, res->start, resource_size(res) in scan_allocate() 764 rc = adjust_resource(res, res->start, end - res->start); in merge_dpa()
|
/linux/drivers/parisc/ |
A 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/kernel/ |
A D | resource.c | 993 int adjust_resource(struct resource *res, resource_size_t start, in adjust_resource() function 1003 EXPORT_SYMBOL(adjust_resource);
|
/linux/drivers/dax/ |
A D | bus.c | 828 rc = adjust_resource(res, range->start, size); in adjust_dev_dax_range()
|
/linux/drivers/memory/ |
A D | omap-gpmc.c | 988 r = adjust_resource(res, res->start & ~(size - 1), size); in gpmc_cs_request()
|
/linux/drivers/pci/ |
A D | probe.c | 3129 ret = adjust_resource(res, res->start, size); in pci_bus_update_busn_res_end()
|
/linux/ |
A D | vmlinux.symvers | 5450 0x00000000 adjust_resource vmlinux EXPORT_SYMBOL
|
A D | System.map | 2194 ffff80001008bf90 T adjust_resource
|
A D | .tmp_System.map | 2194 ffff80001008bf90 T adjust_resource
|
Completed in 324 milliseconds