Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Ddisplay-sysfs.c249 #define DISPLAY_ATTR(_name, _mode, _show, _store) \ macro
253 static DISPLAY_ATTR(name, S_IRUGO, display_name_show, NULL);
254 static DISPLAY_ATTR(display_name, S_IRUGO, display_name_show, NULL);
255 static DISPLAY_ATTR(enabled, S_IRUGO|S_IWUSR,
257 static DISPLAY_ATTR(tear_elim, S_IRUGO|S_IWUSR,
259 static DISPLAY_ATTR(timings, S_IRUGO|S_IWUSR,
261 static DISPLAY_ATTR(rotate, S_IRUGO|S_IWUSR,
263 static DISPLAY_ATTR(mirror, S_IRUGO|S_IWUSR,
265 static DISPLAY_ATTR(wss, S_IRUGO|S_IWUSR,