Searched refs:physport (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dparport_ip32.c334 struct parport_ip32_private * const priv = p->physport->private_data;
762 struct parport_ip32_private * const priv = p->physport->private_data;
777 struct parport_ip32_private * const priv = p->physport->private_data;
800 struct parport_ip32_private * const priv = p->physport->private_data;
812 struct parport_ip32_private * const priv = p->physport->private_data;
866 struct parport_ip32_private * const priv = p->physport->private_data;
877 struct parport_ip32_private * const priv = p->physport->private_data;
887 struct parport_ip32_private * const priv = p->physport->private_data;
897 struct parport_ip32_private * const priv = p->physport->private_data;
909 struct parport_ip32_private * const priv = p->physport
1275 struct parport * const physport = p->physport; local
1316 struct parport * const physport = p->physport; local
1437 struct parport * const physport = p->physport; local
1626 struct parport * const physport = p->physport; local
1689 struct parport * const physport = p->physport; local
[all...]
H A Dieee1284.c44 up (&port->physport->ieee1284.irq);
74 if (!port->physport->cad->timeout)
86 ret = down_interruptible (&port->physport->ieee1284.irq);
178 usec = port->physport->spintime; /* usecs of fast polling */
179 if (!port->physport->cad->timeout)
194 if (!port->physport->cad->timeout)
230 port = port->physport;
346 port = port->physport;
706 int mode = port->physport->ieee1284.mode;
721 if ((port->physport
[all...]
H A Dshare.c302 tmp->physport = tmp;
532 if (port->physport->flags & PARPORT_FLAG_EXCL) {
586 spin_lock(&port->physport->pardevice_lock);
589 if (port->physport->devices) {
590 spin_unlock (&port->physport->pardevice_lock);
599 tmp->next = port->physport->devices;
603 if (port->physport->devices)
604 port->physport->devices->prev = tmp;
605 port->physport->devices = tmp;
606 spin_unlock(&port->physport
[all...]
H A Dieee1284_ops.c48 struct pardevice *dev = port->physport->cad;
57 port->physport->ieee1284.phase = IEEE1284_PH_FWD_DATA;
143 port->physport->ieee1284.phase = IEEE1284_PH_FWD_IDLE;
229 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE;
232 port->physport->ieee1284.phase = IEEE1284_PH_HBUSY_DAVAIL;
267 port->physport->ieee1284.phase = IEEE1284_PH_REV_DATA;
317 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE;
320 port->physport->ieee1284.phase = IEEE1284_PH_HBUSY_DAVAIL;
414 port = port->physport;
503 port = port->physport;
[all...]
H A Dparport_gsc.h109 struct parport_gsc_private *priv = p->physport->private_data;
157 const struct parport_gsc_private *priv = p->physport->private_data;
H A Dparport_pc.c140 const struct parport_pc_private *priv = p->physport->private_data;
160 unsigned long expire = jiffies + p->physport->cad->timeout;
251 const struct parport_pc_private *priv = p->physport->private_data;
260 struct parport_pc_private *priv = p->physport->private_data;
480 unsigned long expire = jiffies + port->physport->cad->timeout;
483 const struct parport_pc_private *priv = port->physport->private_data;
486 port = port->physport;
578 const struct parport_pc_private *priv = port->physport->private_data;
579 struct device *dev = port->physport->dev;
601 port = port->physport;
[all...]
H A Dprobe.c201 if (port->physport->ieee1284.phase != IEEE1284_PH_HBUSY_DAVAIL) {
H A Ddaisy.c82 extra->physport = real;
H A Dparport_gsc.c270 p->physport = p;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dparport_pc.h88 const struct parport_pc_private *priv = p->physport->private_data;
131 struct parport_pc_private *priv = p->physport->private_data;
179 const struct parport_pc_private *priv = p->physport->private_data;
H A Dparport.h286 struct parport *physport; member in struct:parport
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Dspi_butterfly.c202 struct device *dev = p->physport->dev;
H A Dspi_lm70llp.c211 master = spi_alloc_master(p->physport->dev, sizeof *pp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-parport.c196 adapter->adapter.dev.parent = port->physport->dev;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dcpia_pp.c238 port->physport->ieee1284.phase = IEEE1284_PH_REV_IDLE;
241 port->physport->ieee1284.phase = IEEE1284_PH_HBUSY_DAVAIL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/slicoss/
H A Dslic.h407 uint physport; member in struct:adapter
H A Dslicoss.c2040 adapter->physport, adapter->state,
2210 adapter->physport);
3831 adapter->physport = physcard->adapters_allocd - 1;
3833 ASSERT(physcard->adapter[adapter->physport] == NULL);
3834 physcard->adapter[adapter->physport] = adapter;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/misc/
H A Duss720.c283 unsigned long expire = jiffies + pp->physport->cad->timeout;

Completed in 142 milliseconds