Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/parport/
Dparport_ip32.c334 struct parport_ip32_private * const priv = p->physport->private_data; in parport_ip32_dump_state()
765 struct parport_ip32_private * const priv = p->physport->private_data; in parport_ip32_wakeup()
780 struct parport_ip32_private * const priv = p->physport->private_data; in parport_ip32_interrupt()
803 struct parport_ip32_private * const priv = p->physport->private_data; in parport_ip32_read_econtrol()
815 struct parport_ip32_private * const priv = p->physport->private_data; in parport_ip32_write_econtrol()
869 struct parport_ip32_private * const priv = p->physport->private_data; in parport_ip32_read_data()
880 struct parport_ip32_private * const priv = p->physport->private_data; in parport_ip32_write_data()
890 struct parport_ip32_private * const priv = p->physport->private_data; in parport_ip32_read_status()
900 struct parport_ip32_private * const priv = p->physport->private_data; in __parport_ip32_read_control()
912 struct parport_ip32_private * const priv = p->physport->private_data; in __parport_ip32_write_control()
[all …]
Dshare.c460 tmp->physport = tmp; in parport_register_port()
701 if (port->physport->flags & PARPORT_FLAG_EXCL) { in parport_register_device()
716 if (port->physport->devices) { in parport_register_device()
766 spin_lock(&port->physport->pardevice_lock); in parport_register_device()
769 if (port->physport->devices) { in parport_register_device()
770 spin_unlock(&port->physport->pardevice_lock); in parport_register_device()
779 tmp->next = port->physport->devices; in parport_register_device()
785 if (port->physport->devices) in parport_register_device()
786 port->physport->devices->prev = tmp; in parport_register_device()
787 port->physport->devices = tmp; in parport_register_device()
[all …]
Dieee1284.c44 up (&port->physport->ieee1284.irq); in parport_ieee1284_wakeup()
74 if (!port->physport->cad->timeout) in parport_wait_event()
81 ret = down_interruptible (&port->physport->ieee1284.irq); in parport_wait_event()
171 usec = port->physport->spintime; /* usecs of fast polling */ in parport_wait_peripheral()
172 if (!port->physport->cad->timeout) in parport_wait_peripheral()
187 if (!port->physport->cad->timeout) in parport_wait_peripheral()
223 port = port->physport; in parport_ieee1284_terminate()
339 port = port->physport; in parport_negotiate()
700 int mode = port->physport->ieee1284.mode; in parport_read()
715 if ((port->physport->modes & PARPORT_MODE_TRISTATE) && in parport_read()
[all …]
Dieee1284_ops.c49 struct pardevice *dev = port->physport->cad; in parport_ieee1284_write_compat()
58 port->physport->ieee1284.phase = IEEE1284_PH_FWD_DATA; in parport_ieee1284_write_compat()
144 port->physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE; in parport_ieee1284_write_compat()
230 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE; in parport_ieee1284_read_nibble()
233 port->physport->ieee1284.phase = IEEE1284_PH_HBUSY_DAVAIL; in parport_ieee1284_read_nibble()
268 port->physport->ieee1284.phase = IEEE1284_PH_REV_DATA; in parport_ieee1284_read_byte()
318 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE; in parport_ieee1284_read_byte()
321 port->physport->ieee1284.phase = IEEE1284_PH_HBUSY_DAVAIL; in parport_ieee1284_read_byte()
415 port = port->physport; in parport_ieee1284_ecp_write_data()
504 port = port->physport; in parport_ieee1284_ecp_read_data()
[all …]
Dparport_pc.c140 const struct parport_pc_private *priv = p->physport->private_data; in change_mode()
160 unsigned long expire = jiffies + p->physport->cad->timeout; in change_mode()
247 const struct parport_pc_private *priv = p->physport->private_data; in parport_pc_save_state()
256 struct parport_pc_private *priv = p->physport->private_data; in parport_pc_restore_state()
476 unsigned long expire = jiffies + port->physport->cad->timeout; in parport_pc_fifo_write_block_pio()
479 const struct parport_pc_private *priv = port->physport->private_data; in parport_pc_fifo_write_block_pio()
482 port = port->physport; in parport_pc_fifo_write_block_pio()
574 const struct parport_pc_private *priv = port->physport->private_data; in parport_pc_fifo_write_block_dma()
575 struct device *dev = port->physport->dev; in parport_pc_fifo_write_block_dma()
597 port = port->physport; in parport_pc_fifo_write_block_dma()
[all …]
Dparport_gsc.h109 struct parport_gsc_private *priv = p->physport->private_data; in __parport_gsc_frob_control()
157 const struct parport_gsc_private *priv = p->physport->private_data; in parport_gsc_read_control()
Dprobe.c202 if (port->physport->ieee1284.phase != IEEE1284_PH_HBUSY_DAVAIL) { in parport_read_device_id()
Dparport_gsc.c268 p->physport = p; in parport_gsc_probe_port()
Ddaisy.c82 extra->physport = real; in clone_parport()
/Linux-v4.19/include/linux/
Dparport_pc.h89 const struct parport_pc_private *priv = p->physport->private_data; in dump_parport_state()
132 struct parport_pc_private *priv = p->physport->private_data; in __parport_pc_frob_control()
180 const struct parport_pc_private *priv = p->physport->private_data; in parport_pc_read_control()
Dparport.h204 struct parport *physport; member
/Linux-v4.19/drivers/spi/
Dspi-lm70llp.c214 master = spi_alloc_master(p->physport->dev, sizeof *pp); in spi_lm70llp_attach()
Dspi-butterfly.c191 struct device *dev = p->physport->dev; in butterfly_attach()
/Linux-v4.19/drivers/i2c/busses/
Di2c-parport.c215 adapter->adapter.dev.parent = port->physport->dev; in i2c_parport_attach()
/Linux-v4.19/drivers/usb/misc/
Duss720.c276 unsigned long expire = jiffies + pp->physport->cad->timeout; in change_mode()