Lines Matching refs:physport
424 tmp->physport = tmp; in parport_register_port()
647 if (port->physport->flags & PARPORT_FLAG_EXCL) { in parport_register_device()
700 spin_lock(&port->physport->pardevice_lock); in parport_register_device()
703 if (port->physport->devices) { in parport_register_device()
704 spin_unlock (&port->physport->pardevice_lock); in parport_register_device()
713 tmp->next = port->physport->devices; in parport_register_device()
717 if (port->physport->devices) in parport_register_device()
718 port->physport->devices->prev = tmp; in parport_register_device()
719 port->physport->devices = tmp; in parport_register_device()
720 spin_unlock(&port->physport->pardevice_lock); in parport_register_device()
765 port = dev->port->physport; in parport_unregister_device()
887 struct parport *port = dev->port->physport; in parport_claim()
1029 if (dev->port->physport->cad != dev) in parport_claim_or_block()
1032 dev->port->physport->cad ? in parport_claim_or_block()
1033 dev->port->physport->cad->name:"nobody"); in parport_claim_or_block()
1051 struct parport *port = dev->port->physport; in parport_release()