Searched refs:m_ops (Results 1 – 4 of 4) sorted by relevance
14 const struct component_master_ops *m_ops);25 const struct component_master_ops *m_ops) in drm_of_component_probe() argument
81 const struct component_master_ops *m_ops) in drm_of_component_probe() argument149 return component_master_add_with_match(dev, m_ops, match); in drm_of_component_probe()
170 struct midi_operations m_ops[2]; member197 midi_devs[midi1] = &m->m_ops[0]; in attach_v_midi()209 midi_devs[midi2] = &m->m_ops[1]; in attach_v_midi()
2169 const struct rtnl_link_ops *m_ops = NULL; in rtnl_newlink() local2205 m_ops = master_dev->rtnl_link_ops; in rtnl_newlink()2230 struct nlattr *slave_attr[m_ops ? m_ops->slave_maxtype + 1 : 1]; in rtnl_newlink()2251 if (m_ops) { in rtnl_newlink()2252 if (m_ops->slave_maxtype && in rtnl_newlink()2255 m_ops->slave_maxtype, in rtnl_newlink()2257 m_ops->slave_policy); in rtnl_newlink()2262 if (m_ops->slave_validate) { in rtnl_newlink()2263 err = m_ops->slave_validate(tb, slave_data); in rtnl_newlink()2289 if (!m_ops || !m_ops->slave_changelink) in rtnl_newlink()[all …]