Home
last modified time | relevance | path

Searched defs:component_dev (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_drv.c46 struct component_dev { struct
47 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;
/linux-4.1.27/drivers/scsi/
Draid_class.c224 struct device *component_dev) in raid_component_add()