Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/drm/
A Ddrm_of.h42 const struct component_master_ops *m_ops);
83 const struct component_master_ops *m_ops) in drm_of_component_probe() argument
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_of.c114 const struct component_master_ops *m_ops) in drm_of_component_probe() argument
181 return component_master_add_with_match(dev, m_ops, match); in drm_of_component_probe()
/linux-6.3-rc2/net/core/
A Drtnetlink.c3490 const struct rtnl_link_ops *m_ops; in __rtnl_newlink() local
3527 m_ops = NULL; in __rtnl_newlink()
3531 m_ops = master_dev->rtnl_link_ops; in __rtnl_newlink()
3576 if (m_ops) { in __rtnl_newlink()
3577 if (m_ops->slave_maxtype > RTNL_SLAVE_MAX_TYPE) in __rtnl_newlink()
3580 if (m_ops->slave_maxtype && in __rtnl_newlink()
3583 m_ops->slave_maxtype, in __rtnl_newlink()
3585 m_ops->slave_policy, in __rtnl_newlink()
3613 if (!m_ops || !m_ops->slave_changelink) in __rtnl_newlink()
3616 err = m_ops->slave_changelink(master_dev, dev, tb, in __rtnl_newlink()

Completed in 16 milliseconds