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

/linux-master/include/drm/
H A Ddrm_of.h44 const struct component_master_ops *m_ops);
85 const struct component_master_ops *m_ops)
83 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.c3544 const struct rtnl_link_ops *m_ops; local
3584 m_ops = NULL;
3588 m_ops = master_dev->rtnl_link_ops;
3629 if (m_ops) {
3630 if (m_ops->slave_maxtype > RTNL_SLAVE_MAX_TYPE)
3633 if (m_ops->slave_maxtype &&
3636 m_ops->slave_maxtype,
3638 m_ops->slave_policy,
3670 if (!m_ops || !m_ops
[all...]

Completed in 490 milliseconds