Searched refs:this_port (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_atari.c21 static struct parport *this_port = NULL; variable in typeref:struct:parport
201 this_port = p;
212 parport_remove_port(this_port);
213 if (this_port->irq != PARPORT_IRQ_NONE)
214 free_irq(IRQ_MFP_BUSY, this_port);
215 parport_put_port(this_port);
H A Dparport_mfc3.c78 static struct parport *this_port[MAX_MFC] = {NULL, }; variable in typeref:struct:parport
187 if (this_port[i] != NULL)
188 if (pia(this_port[i])->crb & 128) { /* Board caused interrupt */
189 dummy = pia(this_port[i])->pprb; /* clear irq bit */
190 parport_generic_irq(this_port[i]);
329 this_port[pias++] = p;
353 if (!this_port[i])
355 parport_remove_port(this_port[i]);
356 if (this_port[i]->irq != PARPORT_IRQ_NONE) {
360 release_mem_region(ZTWO_PADDR(this_port[
[all...]
H A Dparport_ip32.c141 static struct parport *this_port = NULL; variable in typeref:struct:parport
2190 this_port = parport_ip32_probe_port();
2191 return IS_ERR(this_port) ? PTR_ERR(this_port) : 0;
2199 parport_ip32_unregister_port(this_port);

Completed in 107 milliseconds