Home
last modified time | relevance | path

Searched refs:physport (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/drivers/parport/
Dieee1284.c42 up (&port->physport->ieee1284.irq); in parport_ieee1284_wakeup()
72 if (!port->physport->cad->timeout) in parport_wait_event()
84 ret = down_interruptible (&port->physport->ieee1284.irq); in parport_wait_event()
174 usec = port->physport->spintime; /* usecs of fast polling */ in parport_wait_peripheral()
175 if (!port->physport->cad->timeout) in parport_wait_peripheral()
190 if (!port->physport->cad->timeout) in parport_wait_peripheral()
229 port = port->physport; in parport_ieee1284_terminate()
345 port = port->physport; in parport_negotiate()
705 int mode = port->physport->ieee1284.mode; in parport_read()
720 if ((port->physport->modes & PARPORT_MODE_TRISTATE) && in parport_read()
[all …]
Dieee1284_ops.c47 struct pardevice *dev = port->physport->cad; in parport_ieee1284_write_compat()
56 port->physport->ieee1284.phase = IEEE1284_PH_FWD_DATA; in parport_ieee1284_write_compat()
143 port->physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE; in parport_ieee1284_write_compat()
167 port->physport->ieee1284.phase = IEEE1284_PH_HBUSY_DNA; in parport_ieee1284_read_nibble()
176 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE; in parport_ieee1284_read_nibble()
231 port = port->physport; in parport_ieee1284_read_nibble()
258 port->physport->ieee1284.phase = IEEE1284_PH_HBUSY_DNA; in parport_ieee1284_read_byte()
267 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE; in parport_ieee1284_read_byte()
280 port->physport->ieee1284.phase = IEEE1284_PH_REV_DATA; in parport_ieee1284_read_byte()
320 port = port->physport; in parport_ieee1284_read_byte()
[all …]
Dshare.c424 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()
[all …]
Dparport_pc.c130 const struct parport_pc_private *priv = p->physport->private_data; in change_mode()
149 long expire = jiffies + p->physport->cad->timeout; in change_mode()
195 const struct parport_pc_private *priv = p->physport->private_data; in get_fifo_residue()
283 const struct parport_pc_private *priv = p->physport->private_data; in parport_pc_save_state()
291 struct parport_pc_private *priv = p->physport->private_data; in parport_pc_restore_state()
514 long expire = jiffies + port->physport->cad->timeout; in parport_pc_fifo_write_block_pio()
517 const struct parport_pc_private *priv = port->physport->private_data; in parport_pc_fifo_write_block_pio()
520 port = port->physport; in parport_pc_fifo_write_block_pio()
610 const struct parport_pc_private *priv = port->physport->private_data; in parport_pc_fifo_write_block_dma()
631 port = port->physport; in parport_pc_fifo_write_block_dma()
[all …]
Dparport_gsc.c123 const struct parport_gsc_private *priv = p->physport->private_data; in parport_gsc_read_control()
377 p->physport = p; in parport_gsc_probe_port()
Ddaisy.c80 extra->physport = real; in clone_parport()
/linux-2.4.37.9/include/linux/
Dparport_pc.h70 const struct parport_pc_private *priv = (parport_pc_private *)p->physport->private_data; in dump_parport_state()
113 struct parport_pc_private *priv = p->physport->private_data; in __parport_pc_frob_control()
161 const struct parport_pc_private *priv = p->physport->private_data; in parport_pc_read_control()
Dparport.h275 struct parport *physport; member
/linux-2.4.37.9/include/asm-parisc/
Dparport_gsc.h79 struct parport_gsc_private *priv = p->physport->private_data; in __parport_gsc_frob_control()
127 const struct parport_gsc_private *priv = p->physport->private_data; in parport_gsc_read_control()
/linux-2.4.37.9/drivers/usb/
Duss720.c149 long expire = jiffies + pp->physport->cad->timeout; in change_mode()