Searched refs:adjust_resource (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/pcmcia/ |
| H 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/drivers/pinctrl/mvebu/ |
| H 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()
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | ioport.h | 126 int adjust_resource(struct resource *res, resource_size_t start,
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | ioport.h | 213 int adjust_resource(struct resource *res, resource_size_t start,
|
| /OK3568_Linux_fs/kernel/drivers/nvdimm/ |
| H A D | namespace_devs.c | 458 rc = adjust_resource(res, new_start, resource_size(res) - n); in scan_free() 667 rc = adjust_resource(res, res->start - allocate, in scan_allocate() 676 rc = adjust_resource(next, next->start in scan_allocate() 707 rc = adjust_resource(res, res->start, resource_size(res) in scan_allocate() 766 rc = adjust_resource(res, res->start, end - res->start); in merge_dpa()
|
| /OK3568_Linux_fs/kernel/drivers/parisc/ |
| H A D | ccio-dma.c | 1426 if (!adjust_resource(res, start, len)) in expand_ioc_area() 1433 if (!adjust_resource(res, start, len)) in expand_ioc_area()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | resource.c | 985 int adjust_resource(struct resource *res, resource_size_t start, in adjust_resource() function 995 EXPORT_SYMBOL(adjust_resource);
|
| /OK3568_Linux_fs/kernel/drivers/dax/ |
| H A D | bus.c | 837 rc = adjust_resource(res, range->start, size); in adjust_dev_dax_range()
|
| /OK3568_Linux_fs/kernel/drivers/memory/ |
| H A D | omap-gpmc.c | 984 r = adjust_resource(res, res->start & ~(size - 1), size); in gpmc_cs_request()
|
| /OK3568_Linux_fs/kernel/drivers/pci/ |
| H A D | probe.c | 3076 ret = adjust_resource(res, res->start, size); in pci_bus_update_busn_res_end()
|