Lines Matching defs:ops
215 if (!priv->ops) {
233 ret = priv->ops->set_sw_state(priv, sw_state);
317 if (!priv->ops)
347 if (!priv->ops)
381 * @ops: &struct drm_privacy_screen_ops pointer with ops for the privacy-screen
391 struct device *parent, const struct drm_privacy_screen_ops *ops,
410 priv->ops = ops;
412 priv->ops->get_hw_state(priv);
446 priv->ops = NULL;