Home
last modified time | relevance | path

Searched refs:adjust_resource (Results 1 – 9 of 9) sorted by relevance

/linux-4.4.14/drivers/pcmcia/
Drsrc_iodyn.c137 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()
Drsrc_nonstatic.c770 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-4.4.14/drivers/pinctrl/mvebu/
Dpinctrl-dove.c797 adjust_resource(&fb_res, in dove_pinctrl_probe()
809 adjust_resource(&fb_res, in dove_pinctrl_probe()
823 adjust_resource(&fb_res, in dove_pinctrl_probe()
/linux-4.4.14/include/linux/
Dioport.h162 int adjust_resource(struct resource *res, resource_size_t start,
/linux-4.4.14/drivers/nvdimm/
Dnamespace_devs.c453 rc = adjust_resource(res, new_start, resource_size(res) - n); in scan_free()
601 rc = adjust_resource(res, res->start - allocate, in scan_allocate()
612 rc = adjust_resource(next, next->start in scan_allocate()
645 rc = adjust_resource(res, res->start, resource_size(res) in scan_allocate()
704 rc = adjust_resource(res, res->start, end - res->start); in merge_dpa()
/linux-4.4.14/drivers/parisc/
Dccio-dma.c1436 if (!adjust_resource(res, start, len)) in expand_ioc_area()
1443 if (!adjust_resource(res, start, len)) in expand_ioc_area()
/linux-4.4.14/kernel/
Dresource.c923 int adjust_resource(struct resource *res, resource_size_t start, in adjust_resource() function
933 EXPORT_SYMBOL(adjust_resource);
/linux-4.4.14/drivers/memory/
Domap-gpmc.c980 r = adjust_resource(res, res->start & ~(size - 1), size); in gpmc_cs_request()
/linux-4.4.14/drivers/pci/
Dprobe.c2233 ret = adjust_resource(res, res->start, size); in pci_bus_update_busn_res_end()