Searched refs:get_config (Results 1 – 10 of 10) sorted by relevance
/arch/um/drivers/ |
D | mconsole_kern.h | 22 int (*get_config)(char *, char *, int, char **); member
|
D | mconsole_kern.c | 412 .get_config = mem_get_config, 430 static void mconsole_get_config(int (*get_config)(char *, char *, int, in mconsole_get_config() 437 if (get_config == NULL) { in mconsole_get_config() 447 n = (*get_config)(name, buf, size, &error); in mconsole_get_config() 496 else mconsole_get_config(dev->get_config, req, name); in mconsole_config()
|
D | stdio_console.c | 62 .get_config = con_get_config,
|
D | ssl.c | 56 .get_config = ssl_get_config,
|
D | net_kern.c | 718 .get_config = NULL,
|
D | ubd_kern.c | 1050 .get_config = ubd_get_config,
|
D | vector_kern.c | 1732 .get_config = NULL,
|
/arch/arm/mach-s3c/ |
D | gpio-samsung.c | 361 if (!chipcfg->get_config) in samsung_gpiolib_set_cfg() 362 chipcfg->get_config = samsung_gpio_getcfg_4bit; in samsung_gpiolib_set_cfg() 372 .get_config = samsung_gpio_getcfg_2bit, 378 .get_config = s3c24xx_gpio_getcfg_abank, 398 .get_config = samsung_gpio_getcfg_2bit, 403 .get_config = samsung_gpio_getcfg_2bit, 408 .get_config = samsung_gpio_getcfg_2bit, 412 .get_config = samsung_gpio_getcfg_2bit,
|
D | gpio-cfg.h | 56 unsigned (*get_config)(struct samsung_gpio_chip *chip, unsigned offs); member
|
D | gpio-cfg-helpers.h | 32 return (chip->config->get_config)(chip, off); in samsung_gpio_do_getcfg()
|