Searched refs:res_base (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/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-6.12.1/drivers/of/ |
D | of_reserved_mem.c | 36 phys_addr_t *res_base) in early_init_dt_alloc_reserved_memory_arch() argument 47 *res_base = base; in early_init_dt_alloc_reserved_memory_arch() 208 phys_addr_t *res_base) in __reserved_mem_alloc_in_range() argument 243 start, end, nomap, res_base); in __reserved_mem_alloc_in_range() 257 const char *uname, phys_addr_t *res_base, phys_addr_t *res_size) in __reserved_mem_alloc_size() argument 337 *res_base = base; in __reserved_mem_alloc_size()
|
/linux-6.12.1/include/sound/ |
D | snd_wavefront.h | 53 struct resource *res_base; /* i/o port resource allocation */ member
|
/linux-6.12.1/sound/isa/wavefront/ |
D | wavefront.c | 385 acard->wavefront.res_base = in snd_wavefront_probe() 388 if (acard->wavefront.res_base == NULL) { in snd_wavefront_probe()
|