Home
last modified time | relevance | path

Searched refs:get_config (Results 1 – 10 of 10) sorted by relevance

/arch/um/drivers/
Dmconsole_kern.h22 int (*get_config)(char *, char *, int, char **); member
Dmconsole_kern.c412 .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()
Dstdio_console.c62 .get_config = con_get_config,
Dssl.c56 .get_config = ssl_get_config,
Dnet_kern.c718 .get_config = NULL,
Dubd_kern.c1050 .get_config = ubd_get_config,
Dvector_kern.c1732 .get_config = NULL,
/arch/arm/mach-s3c/
Dgpio-samsung.c361 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,
Dgpio-cfg.h56 unsigned (*get_config)(struct samsung_gpio_chip *chip, unsigned offs); member
Dgpio-cfg-helpers.h32 return (chip->config->get_config)(chip, off); in samsung_gpio_do_getcfg()