Home
last modified time | relevance | path

Searched refs:is_opened (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/sound/soc/samsung/
Di2s.c170 static inline bool is_opened(struct i2s_dai *i2s) in is_opened() function
180 if (is_opened(i2s) && (i2s->mode & DAI_MANAGER)) in is_manager()
669 if (is_opened(other)) in i2s_shutdown()
679 if (!is_opened(other)) in i2s_shutdown()
908 if (!is_opened(other)) in samsung_i2s_dai_probe()
/linux-3.4.99/drivers/gpu/drm/vmwgfx/
Dvmwgfx_drv.c814 dev_priv->is_opened = true; in vmw_firstopen()
830 if (!dev_priv->is_opened) in vmw_lastclose()
833 dev_priv->is_opened = false; in vmw_lastclose()
Dvmwgfx_drv.h300 bool is_opened; member