Home
last modified time | relevance | path

Searched refs:waithead (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/parport/
Dshare.c473 tmp->waithead = tmp->waittail = NULL; in parport_register_port()
789 if (dev->waitprev || dev->waitnext || port->waithead == dev) { in parport_unregister_device()
793 port->waithead = dev->waitnext; in parport_unregister_device()
926 port->waithead = dev->waitnext; in parport_claim()
976 port->waithead = port->waittail = dev; in parport_claim()
1087 for (pd = port->waithead; pd; pd = pd->waitnext) { in parport_release()
Dparport_pc.c540 if (port->waithead) { in parport_pc_fifo_write_block_pio()
702 if (port->waithead) { in parport_pc_fifo_write_block_dma()
1050 if (port->waithead) { in parport_pc_ecp_read_block_pio()
/linux-2.4.37.9/include/linux/
Dparport.h295 struct pardevice *waithead; member
422 if ((dev->port->waithead == NULL) || (timeslip < dev->timeslice)) in parport_yield()
440 if ((dev->port->waithead == NULL) || (timeslip < dev->timeslice)) in parport_yield_blocking()