Lines Matching refs:p_dev
71 static void ray_detach(struct pcmcia_device *p_dev);
280 static int ray_probe(struct pcmcia_device *p_dev) in ray_probe() argument
285 dev_dbg(&p_dev->dev, "ray_attach()\n"); in ray_probe()
293 local->finder = p_dev; in ray_probe()
296 p_dev->resource[0]->end = 0; in ray_probe()
297 p_dev->resource[0]->flags |= IO_DATA_PATH_WIDTH_8; in ray_probe()
300 p_dev->config_flags |= CONF_ENABLE_IRQ; in ray_probe()
301 p_dev->config_index = 1; in ray_probe()
303 p_dev->priv = dev; in ray_probe()
305 local->finder = p_dev; in ray_probe()
309 dev_dbg(&p_dev->dev, "ray_attach p_dev = %p, dev = %p, local = %p, intr = %p\n", in ray_probe()
310 p_dev, dev, local, &ray_interrupt); in ray_probe()
321 dev_dbg(&p_dev->dev, "ray_cs ray_attach calling ether_setup.)\n"); in ray_probe()
326 this_device = p_dev; in ray_probe()
327 return ray_config(p_dev); in ray_probe()