Lines Matching refs:physport

109 	const struct parport_pc_private *priv = pb->physport->private_data;  in frob_econtrol()
141 const struct parport_pc_private *priv = p->physport->private_data; in change_mode()
161 unsigned long expire = jiffies + p->physport->cad->timeout; in change_mode()
248 const struct parport_pc_private *priv = p->physport->private_data; in parport_pc_save_state()
257 struct parport_pc_private *priv = p->physport->private_data; in parport_pc_restore_state()
489 unsigned long expire = jiffies + port->physport->cad->timeout; in parport_pc_fifo_write_block_pio()
492 const struct parport_pc_private *priv = port->physport->private_data; in parport_pc_fifo_write_block_pio()
495 port = port->physport; in parport_pc_fifo_write_block_pio()
587 const struct parport_pc_private *priv = port->physport->private_data; in parport_pc_fifo_write_block_dma()
588 struct device *dev = port->physport->dev; in parport_pc_fifo_write_block_dma()
610 port = port->physport; in parport_pc_fifo_write_block_dma()
621 unsigned long expire = jiffies + port->physport->cad->timeout; in parport_pc_fifo_write_block_dma()
728 const struct parport_pc_private *priv = port->physport->private_data; in parport_pc_compat_write_block_pio()
732 if (port->physport->cad->timeout <= PARPORT_INACTIVITY_O_NONBLOCK) in parport_pc_compat_write_block_pio()
744 port->physport->ieee1284.phase = IEEE1284_PH_FWD_DATA; in parport_pc_compat_write_block_pio()
788 port->physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE; in parport_pc_compat_write_block_pio()
802 const struct parport_pc_private *priv = port->physport->private_data; in parport_pc_ecp_write_block_pio()
806 if (port->physport->cad->timeout <= PARPORT_INACTIVITY_O_NONBLOCK) in parport_pc_ecp_write_block_pio()
811 if (port->physport->ieee1284.phase != IEEE1284_PH_FWD_IDLE) { in parport_pc_ecp_write_block_pio()
839 port->physport->ieee1284.phase = IEEE1284_PH_FWD_DATA; in parport_pc_ecp_write_block_pio()
902 port->physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE; in parport_pc_ecp_write_block_pio()
2309 dma_free_coherent(p->physport->dev, PAGE_SIZE, in parport_pc_unregister_port()