Home
last modified time | relevance | path

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

/Linux-v4.19/include/drm/
Ddrm_of.h30 const struct component_master_ops *m_ops);
62 const struct component_master_ops *m_ops) in drm_of_component_probe() argument
/Linux-v4.19/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-v4.19/net/core/
Drtnetlink.c2905 const struct rtnl_link_ops *m_ops = NULL; in rtnl_newlink() local
2945 m_ops = master_dev->rtnl_link_ops; in rtnl_newlink()
2995 if (m_ops) { in rtnl_newlink()
2996 if (m_ops->slave_maxtype > RTNL_SLAVE_MAX_TYPE) in rtnl_newlink()
2999 if (m_ops->slave_maxtype && in rtnl_newlink()
3002 m_ops->slave_maxtype, in rtnl_newlink()
3004 m_ops->slave_policy, in rtnl_newlink()
3032 if (!m_ops || !m_ops->slave_changelink) in rtnl_newlink()
3035 err = m_ops->slave_changelink(master_dev, dev, in rtnl_newlink()