Searched refs:get_config (Results 1 – 10 of 10) sorted by relevance
/arch/arm/plat-omap/ |
D | common.c | 32 static const void *__init get_config(u16 tag, size_t len, in get_config() function 57 return get_config(tag, len, nr, NULL); in __omap_get_config() 62 return get_config(tag, NO_LENGTH_CHECK, 0, len); in omap_get_var_config()
|
/arch/arm/mach-s5p64x0/ |
D | gpiolib.c | 198 .get_config = s3c_gpio_getcfg_s3c24xx, 202 .get_config = s3c_gpio_getcfg_s3c24xx, 206 .get_config = s3c_gpio_getcfg_s3c24xx, 455 if (!chipcfg->get_config) in s5p64x0_gpiolib_set_cfg() 456 chipcfg->get_config = s3c_gpio_getcfg_s3c64xx_4bit; in s5p64x0_gpiolib_set_cfg()
|
/arch/um/drivers/ |
D | mconsole_kern.h | 22 int (*get_config)(char *, char *, int, char **); member
|
D | mconsole_kern.c | 466 .get_config = mem_get_config, 484 static void mconsole_get_config(int (*get_config)(char *, char *, int, in mconsole_get_config() 491 if (get_config == NULL) { in mconsole_get_config() 501 n = (*get_config)(name, buf, size, &error); in mconsole_get_config() 550 else mconsole_get_config(dev->get_config, req, name); in mconsole_config()
|
D | stdio_console.c | 64 .get_config = con_get_config,
|
D | ssl.c | 59 .get_config = ssl_get_config,
|
D | net_kern.c | 746 .get_config = NULL,
|
D | ubd_kern.c | 1020 .get_config = ubd_get_config,
|
/arch/arm/plat-samsung/include/plat/ |
D | gpio-cfg-helpers.h | 36 return (chip->config->get_config)(chip, off); in samsung_gpio_do_getcfg()
|
D | gpio-cfg.h | 61 unsigned (*get_config)(struct samsung_gpio_chip *chip, unsigned offs); member
|