Searched refs:m_omap_dev (Results 1 – 2 of 2) sorted by relevance
21 m_omap_dev = omap_device_new(fd()); in OmapCard()26 omap_device_del(m_omap_dev); in ~OmapCard()
16 struct omap_device* dev() const { return m_omap_dev; } in dev()19 struct omap_device* m_omap_dev; variable