Searched refs:get_config (Results 1 – 9 of 9) sorted by relevance
| /arch/arm/mach-s3c/ |
| A D | gpio-samsung.c | 190 if (!chipcfg->get_config) in samsung_gpiolib_set_cfg() 191 chipcfg->get_config = samsung_gpio_getcfg_4bit; in samsung_gpiolib_set_cfg() 215 .get_config = samsung_gpio_getcfg_2bit, 220 .get_config = samsung_gpio_getcfg_2bit, 225 .get_config = samsung_gpio_getcfg_2bit, 229 .get_config = samsung_gpio_getcfg_2bit,
|
| A D | gpio-cfg.h | 56 unsigned (*get_config)(struct samsung_gpio_chip *chip, unsigned offs); member
|
| /arch/um/drivers/ |
| A D | mconsole_kern.h | 22 int (*get_config)(char *, char *, int, char **); member
|
| A 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()
|
| A D | stdio_console.c | 62 .get_config = con_get_config,
|
| A D | ssl.c | 56 .get_config = ssl_get_config,
|
| A D | vfio_kern.c | 677 .get_config = NULL,
|
| A D | ubd_kern.c | 1030 .get_config = ubd_get_config,
|
| A D | vector_kern.c | 1733 .get_config = NULL,
|
Completed in 28 milliseconds