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()
442 unsigned int iobase = info->p_dev->resource[0]->start; in dtl1_open()
466 SET_HCIDEV_DEV(hdev, &info->p_dev->dev); in dtl1_open()
485 info->ri_latch = inb(info->p_dev->resource[0]->start + UART_MSR) in dtl1_open()
511 unsigned int iobase = info->p_dev->resource[0]->start; in dtl1_close()
544 info->p_dev = link; in dtl1_probe()
561 static int dtl1_confcheck(struct pcmcia_device *p_dev, void *priv_data) in dtl1_confcheck() argument
563 if ((p_dev->resource[1]->end) || (p_dev->resource[1]->end < 8)) in dtl1_confcheck()
566 p_dev->resource[0]->flags &= ~IO_DATA_PATH_WIDTH; in dtl1_confcheck()
567 p_dev->resource[0]->flags |= IO_DATA_PATH_WIDTH_8; in dtl1_confcheck()
569 return pcmcia_request_io(p_dev); in dtl1_confcheck()