Lines Matching refs:p_dev
48 static void teles_detach(struct pcmcia_device *p_dev);
51 struct pcmcia_device *p_dev; member
67 local->p_dev = link; in teles_probe()
87 static int teles_cs_configcheck(struct pcmcia_device *p_dev, void *priv_data) in teles_cs_configcheck() argument
91 p_dev->io_lines = 5; in teles_cs_configcheck()
92 p_dev->resource[0]->end = 96; in teles_cs_configcheck()
93 p_dev->resource[0]->flags &= IO_DATA_PATH_WIDTH; in teles_cs_configcheck()
94 p_dev->resource[0]->flags |= IO_DATA_PATH_WIDTH_AUTO; in teles_cs_configcheck()
96 if ((p_dev->resource[0]->end) && p_dev->resource[0]->start) { in teles_cs_configcheck()
98 if (!pcmcia_request_io(p_dev)) in teles_cs_configcheck()
103 p_dev->resource[0]->start = j; in teles_cs_configcheck()
104 if (!pcmcia_request_io(p_dev)) in teles_cs_configcheck()