Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dparport.h224 struct pardevice *waithead; member
391 if ((dev->port->waithead == NULL) || (timeslip < dev->timeslice)) in parport_yield()
409 if ((dev->port->waithead == NULL) || (timeslip < dev->timeslice)) in parport_yield_blocking()
/Linux-v5.4/drivers/parport/
Dshare.c503 tmp->waithead = tmp->waittail = NULL; in parport_register_port()
1016 if (dev->waitprev || dev->waitnext || port->waithead == dev) { in parport_unregister_device()
1020 port->waithead = dev->waitnext; in parport_unregister_device()
1158 port->waithead = dev->waitnext; in parport_claim()
1210 port->waithead = port->waittail = dev; in parport_claim()
1333 for (pd = port->waithead; pd; pd = pd->waitnext) { in parport_release()
Dparport_pc.c503 if (port->waithead) { in parport_pc_fifo_write_block_pio()
668 if (port->waithead) { in parport_pc_fifo_write_block_dma()