Home
last modified time | relevance | path

Searched refs:res_base (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpio/
A Dgpio-ich.c367 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/drivers/of/
A Dof_reserved_mem.c34 phys_addr_t *res_base) in early_init_dt_alloc_reserved_memory_arch() argument
45 *res_base = base; in early_init_dt_alloc_reserved_memory_arch()
83 const char *uname, phys_addr_t *res_base, phys_addr_t *res_size) in __reserved_mem_alloc_size() argument
166 *res_base = base; in __reserved_mem_alloc_size()
/linux/include/sound/
A Dsnd_wavefront.h53 struct resource *res_base; /* i/o port resource allocation */ member
/linux/sound/isa/wavefront/
A Dwavefront.c384 acard->wavefront.res_base = in snd_wavefront_probe()
387 if (acard->wavefront.res_base == NULL) { in snd_wavefront_probe()

Completed in 7 milliseconds