Searched refs:vpp (Results 1 - 25 of 98) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2410/
H A Dnor-simtec.c35 static void simtec_nor_vpp(struct map_info *map, int vpp) argument
43 printk(KERN_DEBUG "%s(%d)\n", __func__, vpp);
45 if (vpp)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dau1000_pb1x00.c179 configure->vcc, configure->vpp, pcr);
182 switch(configure->vpp) {
205 configure->vpp);
210 switch(configure->vpp) {
233 configure->vpp);
238 switch(configure->vpp) {
261 configure->vpp);
H A Dau1000_generic.h61 vpp: 8, member in struct:pcmcia_configure
H A Dm8xx_pcmcia.c276 static int voltage_set(int slot, int vcc, int vpp) argument
293 switch (vpp) {
298 if (vcc == vpp)
339 static int voltage_set(int slot, int vcc, int vpp) argument
356 switch (vpp) {
361 if (vcc == vpp)
417 static inline int voltage_set(int slot, int vcc, int vpp) argument
419 return m8xx_pcmcia_ops.voltage_set(slot, vcc, vpp);
431 static int voltage_set(int slot, int vcc, int vpp) argument
448 switch (vpp) {
489 voltage_set(int slot, int vcc, int vpp) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dfsl_devices.h91 int(*voltage_set)(int slot, int vcc, int vpp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dl440gx.c29 /* Is this really the vpp port? */
30 static void l440gx_set_vpp(struct map_info *map, int vpp) argument
35 if (vpp) {
H A Dpismo.c48 void (*vpp)(void *, int); member in struct:pismo_data
81 pismo->vpp(pismo->vpp_data, on);
164 if (pismo->vpp)
259 pismo->vpp = pdata->set_vpp;
H A Dpcmciamtd.c56 int vpp; member in struct:pcmciamtd_dev
73 static int vpp; variable
92 module_param(vpp, int, 0);
93 MODULE_PARM_DESC(vpp, "Vpp value in 1/10ths eg 33=3.3V 120=12V (Dangerous)");
324 mod.Vpp1 = mod.Vpp2 = on ? dev->vpp : 0;
326 DEBUG(2, "dev = %p on = %d vpp = %d\n", dev, on, dev->vpp);
571 dev->vpp = (vpp) ? vpp
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/8xx/
H A Dmpc885ads_setup.c57 static int pcmcia_set_voltage(int slot, int vcc, int vpp) argument
74 switch (vpp) {
79 if (vcc == vpp)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-sa1100/
H A Dcollie.c284 static void collie_set_vpp(int vpp) argument
286 gpio_set_value(COLLIE_GPIO_VPEN, vpp);
H A Dh3xxx.c78 static void h3xxx_set_vpp(int vpp) argument
80 gpio_set_value(H3XXX_EGPIO_VPP_ON, vpp);
H A Djornada720.c336 static void jornada720_set_vpp(int vpp) argument
338 if (vpp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_dir.c44 setByteArray(void** vpp, void* vp, size_t nmemb, size_t elem_size) argument
46 if (*vpp)
47 _TIFFfree(*vpp), *vpp = 0; local
51 *vpp = (void*) _TIFFmalloc(bytes);
52 if (*vpp)
53 _TIFFmemcpy(*vpp, vp, bytes);
56 void _TIFFsetByteArray(void** vpp, void* vp, long n) argument
57 { setByteArray(vpp, vp, n, 1); }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-pxa/
H A Dmagician.c664 static void magician_set_vpp(struct map_info *map, int vpp) argument
666 gpio_set_value(EGPIO_MAGICIAN_FLASH_VPP, vpp);
H A Dhx4700.c737 static void hx4700_set_vpp(struct map_info *map, int vpp) argument
739 gpio_set_value(GPIO91_HX4700_FLASH_VPEN, vpp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dboard-omap4panda.c243 .vpp = &omap4_panda_vpp,
H A Dboard-4430sdp.c391 .vpp = &sdp4430_vpp,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/i2c/
H A Dtwl.h608 struct regulator_init_data *vpp; member in struct:twl4030_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A Dconfig.sub580 vpp*|vx|vx-*)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A Dconfig.sub580 vpp*|vx|vx-*)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/memstick/core/
H A Dmspro_block.c87 unsigned char vpp; member in struct:mspro_sys_info
368 rc += scnprintf(buffer + rc, PAGE_SIZE - rc, "vpp: %x\n",
369 x_sys->vpp);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Dconfig.sub597 vpp*|vx|vx-*)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mfd/
H A Dtwl-core.c784 child = add_regulator(TWL6030_REG_VPP, pdata->vpp);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c1821 struct var **vpp; local
1835 vpp = hashvar(vp->text);
1836 vp->next = *vpp;
1837 *vpp = vp;
1842 findvar(struct var **vpp, const char *name) argument
1844 for (; *vpp; vpp = &(*vpp)->next) {
1845 if (varequal((*vpp)->text, name)) {
1849 return vpp;
1903 struct var *vp, **vpp; local
2010 struct var **vpp; local
2070 struct var **vpp; local
7894 struct var **vpp; local
9574 union node *vars, **vpp; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/
H A Dconfig.sub1136 vpp*|vx|vx-*)

Completed in 315 milliseconds

1234