vpp               747 arch/arm/mach-pxa/hx4700.c static void hx4700_set_vpp(struct platform_device *pdev, int vpp)
vpp               749 arch/arm/mach-pxa/hx4700.c 	gpio_set_value(GPIO91_HX4700_FLASH_VPEN, vpp);
vpp               842 arch/arm/mach-pxa/magician.c static void magician_set_vpp(struct platform_device *pdev, int vpp)
vpp               844 arch/arm/mach-pxa/magician.c 	gpio_set_value(EGPIO_MAGICIAN_FLASH_VPP, vpp);
vpp                29 arch/arm/mach-s3c24xx/simtec-nor.c static void simtec_nor_vpp(struct platform_device *pdev, int vpp)
vpp                35 arch/arm/mach-s3c24xx/simtec-nor.c 	printk(KERN_DEBUG "%s(%d)\n", __func__, vpp);
vpp                37 arch/arm/mach-s3c24xx/simtec-nor.c 	if (vpp)
vpp               315 arch/arm/mach-sa1100/collie.c static void collie_set_vpp(int vpp)
vpp               317 arch/arm/mach-sa1100/collie.c 	gpio_set_value(COLLIE_GPIO_VPEN, vpp);
vpp                45 arch/arm/mach-sa1100/h3xxx.c static void h3xxx_set_vpp(int vpp)
vpp                47 arch/arm/mach-sa1100/h3xxx.c 	gpio_set_value(H3XXX_EGPIO_VPP_ON, vpp);
vpp               341 arch/arm/mach-sa1100/jornada720.c static void jornada720_set_vpp(int vpp)
vpp               343 arch/arm/mach-sa1100/jornada720.c 	if (vpp)
vpp               241 drivers/ide/ide-cs.c 	    link->vpp / 10, link->vpp % 10);
vpp                92 drivers/memstick/core/ms_block.h 	unsigned char      vpp;
vpp                84 drivers/memstick/core/mspro_block.c 	unsigned char  vpp;
vpp               365 drivers/memstick/core/mspro_block.c 			x_sys->vpp);
vpp                33 drivers/mtd/maps/l440gx.c static void l440gx_set_vpp(struct map_info *map, int vpp)
vpp                38 drivers/mtd/maps/l440gx.c 	if (vpp) {
vpp                38 drivers/mtd/maps/pcmciamtd.c 	int		vpp;
vpp                55 drivers/mtd/maps/pcmciamtd.c static int vpp;
vpp                74 drivers/mtd/maps/pcmciamtd.c module_param(vpp, int, 0);
vpp                75 drivers/mtd/maps/pcmciamtd.c MODULE_PARM_DESC(vpp, "Vpp value in 1/10ths eg 33=3.3V 120=12V (Dangerous)");
vpp               305 drivers/mtd/maps/pcmciamtd.c 	pr_debug("dev = %p on = %d vpp = %d\n\n", dev, on, dev->vpp);
vpp               309 drivers/mtd/maps/pcmciamtd.c 			pcmcia_fixup_vpp(link, dev->vpp);
vpp               549 drivers/mtd/maps/pcmciamtd.c 	dev->vpp = (vpp) ? vpp : link->socket->socket.Vpp;
vpp               551 drivers/mtd/maps/pcmciamtd.c 		link->vpp = dev->vpp;
vpp               553 drivers/mtd/maps/pcmciamtd.c 		link->vpp = 0;
vpp                45 drivers/mtd/maps/pismo.c 	void			(*vpp)(void *, int);
vpp                55 drivers/mtd/maps/pismo.c 	pismo->vpp(pismo->vpp_data, on);
vpp               137 drivers/mtd/maps/pismo.c 	if (pismo->vpp)
vpp               230 drivers/mtd/maps/pismo.c 		pismo->vpp = pdata->set_vpp;
vpp               622 drivers/net/ethernet/intel/fm10k/fm10k_pf.c 	u16 qmap_stride, qpp, vpp, vf_q_idx, vf_q_idx0, qmap_idx;
vpp               641 drivers/net/ethernet/intel/fm10k/fm10k_pf.c 	vpp = fm10k_vectors_per_pool(hw);
vpp               675 drivers/net/ethernet/intel/fm10k/fm10k_pf.c 		if (!(i & (vpp - 1)))
vpp               676 drivers/net/ethernet/intel/fm10k/fm10k_pf.c 			fm10k_write_reg(hw, FM10K_ITR2(i), i - vpp);
vpp               297 drivers/pcmcia/ds.c 		p_dev->vpp/10, p_dev->vpp%10, p_dev->config_index, p_dev->irq);
vpp                68 drivers/pcmcia/max1600.c int max1600_configure(struct max1600 *m, unsigned int vcc, unsigned int vpp)
vpp                74 drivers/pcmcia/max1600.c 		if (vpp == 0) {
vpp                77 drivers/pcmcia/max1600.c 		} else if (vpp == 120) {
vpp                80 drivers/pcmcia/max1600.c 		} else if (vpp == vcc) {
vpp                85 drivers/pcmcia/max1600.c 				vpp / 10, vpp % 10);
vpp                89 drivers/pcmcia/max1600.c 	} else if (vpp != vcc && vpp != 0) {
vpp                30 drivers/pcmcia/max1600.h int max1600_configure(struct max1600 *, unsigned int vcc, unsigned int vpp);
vpp               184 drivers/pcmcia/pcmcia_cis.c 			p_dev->vpp = cfg->vpp1.param[CISTPL_POWER_VNOM] / 10000;
vpp               186 drivers/pcmcia/pcmcia_cis.c 			p_dev->vpp =
vpp               325 drivers/pcmcia/pcmcia_resource.c 	p_dev->vpp = new_vpp;
vpp               504 drivers/pcmcia/pcmcia_resource.c 	s->socket.Vpp = p_dev->vpp;
vpp               538 drivers/pcmcia/pcmcia_resource.c 		p_dev->vpp, flags, p_dev->config_base, p_dev->config_regs,
vpp                77 drivers/pcmcia/soc_common.h 	struct soc_pcmcia_regulator vpp;
vpp               142 include/linux/fsl_devices.h 	int(*voltage_set)(int slot, int vcc, int vpp);
vpp               724 include/linux/mfd/twl.h 	struct regulator_init_data              *vpp;
vpp               108 include/pcmcia/ds.h 	unsigned int		vpp;