cad                74 drivers/parport/ieee1284.c 	if (!port->physport->cad->timeout)
cad               172 drivers/parport/ieee1284.c 	if (!port->physport->cad->timeout)
cad               187 drivers/parport/ieee1284.c 	if (!port->physport->cad->timeout)
cad               797 drivers/parport/ieee1284.c 	if (dev->port->physport->cad == dev)
cad                49 drivers/parport/ieee1284_ops.c 	struct pardevice *dev = port->physport->cad;
cad               430 drivers/parport/ieee1284_ops.c 		unsigned long expire = jiffies + port->cad->timeout;
cad               497 drivers/parport/ieee1284_ops.c 	struct pardevice *dev = port->cad;
cad               666 drivers/parport/ieee1284_ops.c 		unsigned long expire = jiffies + port->cad->timeout;
cad               130 drivers/parport/parport_gsc.h 			p->name, p->cad->name);
cad               159 drivers/parport/parport_gsc.h 			p->name, p->cad->name,
cad              1272 drivers/parport/parport_ip32.c 	expire = jiffies + physport->cad->timeout;
cad              1314 drivers/parport/parport_ip32.c 	nfault_timeout = min((unsigned long)physport->cad->timeout,
cad              1316 drivers/parport/parport_ip32.c 	expire = jiffies + physport->cad->timeout;
cad              1441 drivers/parport/parport_ip32.c 	nfault_timeout = min((unsigned long)physport->cad->timeout,
cad              1443 drivers/parport/parport_ip32.c 	expire = jiffies + physport->cad->timeout;
cad              1630 drivers/parport/parport_ip32.c 	if (physport->cad->timeout <= PARPORT_INACTIVITY_O_NONBLOCK)
cad              1656 drivers/parport/parport_ip32.c 	parport_ip32_drain_fifo(p, physport->cad->timeout * priv->fifo_depth);
cad              1696 drivers/parport/parport_ip32.c 	if (physport->cad->timeout <= PARPORT_INACTIVITY_O_NONBLOCK)
cad              1737 drivers/parport/parport_ip32.c 	parport_ip32_drain_fifo(p, physport->cad->timeout * priv->fifo_depth);
cad               161 drivers/parport/parport_pc.c 		unsigned long expire = jiffies + p->physport->cad->timeout;
cad               477 drivers/parport/parport_pc.c 	unsigned long expire = jiffies + port->physport->cad->timeout;
cad               536 drivers/parport/parport_pc.c 		expire = jiffies + port->cad->timeout;
cad               609 drivers/parport/parport_pc.c 		unsigned long expire = jiffies + port->physport->cad->timeout;
cad               720 drivers/parport/parport_pc.c 	if (port->physport->cad->timeout <= PARPORT_INACTIVITY_O_NONBLOCK)
cad               795 drivers/parport/parport_pc.c 	if (port->physport->cad->timeout <= PARPORT_INACTIVITY_O_NONBLOCK)
cad                53 drivers/parport/procfs.c 		if(dev == port->cad) {
cad               478 drivers/parport/share.c 	tmp->devices = tmp->cad = NULL;
cad              1013 drivers/parport/share.c 	if (port->cad == dev) {
cad              1140 drivers/parport/share.c 	if (port->cad == dev) {
cad              1148 drivers/parport/share.c 	oldcad = port->cad;
cad              1157 drivers/parport/share.c 		if (port->cad != oldcad) {
cad              1165 drivers/parport/share.c 			if (port->cad)
cad              1189 drivers/parport/share.c 	port->cad = dev;
cad              1294 drivers/parport/share.c 		if (dev->port->physport->cad != dev)
cad              1296 drivers/parport/share.c 			       dev->name, dev->port->physport->cad ?
cad              1297 drivers/parport/share.c 			       dev->port->physport->cad->name:"nobody");
cad              1322 drivers/parport/share.c 	if (port->cad != dev) {
cad              1343 drivers/parport/share.c 	port->cad = NULL;
cad              1362 drivers/parport/share.c 			if (dev->port->cad) /* racy but no matter */
cad              1374 drivers/parport/share.c 	for (pd = port->devices; !port->cad && pd; pd = pd->next) {
cad               193 drivers/pps/clients/pps_parport.c 	struct pardevice *pardev = port->cad;
cad               220 drivers/pps/generators/pps_gen_parport.c 	if (port->cad != device.pardev)
cad               276 drivers/usb/misc/uss720.c 		unsigned long expire = jiffies + pp->physport->cad->timeout;
cad               220 include/linux/parport.h 	struct pardevice *cad;	/* port owner */
cad               476 include/linux/parport.h 	if (port->cad && port->cad->irq_func)
cad               477 include/linux/parport.h 		port->cad->irq_func(port->cad->private);
cad               167 include/linux/parport_pc.h 			p->name, p->cad->name);
cad               196 include/linux/parport_pc.h 			p->name, p->cad->name,
cad              2286 include/net/tcp.h 			     void (*cad)(struct sock *sk, u32 ack_seq));
cad               119 net/ipv4/tcp_input.c 			     void (*cad)(struct sock *sk, u32 ack_seq))
cad               121 net/ipv4/tcp_input.c 	icsk->icsk_clean_acked = cad;