max1600_configure  120 drivers/pcmcia/max1600.c EXPORT_SYMBOL_GPL(max1600_configure);
max1600_configure   30 drivers/pcmcia/max1600.h int max1600_configure(struct max1600 *, unsigned int vcc, unsigned int vpp);
max1600_configure   78 drivers/pcmcia/pxa2xx_mainstone.c 	return max1600_configure(skt->driver_data, state->Vcc, state->Vpp);
max1600_configure   91 drivers/pcmcia/sa1111_lubbock.c 		ret = max1600_configure(m, state->Vcc, state->Vpp);
max1600_configure  115 drivers/pcmcia/sa1111_lubbock.c 			max1600_configure(m, 0, 0);
max1600_configure   63 drivers/pcmcia/sa1111_neponset.c 		ret = max1600_configure(m, state->Vcc, state->Vpp);