Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-s3c64xx/
Dgpiolib.c54 .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/
Dcommon.c30 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/
Dgpiolib.c197 .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/
Dgpiolib.c79 .get_config = s3c_gpio_getcfg_s3c24xx_a,
84 .get_config = s3c_gpio_getcfg_s3c24xx,
/linux-2.6.39/arch/um/include/shared/
Dmconsole_kern.h22 int (*get_config)(char *, char *, int, char **); member
/linux-2.6.39/arch/um/drivers/
Dmconsole_kern.c465 .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()
Dstdio_console.c71 .get_config = con_get_config,
Dssl.c67 .get_config = ssl_get_config,
Dnet_kern.c729 .get_config = NULL,
Dubd_kern.c1007 .get_config = ubd_get_config,
/linux-2.6.39/arch/arm/plat-samsung/include/plat/
Dgpio-cfg-helpers.h36 return (chip->config->get_config)(chip, off); in s3c_gpio_do_getcfg()
Dgpio-cfg.h59 unsigned (*get_config)(struct s3c_gpio_chip *chip, unsigned offs); member
/linux-2.6.39/include/linux/
Ddrbd_nl.h110 NL_PACKET(get_config, 16, )
/linux-2.6.39/drivers/scsi/
Dhptiop.h293 int (*get_config)(struct hptiop_hba *hba, member
Dhptiop.c1036 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/
Drocket.c1210 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/
Dfile_storage.c947 goto get_config; in standard_setup_req()
950 get_config: in standard_setup_req()