Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/parport/
A Dparport_ip32.c1268 struct parport * const physport = p->physport; in parport_ip32_fwp_wait_polling() local
1273 expire = jiffies + physport->cad->timeout; in parport_ip32_fwp_wait_polling()
1309 struct parport * const physport = p->physport; in parport_ip32_fwp_wait_interrupt() local
1317 expire = jiffies + physport->cad->timeout; in parport_ip32_fwp_wait_interrupt()
1429 struct parport * const physport = p->physport; in parport_ip32_fifo_write_block_dma() local
1443 expire = jiffies + physport->cad->timeout; in parport_ip32_fifo_write_block_dma()
1625 struct parport * const physport = p->physport; in parport_ip32_compat_write_data() local
1639 physport->ieee1284.phase = IEEE1284_PH_FWD_DATA; in parport_ip32_compat_write_data()
1669 physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE; in parport_ip32_compat_write_data()
1691 struct parport * const physport = p->physport; in parport_ip32_ecp_write_data() local
[all …]
A Dieee1284.c38 up (&port->physport->ieee1284.irq); in parport_ieee1284_wakeup()
68 if (!port->physport->cad->timeout) in parport_wait_event()
75 ret = down_interruptible (&port->physport->ieee1284.irq); in parport_wait_event()
166 if (!port->physport->cad->timeout) in parport_wait_peripheral()
181 if (!port->physport->cad->timeout) in parport_wait_peripheral()
217 port = port->physport; in parport_ieee1284_terminate()
329 port = port->physport; in parport_negotiate()
680 int mode = port->physport->ieee1284.mode; in parport_read()
695 if ((port->physport->modes & PARPORT_MODE_TRISTATE) && in parport_read()
745 port->name, port->physport->ieee1284.mode); in parport_read()
[all …]
A Dshare.c458 tmp->physport = tmp; in parport_register_port()
715 if (port->physport->devices) { in parport_register_dev_model()
776 spin_lock(&port->physport->pardevice_lock); in parport_register_dev_model()
779 if (port->physport->devices) { in parport_register_dev_model()
790 par_dev->next = port->physport->devices; in parport_register_dev_model()
796 if (port->physport->devices) in parport_register_dev_model()
797 port->physport->devices->prev = par_dev; in parport_register_dev_model()
798 port->physport->devices = par_dev; in parport_register_dev_model()
851 port = dev->port->physport; in parport_unregister_device()
980 struct parport *port = dev->port->physport; in parport_claim()
[all …]
A Dieee1284_ops.c43 struct pardevice *dev = port->physport->cad; in parport_ieee1284_write_compat()
52 port->physport->ieee1284.phase = IEEE1284_PH_FWD_DATA; in parport_ieee1284_write_compat()
138 port->physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE; in parport_ieee1284_write_compat()
221 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE; in parport_ieee1284_read_nibble()
224 port->physport->ieee1284.phase = IEEE1284_PH_HBUSY_DAVAIL; in parport_ieee1284_read_nibble()
259 port->physport->ieee1284.phase = IEEE1284_PH_REV_DATA; in parport_ieee1284_read_byte()
306 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE; in parport_ieee1284_read_byte()
309 port->physport->ieee1284.phase = IEEE1284_PH_HBUSY_DAVAIL; in parport_ieee1284_read_byte()
399 port = port->physport; in parport_ieee1284_ecp_write_data()
487 port = port->physport; in parport_ieee1284_ecp_read_data()
[all …]
A Dparport_pc.c161 unsigned long expire = jiffies + p->physport->cad->timeout; in change_mode()
257 struct parport_pc_private *priv = p->physport->private_data; in parport_pc_restore_state()
483 port = port->physport; in parport_pc_fifo_write_block_pio()
576 struct device *dev = port->physport->dev; in parport_pc_fifo_write_block_dma()
598 port = port->physport; in parport_pc_fifo_write_block_dma()
732 port->physport->ieee1284.phase = IEEE1284_PH_FWD_DATA; in parport_pc_compat_write_block_pio()
776 port->physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE; in parport_pc_compat_write_block_pio()
799 if (port->physport->ieee1284.phase != IEEE1284_PH_FWD_IDLE) { in parport_pc_ecp_write_block_pio()
827 port->physport->ieee1284.phase = IEEE1284_PH_FWD_DATA; in parport_pc_ecp_write_block_pio()
890 port->physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE; in parport_pc_ecp_write_block_pio()
[all …]
A Dparport_gsc.h94 struct parport_gsc_private *priv = p->physport->private_data; in __parport_gsc_frob_control()
142 const struct parport_gsc_private *priv = p->physport->private_data; in parport_gsc_read_control()
A Dprobe.c197 if (port->physport->ieee1284.phase != IEEE1284_PH_HBUSY_DAVAIL) { in parport_read_device_id()
A Dparport_gsc.c262 p->physport = p; in parport_gsc_probe_port()
A Ddaisy.c77 extra->physport = real; in clone_parport()
/linux-6.3-rc2/include/linux/
A Dparport_pc.h92 const struct parport_pc_private *priv = p->physport->private_data; in dump_parport_state()
135 struct parport_pc_private *priv = p->physport->private_data; in __parport_pc_frob_control()
183 const struct parport_pc_private *priv = p->physport->private_data; in parport_pc_read_control()
A Dparport.h199 struct parport *physport; member
/linux-6.3-rc2/drivers/spi/
A Dspi-lm70llp.c205 master = spi_alloc_master(p->physport->dev, sizeof(*pp)); in spi_lm70llp_attach()
A Dspi-butterfly.c182 struct device *dev = p->physport->dev; in butterfly_attach()
/linux-6.3-rc2/drivers/i2c/busses/
A Di2c-parport.c321 adapter->adapter.dev.parent = port->physport->dev; in i2c_parport_attach()
/linux-6.3-rc2/drivers/usb/misc/
A Duss720.c277 unsigned long expire = jiffies + pp->physport->cad->timeout; in change_mode()

Completed in 31 milliseconds