Searched refs:res_base (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/drivers/gpio/ |
D | gpio-ich.c | 367 struct resource *res_base, const char *name, u8 use_gpio) in ichx_gpio_request_regions() argument 371 if (!res_base || !res_base->start || !res_base->end) in ichx_gpio_request_regions() 378 res_base->start + ichx_priv.desc->regs[0][i], in ichx_gpio_request_regions() 389 struct resource *res_base, *res_pm; in ichx_gpio_probe() local 427 res_base = platform_get_resource(pdev, IORESOURCE_IO, ICH_RES_GPIO); in ichx_gpio_probe() 428 err = ichx_gpio_request_regions(dev, res_base, pdev->name, in ichx_gpio_probe() 433 ichx_priv.gpio_base = res_base; in ichx_gpio_probe()
|
/Linux-v6.6/drivers/of/ |
D | of_reserved_mem.c | 35 phys_addr_t *res_base) in early_init_dt_alloc_reserved_memory_arch() argument 46 *res_base = base; in early_init_dt_alloc_reserved_memory_arch() 87 phys_addr_t *res_base) in __reserved_mem_alloc_in_range() argument 122 start, end, nomap, res_base); in __reserved_mem_alloc_in_range() 136 const char *uname, phys_addr_t *res_base, phys_addr_t *res_size) in __reserved_mem_alloc_size() argument 216 *res_base = base; in __reserved_mem_alloc_size()
|
/Linux-v6.6/include/sound/ |
D | snd_wavefront.h | 53 struct resource *res_base; /* i/o port resource allocation */ member
|
/Linux-v6.6/sound/isa/wavefront/ |
D | wavefront.c | 384 acard->wavefront.res_base = in snd_wavefront_probe() 387 if (acard->wavefront.res_base == NULL) { in snd_wavefront_probe()
|