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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dmconsole_kern.h22 int (*get_config)(char *, char *, int, char **); member in struct:mc_device
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c64xx/
H A 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,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s5p6440/
H A Dgpio.c181 .get_config = s3c_gpio_getcfg_s3c24xx,
185 .get_config = s3c_gpio_getcfg_s3c24xx,
189 .get_config = s3c_gpio_getcfg_s3c24xx,
302 if (!chipcfg->get_config)
303 chipcfg->get_config = s3c_gpio_getcfg_s3c64xx_4bit;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/include/plat/
H A Dgpio-cfg-helpers.h36 return (chip->config->get_config)(chip, off);
H A Dgpio-cfg.h39 * @get_config: Read the current configuration for the GPIO
59 unsigned (*get_config)(struct s3c_gpio_chip *chip, unsigned offs); member in struct:s3c_gpio_cfg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dgpiolib.c84 .get_config = s3c_gpio_getcfg_s3c24xx_a,
89 .get_config = s3c_gpio_getcfg_s3c24xx,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Dcommon.c52 static const void *get_config(u16 tag, size_t len, int skip, size_t *len_out) function
76 return get_config(tag, len, nr, NULL);
82 return get_config(tag, NO_LENGTH_CHECK, 0, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/drivers/
H A Dmconsole_kern.c414 .get_config = mem_get_config,
432 static void mconsole_get_config(int (*get_config)(char *, char *, int,
439 if (get_config == NULL) {
440 mconsole_reply(req, "No get_config routine defined", 1, 0);
449 n = (*get_config)(name, buf, size, &error);
498 else mconsole_get_config(dev->get_config, req, name);
H A Dssl.c67 .get_config = ssl_get_config,
H A Dstdio_console.c71 .get_config = con_get_config,
H A Dnet_kern.c729 .get_config = NULL,
H A Dubd_kern.c1005 .get_config = ubd_get_config,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Ddrbd_nl.h100 NL_PACKET(get_config, 16, )
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dhptiop.h293 int (*get_config)(struct hptiop_hba *hba, member in struct:hptiop_adapter_ops
H A Dhptiop.c1034 if (hba->ops->get_config(hba, &iop_config)) {
1235 .get_config = iop_get_config_itl,
1250 .get_config = iop_get_config_mv,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfile_storage.c851 goto get_config;
854 get_config:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drocket.c1210 static int get_config(struct r_port *info, struct rocket_config __user *retinfo) function
1345 ret = get_config(info, argp);

Completed in 374 milliseconds