Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/pcmcia/
Drsrc_iodyn.c134 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()
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-v6.1/drivers/pinctrl/mvebu/
Dpinctrl-dove.c808 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-v6.1/drivers/nvdimm/
Dnamespace_devs.c319 rc = adjust_resource(res, res->start, resource_size(res) - n); in scan_free()
503 rc = adjust_resource(res, res->start - allocate, in scan_allocate()
512 rc = adjust_resource(next, next->start in scan_allocate()
539 rc = adjust_resource(res, res->start, resource_size(res) in scan_allocate()
593 rc = adjust_resource(res, res->start, end - res->start); in merge_dpa()
/Linux-v6.1/include/linux/
Dioport.h216 int adjust_resource(struct resource *res, resource_size_t start,
/Linux-v6.1/drivers/parisc/
Dccio-dma.c1426 if (!adjust_resource(res, start, len)) in expand_ioc_area()
1433 if (!adjust_resource(res, start, len)) in expand_ioc_area()
/Linux-v6.1/kernel/
Dresource.c976 int adjust_resource(struct resource *res, resource_size_t start, in adjust_resource() function
986 EXPORT_SYMBOL(adjust_resource);
/Linux-v6.1/drivers/dax/
Dbus.c858 rc = adjust_resource(res, range->start, size); in adjust_dev_dax_range()
/Linux-v6.1/drivers/memory/
Domap-gpmc.c990 r = adjust_resource(res, res->start & ~(size - 1), size); in gpmc_cs_request()
/Linux-v6.1/drivers/pci/
Dprobe.c3120 ret = adjust_resource(res, res->start, size); in pci_bus_update_busn_res_end()