Searched refs:m_ops (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_of.h | 42 const struct component_master_ops *m_ops); 76 const struct component_master_ops *m_ops) in drm_of_component_probe() 74 drm_of_component_probe(struct device *dev, int (*compare_of)(struct device *, void *), const struct component_master_ops *m_ops) drm_of_component_probe() argument
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_of.h | 44 const struct component_master_ops *m_ops); 85 const struct component_master_ops *m_ops) in drm_of_component_probe() 83 drm_of_component_probe(struct device *dev, int (*compare_of)(struct device *, void *), const struct component_master_ops *m_ops) drm_of_component_probe() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_of.c | 106 * @m_ops: component master ops to be used 117 const struct component_master_ops *m_ops) in drm_of_component_probe() 184 return component_master_add_with_match(dev, m_ops, match); in drm_of_component_probe() 115 drm_of_component_probe(struct device *dev, int (*compare_of)(struct device *, void *), const struct component_master_ops *m_ops) drm_of_component_probe() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_of.c | 104 * @m_ops: component master ops to be used 115 const struct component_master_ops *m_ops) in drm_of_component_probe() 182 return component_master_add_with_match(dev, m_ops, match); in drm_of_component_probe() 113 drm_of_component_probe(struct device *dev, int (*compare_of)(struct device *, void *), const struct component_master_ops *m_ops) drm_of_component_probe() argument
|
/kernel/linux/linux-5.10/net/core/ |
H A D | rtnetlink.c | 3263 const struct rtnl_link_ops *m_ops; in __rtnl_newlink() local 3311 m_ops = NULL; in __rtnl_newlink() 3315 m_ops = master_dev->rtnl_link_ops; in __rtnl_newlink() 3360 if (m_ops) { in __rtnl_newlink() 3361 if (m_ops->slave_maxtype > RTNL_SLAVE_MAX_TYPE) in __rtnl_newlink() 3364 if (m_ops->slave_maxtype && in __rtnl_newlink() 3367 m_ops->slave_maxtype, in __rtnl_newlink() 3369 m_ops->slave_policy, in __rtnl_newlink() 3397 if (!m_ops || !m_ops in __rtnl_newlink() [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | rtnetlink.c | 3535 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 in __rtnl_newlink() [all...] |
Completed in 14 milliseconds