Home
last modified time | relevance | path

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

/Linux-v6.6/include/drm/
Ddrm_of.h44 const struct component_master_ops *m_ops);
85 const struct component_master_ops *m_ops) in drm_of_component_probe() argument
/Linux-v6.6/drivers/gpu/drm/
Ddrm_of.c115 const struct component_master_ops *m_ops) in drm_of_component_probe() argument
182 return component_master_add_with_match(dev, m_ops, match); in drm_of_component_probe()
/Linux-v6.6/net/core/
Drtnetlink.c3535 const struct rtnl_link_ops *m_ops; in __rtnl_newlink() local
3575 m_ops = NULL; in __rtnl_newlink()
3579 m_ops = master_dev->rtnl_link_ops; in __rtnl_newlink()
3620 if (m_ops) { in __rtnl_newlink()
3621 if (m_ops->slave_maxtype > RTNL_SLAVE_MAX_TYPE) in __rtnl_newlink()
3624 if (m_ops->slave_maxtype && in __rtnl_newlink()
3627 m_ops->slave_maxtype, in __rtnl_newlink()
3629 m_ops->slave_policy, in __rtnl_newlink()
3661 if (!m_ops || !m_ops->slave_changelink) in __rtnl_newlink()
3664 err = m_ops->slave_changelink(master_dev, dev, tb, in __rtnl_newlink()