Searched refs:m_ops (Results 1 – 2 of 2) sorted by relevance
118 const struct component_master_ops *m_ops) in drm_of_component_probe() argument185 return component_master_add_with_match(dev, m_ops, match); in drm_of_component_probe()
3766 const struct rtnl_link_ops *m_ops = NULL; in rtnl_changelink() local3772 m_ops = master_dev->rtnl_link_ops; in rtnl_changelink()3774 if (!m_ops || !m_ops->slave_changelink) in rtnl_changelink()3777 if (m_ops->slave_maxtype > RTNL_SLAVE_MAX_TYPE) in rtnl_changelink()3780 if (m_ops->slave_maxtype) { in rtnl_changelink()3782 m_ops->slave_maxtype, in rtnl_changelink()3784 m_ops->slave_policy, extack); in rtnl_changelink()3791 err = m_ops->slave_changelink(master_dev, dev, tb, slave_data, extack); in rtnl_changelink()