Home
last modified time | relevance | path

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

/linux/drivers/parport/
A Dshare.c501 tmp->waithead = tmp->waittail = NULL; in parport_register_port()
883 if (dev->waitprev || dev->waitnext || port->waithead == dev) { in parport_unregister_device()
887 port->waithead = dev->waitnext; in parport_unregister_device()
1020 port->waithead = dev->waitnext; in parport_claim()
1072 port->waithead = port->waittail = dev; in parport_claim()
1196 for (pd = port->waithead; pd; pd = pd->waitnext) { in parport_release()
A Dparport_pc.c496 if (port->waithead) { in parport_pc_fifo_write_block_pio()
661 if (port->waithead) { in parport_pc_fifo_write_block_dma()
/linux/include/linux/
A Dparport.h224 struct pardevice *waithead; member
424 if ((dev->port->waithead == NULL) || (timeslip < dev->timeslice)) in parport_yield()
442 if ((dev->port->waithead == NULL) || (timeslip < dev->timeslice)) in parport_yield_blocking()

Completed in 20 milliseconds