Lines Matching refs:physport
301 tmp->physport = tmp; in parport_register_port()
531 if (port->physport->flags & PARPORT_FLAG_EXCL) { in parport_register_device()
585 spin_lock(&port->physport->pardevice_lock); in parport_register_device()
588 if (port->physport->devices) { in parport_register_device()
589 spin_unlock (&port->physport->pardevice_lock); in parport_register_device()
598 tmp->next = port->physport->devices; in parport_register_device()
602 if (port->physport->devices) in parport_register_device()
603 port->physport->devices->prev = tmp; in parport_register_device()
604 port->physport->devices = tmp; in parport_register_device()
605 spin_unlock(&port->physport->pardevice_lock); in parport_register_device()
651 port = dev->port->physport; in parport_unregister_device()
775 struct parport *port = dev->port->physport; in parport_claim()
923 if (dev->port->physport->cad != dev) in parport_claim_or_block()
926 dev->port->physport->cad ? in parport_claim_or_block()
927 dev->port->physport->cad->name:"nobody"); in parport_claim_or_block()
945 struct parport *port = dev->port->physport; in parport_release()