Searched refs:m_ops (Results 1 – 3 of 3) sorted by relevance
45 const struct component_master_ops *m_ops);88 const struct component_master_ops *m_ops) in drm_of_component_probe() argument
115 const struct component_master_ops *m_ops) in drm_of_component_probe() argument182 return component_master_add_with_match(dev, m_ops, match); in drm_of_component_probe()
3737 const struct rtnl_link_ops *m_ops = NULL; in rtnl_changelink() local3743 m_ops = master_dev->rtnl_link_ops; in rtnl_changelink()3745 if (!m_ops || !m_ops->slave_changelink) in rtnl_changelink()3748 if (m_ops->slave_maxtype > RTNL_SLAVE_MAX_TYPE) in rtnl_changelink()3751 if (m_ops->slave_maxtype) { in rtnl_changelink()3753 m_ops->slave_maxtype, in rtnl_changelink()3755 m_ops->slave_policy, extack); in rtnl_changelink()3762 err = m_ops->slave_changelink(master_dev, dev, tb, slave_data, extack); in rtnl_changelink()