this_port          22 drivers/parport/parport_atari.c static struct parport *this_port;
this_port         202 drivers/parport/parport_atari.c 		this_port = p;
this_port         213 drivers/parport/parport_atari.c 	parport_remove_port(this_port);
this_port         214 drivers/parport/parport_atari.c 	if (this_port->irq != PARPORT_IRQ_NONE)
this_port         215 drivers/parport/parport_atari.c 		free_irq(IRQ_MFP_BUSY, this_port);
this_port         216 drivers/parport/parport_atari.c 	parport_put_port(this_port);
this_port         128 drivers/parport/parport_ip32.c static struct parport *this_port;
this_port        2195 drivers/parport/parport_ip32.c 	this_port = parport_ip32_probe_port();
this_port        2196 drivers/parport/parport_ip32.c 	return PTR_ERR_OR_ZERO(this_port);
this_port        2204 drivers/parport/parport_ip32.c 	parport_ip32_unregister_port(this_port);
this_port          79 drivers/parport/parport_mfc3.c static struct parport *this_port[MAX_MFC] = {NULL, };
this_port         185 drivers/parport/parport_mfc3.c 		if (this_port[i] != NULL)
this_port         186 drivers/parport/parport_mfc3.c 			if (pia(this_port[i])->crb & 128) { /* Board caused interrupt */
this_port         187 drivers/parport/parport_mfc3.c 				dummy = pia(this_port[i])->pprb; /* clear irq bit */
this_port         188 drivers/parport/parport_mfc3.c 				parport_generic_irq(this_port[i]);
this_port         327 drivers/parport/parport_mfc3.c 		this_port[pias++] = p;
this_port         352 drivers/parport/parport_mfc3.c 		if (!this_port[i])
this_port         354 drivers/parport/parport_mfc3.c 		parport_remove_port(this_port[i]);
this_port         355 drivers/parport/parport_mfc3.c 		if (this_port[i]->irq != PARPORT_IRQ_NONE) {
this_port         359 drivers/parport/parport_mfc3.c 		release_mem_region(ZTWO_PADDR(this_port[i]->private_data), sizeof(struct pia));
this_port         360 drivers/parport/parport_mfc3.c 		parport_put_port(this_port[i]);