Home
last modified time | relevance | path

Searched refs:get_mirror (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddisplay-sysfs.c172 if (!dssdev->driver->get_mirror) in display_mirror_show()
174 mirror = dssdev->driver->get_mirror(dssdev); in display_mirror_show()
184 if (!dssdev->driver->set_mirror || !dssdev->driver->get_mirror) in display_mirror_store()
/openbmc/linux/drivers/md/
H A Ddm-raid1.c948 static int get_mirror(struct mirror_set *ms, struct dm_target *ti, in get_mirror() function
1113 r = get_mirror(ms, ti, m, argv); in mirror_ctr()
/openbmc/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-tpo-td043mtea1.c449 .get_mirror = tpo_td043_get_hmirror,
/openbmc/linux/include/video/
H A Domapfb_dss.h710 bool (*get_mirror)(struct omap_dss_device *dssdev); member