Home
last modified time | relevance | path

Searched refs:pcmcia_dev_present (Results 1 – 10 of 10) sorted by relevance

/linux/include/pcmcia/
H A Dds.h194 struct pcmcia_device *pcmcia_dev_present(struct pcmcia_device *p_dev);
/linux/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf.c256 if (pcmcia_dev_present(link)) { in pdacf_resume()
/linux/sound/pcmcia/vx/
H A Dvxpocket.c236 if (pcmcia_dev_present(link)) { in vxp_resume()
/linux/drivers/mtd/maps/
H A Dpcmciamtd.c90 if (!pcmcia_dev_present(dev->p_dev)) { in remap_window()
215 #define DEV_REMOVED(x) (!(pcmcia_dev_present(((struct pcmciamtd_dev *)map->map_priv_1)->p_dev)))
/linux/drivers/bluetooth/
H A Ddtl1_cs.c153 if (!pcmcia_dev_present(info->p_dev)) in dtl1_write_wakeup()
H A Dbt3c_cs.c193 if (!pcmcia_dev_present(info->p_dev)) in bt3c_write_wakeup()
H A Dbluecard_cs.c242 if (!pcmcia_dev_present(info->p_dev)) in bluecard_write_wakeup()
/linux/drivers/pcmcia/
H A Dds.c1313 struct pcmcia_device *pcmcia_dev_present(struct pcmcia_device *_p_dev) in pcmcia_dev_present() function
1328 EXPORT_SYMBOL(pcmcia_dev_present);
/linux/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c1393 if (!pcmcia_dev_present(link)) in do_open()
/linux/drivers/net/ethernet/8390/
H A Dpcnet_cs.c916 if (!pcmcia_dev_present(link)) in pcnet_open()