Vpp 549 drivers/mtd/maps/pcmciamtd.c dev->vpp = (vpp) ? vpp : link->socket->socket.Vpp; Vpp 373 drivers/pcmcia/cs.c skt->socket.Vcc = skt->socket.Vpp = 33; Vpp 375 drivers/pcmcia/cs.c skt->socket.Vcc = skt->socket.Vpp = 50; Vpp 269 drivers/pcmcia/db1xxx_ss.c switch (state->Vpp) { Vpp 281 drivers/pcmcia/db1xxx_ss.c sock->nr, state->Vpp); Vpp 285 drivers/pcmcia/db1xxx_ss.c if (((state->Vcc == 33) && (state->Vpp == 50)) || Vpp 286 drivers/pcmcia/db1xxx_ss.c ((state->Vcc == 50) && (state->Vpp == 33))) { Vpp 288 drivers/pcmcia/db1xxx_ss.c sock->nr, state->Vcc, state->Vpp); Vpp 509 drivers/pcmcia/i82092.c switch (state->Vpp) { Vpp 929 drivers/pcmcia/i82365.c state->Vcc, state->Vpp, state->io_irq, state->csc_mask); Vpp 946 drivers/pcmcia/i82365.c if (state->Vpp != 0) { Vpp 947 drivers/pcmcia/i82365.c if (state->Vpp == 120) Vpp 949 drivers/pcmcia/i82365.c else if (state->Vpp == state->Vcc) Vpp 962 drivers/pcmcia/i82365.c if (state->Vpp != 0) { Vpp 963 drivers/pcmcia/i82365.c if (state->Vpp == 120) Vpp 965 drivers/pcmcia/i82365.c else if (state->Vpp == state->Vcc) Vpp 984 drivers/pcmcia/i82365.c switch (state->Vpp) { Vpp 996 drivers/pcmcia/i82365.c switch (state->Vpp) { Vpp 319 drivers/pcmcia/pcmcia_resource.c s->socket.Vpp = new_vpp; Vpp 359 drivers/pcmcia/pcmcia_resource.c s->socket.Vpp = 0; Vpp 504 drivers/pcmcia/pcmcia_resource.c s->socket.Vpp = p_dev->vpp; Vpp 354 drivers/pcmcia/pd6729.c switch (state->Vpp) { Vpp 371 drivers/pcmcia/pd6729.c "invalid VPP power value: %i\n", state->Vpp); Vpp 92 drivers/pcmcia/pxa2xx_colibri.c !(state->Vcc == 33 && state->Vpp < 50)); Vpp 78 drivers/pcmcia/pxa2xx_mainstone.c return max1600_configure(skt->driver_data, state->Vcc, state->Vpp); Vpp 122 drivers/pcmcia/pxa2xx_sharpsl.c if ((state->Vpp!=state->Vcc) && (state->Vpp!=0)) { Vpp 123 drivers/pcmcia/pxa2xx_sharpsl.c printk(KERN_ERR "CF slot cannot support Vpp %u\n", state->Vpp); Vpp 110 drivers/pcmcia/pxa2xx_trizeps4.c switch (state->Vpp) { Vpp 117 drivers/pcmcia/pxa2xx_trizeps4.c if (state->Vpp != state->Vcc) { Vpp 118 drivers/pcmcia/pxa2xx_trizeps4.c pr_err("%s(): bad Vpp %u\n", __func__, state->Vpp); Vpp 86 drivers/pcmcia/sa1111_badge4.c if ((state->Vpp != 0) && Vpp 87 drivers/pcmcia/sa1111_badge4.c (state->Vpp != badge4_pcmvpp)) { Vpp 89 drivers/pcmcia/sa1111_badge4.c badge4_pcmvpp, state->Vpp); Vpp 114 drivers/pcmcia/sa1111_badge4.c need5V = ((state->Vcc == 50) || (state->Vpp == 50)); Vpp 68 drivers/pcmcia/sa1111_jornada720.c skt->nr, state->Vcc, state->Vpp); Vpp 108 drivers/pcmcia/sa1111_jornada720.c if (state->Vpp != state->Vcc && state->Vpp != 0) { Vpp 110 drivers/pcmcia/sa1111_jornada720.c __func__, state->Vpp); Vpp 91 drivers/pcmcia/sa1111_lubbock.c ret = max1600_configure(m, state->Vcc, state->Vpp); Vpp 129 drivers/pcmcia/sa1111_lubbock.c ((socket_state_t *)state)->Vpp = 50; Vpp 63 drivers/pcmcia/sa1111_neponset.c ret = max1600_configure(m, state->Vcc, state->Vpp); Vpp 547 drivers/pcmcia/soc_common.c state->Vcc, state->Vpp, state->io_irq); Vpp 723 drivers/pcmcia/soc_common.c p += sprintf(p, "Vpp : %d\n", skt->cs_state.Vpp); Vpp 66 drivers/pcmcia/socket_sysfs.c return sprintf(buf, "%d.%dV\n", s->socket.Vpp / 10, s->socket.Vpp % 10); Vpp 627 drivers/pcmcia/tcic.c state->Vcc, state->Vpp, state->io_irq, state->csc_mask); Vpp 634 drivers/pcmcia/tcic.c switch (state->Vpp) { Vpp 312 drivers/pcmcia/vrc4171_card.c (state->Vpp != state->Vcc && state->Vpp != 0) || Vpp 325 drivers/pcmcia/vrc4171_card.c if (state->Vpp == state->Vcc) Vpp 213 drivers/pcmcia/vrc4173_cardu.c static inline uint8_t set_Vpp_value(u_char Vpp) Vpp 215 drivers/pcmcia/vrc4173_cardu.c switch (Vpp) { Vpp 231 drivers/pcmcia/vrc4173_cardu.c if (((state->Vpp == 33) || (state->Vpp == 50)) && (state->Vpp != state->Vcc)) Vpp 235 drivers/pcmcia/vrc4173_cardu.c val |= set_Vpp_value(state->Vpp); Vpp 269 drivers/pcmcia/yenta_socket.c switch (state->Vpp) { Vpp 288 drivers/pcmcia/yenta_socket.c switch (state->Vpp) { Vpp 313 drivers/pcmcia/yenta_socket.c switch (state->Vpp) { Vpp 53 include/pcmcia/ss.h u_char Vcc, Vpp;