Home
last modified time | relevance | path

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

/linux-4.4.14/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.c457 tmp->physport = tmp; in parport_register_port()
697 if (port->physport->flags & PARPORT_FLAG_EXCL) { in parport_register_device()
712 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()
783 if (port->physport->devices) in parport_register_device()
784 port->physport->devices->prev = tmp; in parport_register_device()
785 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()
86 ret = down_interruptible (&port->physport->ieee1284.irq); in parport_wait_event()
178 usec = port->physport->spintime; /* usecs of fast polling */ in parport_wait_peripheral()
179 if (!port->physport->cad->timeout) in parport_wait_peripheral()
194 if (!port->physport->cad->timeout) in parport_wait_peripheral()
230 port = port->physport; in parport_ieee1284_terminate()
346 port = port->physport; in parport_negotiate()
706 int mode = port->physport->ieee1284.mode; in parport_read()
721 if ((port->physport->modes & PARPORT_MODE_TRISTATE) && in parport_read()
[all …]
Dieee1284_ops.c48 struct pardevice *dev = port->physport->cad; in parport_ieee1284_write_compat()
57 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()
229 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE; in parport_ieee1284_read_nibble()
232 port->physport->ieee1284.phase = IEEE1284_PH_HBUSY_DAVAIL; in parport_ieee1284_read_nibble()
267 port->physport->ieee1284.phase = IEEE1284_PH_REV_DATA; in parport_ieee1284_read_byte()
317 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE; in parport_ieee1284_read_byte()
320 port->physport->ieee1284.phase = IEEE1284_PH_HBUSY_DAVAIL; in parport_ieee1284_read_byte()
414 port = port->physport; in parport_ieee1284_ecp_write_data()
503 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.c201 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-4.4.14/include/linux/
Dparport_pc.h88 const struct parport_pc_private *priv = p->physport->private_data; in dump_parport_state()
131 struct parport_pc_private *priv = p->physport->private_data; in __parport_pc_frob_control()
179 const struct parport_pc_private *priv = p->physport->private_data; in parport_pc_read_control()
Dparport.h204 struct parport *physport; member
/linux-4.4.14/drivers/spi/
Dspi-lm70llp.c211 master = spi_alloc_master(p->physport->dev, sizeof *pp); in spi_lm70llp_attach()
Dspi-butterfly.c199 struct device *dev = p->physport->dev; in butterfly_attach()
/linux-4.4.14/drivers/i2c/busses/
Di2c-parport.c215 adapter->adapter.dev.parent = port->physport->dev; in i2c_parport_attach()
/linux-4.4.14/drivers/staging/slicoss/
Dslic.h394 uint physport; member
Dslicoss.c3050 adapter->physport = physcard->adapters_allocd - 1; in slic_card_locate()
3052 physcard->adapter[adapter->physport] = adapter; in slic_card_locate()
/linux-4.4.14/drivers/usb/misc/
Duss720.c295 unsigned long expire = jiffies + pp->physport->cad->timeout; in change_mode()