Searched defs:vpp (Results 1 - 5 of 5) sorted by relevance

/drivers/mtd/maps/
H A Dl440gx.c29 /* Is this really the vpp port? */
32 static void l440gx_set_vpp(struct map_info *map, int vpp) argument
37 if (vpp) {
54 * appripriate code for vpp enable/disable
H A Dpismo.c48 void (*vpp)(void *, int); member in struct:pismo_data
58 pismo->vpp(pismo->vpp_data, on);
139 if (pismo->vpp)
233 pismo->vpp = pdata->set_vpp;
H A Dpcmciamtd.c38 int vpp; member in struct:pcmciamtd_dev
55 static int vpp; variable
74 module_param(vpp, int, 0);
75 MODULE_PARM_DESC(vpp, "Vpp value in 1/10ths eg 33=3.3V 120=12V (Dangerous)");
305 pr_debug("dev = %p on = %d vpp = %d\n\n", dev, on, dev->vpp);
309 pcmcia_fixup_vpp(link, dev->vpp);
549 dev->vpp = (vpp) ? vpp
[all...]
/drivers/pcmcia/
H A Dm8xx_pcmcia.c274 static int voltage_set(int slot, int vcc, int vpp) argument
291 switch (vpp) {
296 if (vcc == vpp)
337 static int voltage_set(int slot, int vcc, int vpp) argument
354 switch (vpp) {
359 if (vcc == vpp)
415 static inline int voltage_set(int slot, int vcc, int vpp) argument
417 return m8xx_pcmcia_ops.voltage_set(slot, vcc, vpp);
429 static int voltage_set(int slot, int vcc, int vpp) argument
446 switch (vpp) {
487 voltage_set(int slot, int vcc, int vpp) argument
[all...]
/drivers/memstick/core/
H A Dmspro_block.c88 unsigned char vpp; member in struct:mspro_sys_info
370 rc += scnprintf(buffer + rc, PAGE_SIZE - rc, "vpp: %x\n",
371 x_sys->vpp);

Completed in 751 milliseconds