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

/linux-master/include/drm/
H A Ddrm_of.h45 const struct component_master_ops *m_ops);
86 const struct component_master_ops *m_ops)
84 drm_of_component_probe(struct device *dev, int (*compare_of)(struct device *, void *), const struct component_master_ops *m_ops) argument
/linux-master/drivers/gpu/drm/
H A Ddrm_of.c104 * @m_ops: component master ops to be used
115 const struct component_master_ops *m_ops)
182 return component_master_add_with_match(dev, m_ops, match);
113 drm_of_component_probe(struct device *dev, int (*compare_of)(struct device *, void *), const struct component_master_ops *m_ops) argument
/linux-master/net/core/
H A Drtnetlink.c3560 const struct rtnl_link_ops *m_ops; local
3600 m_ops = NULL;
3604 m_ops = master_dev->rtnl_link_ops;
3645 if (m_ops) {
3646 if (m_ops->slave_maxtype > RTNL_SLAVE_MAX_TYPE)
3649 if (m_ops->slave_maxtype &&
3652 m_ops->slave_maxtype,
3654 m_ops->slave_policy,
3686 if (!m_ops || !m_ops
[all...]

Completed in 202 milliseconds