4 struct component_master_ops
;
10 extern uint32_t drm_of_find_possible_crtcs(struct drm_device
*dev
,
11 struct device_node
*port
);
12 extern int drm_of_component_probe(struct device
*dev
,
13 int (*compare_of
)(struct device
*, void *),
14 const struct component_master_ops
*m_ops
);
16 static inline uint32_t drm_of_find_possible_crtcs(struct drm_device
*dev
,
17 struct device_node
*port
)
23 drm_of_component_probe(struct device
*dev
,
24 int (*compare_of
)(struct device
*, void *),
25 const struct component_master_ops
*m_ops
)
31 #endif /* __DRM_OF_H__ */