Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/parport/
Dshare.c503 tmp->waithead = tmp->waittail = NULL; in parport_register_port()
1014 if (dev->waitprev || dev->waitnext || port->waithead == dev) { in parport_unregister_device()
1018 port->waithead = dev->waitnext; in parport_unregister_device()
1156 port->waithead = dev->waitnext; in parport_claim()
1208 port->waithead = port->waittail = dev; in parport_claim()
1331 for (pd = port->waithead; pd; pd = pd->waitnext) { in parport_release()
Dparport_pc.c502 if (port->waithead) { in parport_pc_fifo_write_block_pio()
667 if (port->waithead) { in parport_pc_fifo_write_block_dma()