Searched refs:pcmcia_make_resource (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/pcmcia/ |
H A D | rsrc_mgr.c | 30 struct resource *pcmcia_make_resource(resource_size_t start, in pcmcia_make_resource() function
|
H A D | cs_internal.h | 80 extern struct resource *pcmcia_make_resource(resource_size_t start,
|
H A D | rsrc_iodyn.c | 59 struct resource *res = pcmcia_make_resource(0, num, IORESOURCE_IO, in __iodyn_find_io_region()
|
H A D | rsrc_nonstatic.c | 79 res = pcmcia_make_resource(base, size, type | IORESOURCE_BUSY, name); in claim_region() 686 struct resource *res = pcmcia_make_resource(0, num, IORESOURCE_IO, in __nonstatic_find_io_region() 808 struct resource *res = pcmcia_make_resource(0, num, IORESOURCE_MEM, in nonstatic_find_mem_region()
|