Searched refs:m_ops (Results 1 – 3 of 3) sorted by relevance
42 const struct component_master_ops *m_ops);76 const struct component_master_ops *m_ops) in drm_of_component_probe() argument
117 const struct component_master_ops *m_ops) in drm_of_component_probe() argument184 return component_master_add_with_match(dev, m_ops, match); in drm_of_component_probe()
3240 const struct rtnl_link_ops *m_ops = NULL; in __rtnl_newlink() local3282 m_ops = master_dev->rtnl_link_ops; in __rtnl_newlink()3327 if (m_ops) { in __rtnl_newlink()3328 if (m_ops->slave_maxtype > RTNL_SLAVE_MAX_TYPE) in __rtnl_newlink()3331 if (m_ops->slave_maxtype && in __rtnl_newlink()3334 m_ops->slave_maxtype, in __rtnl_newlink()3336 m_ops->slave_policy, in __rtnl_newlink()3364 if (!m_ops || !m_ops->slave_changelink) in __rtnl_newlink()3367 err = m_ops->slave_changelink(master_dev, dev, tb, in __rtnl_newlink()