Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/parport/
Dshare.c342 tmp->waithead = tmp->waittail = NULL; in parport_register_port()
682 if (dev->waitprev || dev->waitnext || port->waithead == dev) { in parport_unregister_device()
686 port->waithead = dev->waitnext; in parport_unregister_device()
815 port->waithead = dev->waitnext; in parport_claim()
865 port->waithead = port->waittail = dev; in parport_claim()
981 for (pd = port->waithead; pd; pd = pd->waitnext) { in parport_release()
Dparport_pc.c550 if (port->waithead) { in parport_pc_fifo_write_block_pio()
715 if (port->waithead) { in parport_pc_fifo_write_block_dma()
1076 if (port->waithead) {
/linux-3.4.99/include/linux/
Dparport.h305 struct pardevice *waithead; member
437 if ((dev->port->waithead == NULL) || (timeslip < dev->timeslice)) in parport_yield()
455 if ((dev->port->waithead == NULL) || (timeslip < dev->timeslice)) in parport_yield_blocking()