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

/linux-master/drivers/pcmcia/
H A Drsrc_iodyn.c134 if (adjust_resource(s->io[i].res, res->start,
146 if (adjust_resource(s->io[i].res,
H A Drsrc_nonstatic.c770 ret = adjust_resource(s->io[i].res, res->start,
788 ret = adjust_resource(s->io[i].res,
/linux-master/drivers/pinctrl/mvebu/
H A Dpinctrl-dove.c805 adjust_resource(&fb_res,
817 adjust_resource(&fb_res,
831 adjust_resource(&fb_res,
/linux-master/include/linux/
H A Dioport.h216 int adjust_resource(struct resource *res, resource_size_t start,
/linux-master/drivers/parisc/
H A Dccio-dma.c1422 if (!adjust_resource(res, start, len))
1429 if (!adjust_resource(res, start, len))
/linux-master/drivers/nvdimm/
H A Dnamespace_devs.c322 rc = adjust_resource(res, res->start, resource_size(res) - n);
339 * adjust_resource() the allocation to @n, but if @n is larger than the
508 rc = adjust_resource(res, res->start - allocate,
517 rc = adjust_resource(next, next->start
544 rc = adjust_resource(res, res->start, resource_size(res)
598 rc = adjust_resource(res, res->start, end - res->start);
/linux-master/kernel/
H A Dresource.c1022 * adjust_resource - modify a resource's start and size
1031 int adjust_resource(struct resource *res, resource_size_t start, function
1041 EXPORT_SYMBOL(adjust_resource); variable
/linux-master/drivers/dax/
H A Dbus.c943 rc = adjust_resource(res, range->start, size);
/linux-master/drivers/memory/
H A Domap-gpmc.c998 r = adjust_resource(res, res->start & ~(size - 1), size);
/linux-master/drivers/pci/
H A Dprobe.c3135 ret = adjust_resource(res, res->start, size);

Completed in 166 milliseconds