/linux-2.6.39/arch/arm/mach-s3c64xx/ |
D | gpiolib.c | 54 .get_config = s3c_gpio_getcfg_s3c64xx_4bit, 62 .get_config = s3c_gpio_getcfg_s3c64xx_4bit, 69 .get_config = s3c_gpio_getcfg_s3c64xx_4bit, 177 .get_config = s3c_gpio_getcfg_s3c24xx, 185 .get_config = s3c_gpio_getcfg_s3c24xx, 193 .get_config = s3c_gpio_getcfg_s3c24xx,
|
/linux-2.6.39/arch/arm/plat-omap/ |
D | common.c | 30 static const void *__init get_config(u16 tag, size_t len, in get_config() function 55 return get_config(tag, len, nr, NULL); in __omap_get_config() 60 return get_config(tag, NO_LENGTH_CHECK, 0, len); in omap_get_var_config()
|
/linux-2.6.39/arch/arm/mach-s5p64x0/ |
D | gpiolib.c | 197 .get_config = s3c_gpio_getcfg_s3c24xx, 201 .get_config = s3c_gpio_getcfg_s3c24xx, 205 .get_config = s3c_gpio_getcfg_s3c24xx, 454 if (!chipcfg->get_config) in s5p64x0_gpiolib_set_cfg() 455 chipcfg->get_config = s3c_gpio_getcfg_s3c64xx_4bit; in s5p64x0_gpiolib_set_cfg()
|
/linux-2.6.39/arch/arm/plat-s3c24xx/ |
D | gpiolib.c | 79 .get_config = s3c_gpio_getcfg_s3c24xx_a, 84 .get_config = s3c_gpio_getcfg_s3c24xx,
|
/linux-2.6.39/arch/um/include/shared/ |
D | mconsole_kern.h | 22 int (*get_config)(char *, char *, int, char **); member
|
/linux-2.6.39/arch/um/drivers/ |
D | mconsole_kern.c | 465 .get_config = mem_get_config, 483 static void mconsole_get_config(int (*get_config)(char *, char *, int, in mconsole_get_config() 490 if (get_config == NULL) { in mconsole_get_config() 500 n = (*get_config)(name, buf, size, &error); in mconsole_get_config() 549 else mconsole_get_config(dev->get_config, req, name); in mconsole_config()
|
D | stdio_console.c | 71 .get_config = con_get_config,
|
D | ssl.c | 67 .get_config = ssl_get_config,
|
D | net_kern.c | 729 .get_config = NULL,
|
D | ubd_kern.c | 1007 .get_config = ubd_get_config,
|
/linux-2.6.39/arch/arm/plat-samsung/include/plat/ |
D | gpio-cfg-helpers.h | 36 return (chip->config->get_config)(chip, off); in s3c_gpio_do_getcfg()
|
D | gpio-cfg.h | 59 unsigned (*get_config)(struct s3c_gpio_chip *chip, unsigned offs); member
|
/linux-2.6.39/include/linux/ |
D | drbd_nl.h | 110 NL_PACKET(get_config, 16, )
|
/linux-2.6.39/drivers/scsi/ |
D | hptiop.h | 293 int (*get_config)(struct hptiop_hba *hba, member
|
D | hptiop.c | 1036 if (hba->ops->get_config(hba, &iop_config)) { in hptiop_probe() 1237 .get_config = iop_get_config_itl, 1252 .get_config = iop_get_config_mv,
|
/linux-2.6.39/drivers/tty/ |
D | rocket.c | 1210 static int get_config(struct r_port *info, struct rocket_config __user *retinfo) in get_config() function 1345 ret = get_config(info, argp); in rp_ioctl()
|
/linux-2.6.39/drivers/usb/gadget/ |
D | file_storage.c | 947 goto get_config; in standard_setup_req() 950 get_config: in standard_setup_req()
|