Searched defs:component_dev (Results 1 – 2 of 2) sorted by relevance
46 struct component_dev { struct47 struct list_head list;48 struct device *crtc_dev;49 struct device *conn_dev;50 enum exynos_drm_output_type out_type;51 unsigned int dev_type_flag;
224 struct device *component_dev) in raid_component_add()