Lines Matching refs:p_dev
66 struct pcmcia_device *p_dev; member
147 unsigned int iobase = info->p_dev->resource[0]->start; in dtl1_write_wakeup()
153 if (!pcmcia_dev_present(info->p_dev)) in dtl1_write_wakeup()
213 iobase = info->p_dev->resource[0]->start; in dtl1_receive()
301 iobase = info->p_dev->resource[0]->start; in dtl1_interrupt()
437 unsigned int iobase = info->p_dev->resource[0]->start; in dtl1_open()
461 SET_HCIDEV_DEV(hdev, &info->p_dev->dev); in dtl1_open()
480 info->ri_latch = inb(info->p_dev->resource[0]->start + UART_MSR) in dtl1_open()
506 unsigned int iobase = info->p_dev->resource[0]->start; in dtl1_close()
539 info->p_dev = link; in dtl1_probe()
556 static int dtl1_confcheck(struct pcmcia_device *p_dev, void *priv_data) in dtl1_confcheck() argument
558 if ((p_dev->resource[1]->end) || (p_dev->resource[1]->end < 8)) in dtl1_confcheck()
561 p_dev->resource[0]->flags &= ~IO_DATA_PATH_WIDTH; in dtl1_confcheck()
562 p_dev->resource[0]->flags |= IO_DATA_PATH_WIDTH_8; in dtl1_confcheck()
564 return pcmcia_request_io(p_dev); in dtl1_confcheck()