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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/parport/
H A Dparport_atari.c21 static struct parport *this_port = NULL; variable in typeref:struct:parport
208 this_port = p;
219 parport_remove_port(this_port);
220 if (this_port->irq != PARPORT_IRQ_NONE)
221 free_irq(IRQ_MFP_BUSY, this_port);
222 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(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_amiga.c34 static struct parport *this_port = NULL; variable in typeref:struct:parport
228 this_port = p;
244 parport_remove_port(this_port);
245 if (this_port->irq != PARPORT_IRQ_NONE)
246 free_irq(IRQ_AMIGA_CIAA_FLG, this_port);
247 parport_put_port(this_port);
H A Dparport_ip32.c140 static struct parport *this_port = NULL; variable in typeref:struct:parport
2187 this_port = parport_ip32_probe_port();
2188 return IS_ERR(this_port) ? PTR_ERR(this_port) : 0;
2196 parport_ip32_unregister_port(this_port);

Completed in 101 milliseconds