| struct component_master_ops; |
| extern uint32_t drm_of_find_possible_crtcs(struct drm_device *dev, |
| struct device_node *port); |
| extern int drm_of_component_probe(struct device *dev, |
| int (*compare_of)(struct device *, void *), |
| const struct component_master_ops *m_ops); |
| static inline uint32_t drm_of_find_possible_crtcs(struct drm_device *dev, |
| struct device_node *port) |
| drm_of_component_probe(struct device *dev, |
| int (*compare_of)(struct device *, void *), |
| const struct component_master_ops *m_ops) |
| #endif /* __DRM_OF_H__ */ |