writeIntrThreshold   63 drivers/parport/parport_gsc.h 	int writeIntrThreshold;
writeIntrThreshold  256 drivers/parport/parport_ip32.c 	unsigned int			writeIntrThreshold;
writeIntrThreshold 1358 drivers/parport/parport_ip32.c 			count = priv->writeIntrThreshold;
writeIntrThreshold 1911 drivers/parport/parport_ip32.c 	priv->writeIntrThreshold = 0;
writeIntrThreshold 1917 drivers/parport/parport_ip32.c 		if (!priv->writeIntrThreshold
writeIntrThreshold 1920 drivers/parport/parport_ip32.c 			priv->writeIntrThreshold = i + 1;
writeIntrThreshold 1928 drivers/parport/parport_ip32.c 	if (!priv->writeIntrThreshold) {
writeIntrThreshold 1932 drivers/parport/parport_ip32.c 	pr_probe(p, "writeIntrThreshold is %u\n", priv->writeIntrThreshold);
writeIntrThreshold 1629 drivers/parport/parport_pc.c 	priv->writeIntrThreshold = i;
writeIntrThreshold   37 include/linux/parport_pc.h 	int writeIntrThreshold;