Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Doverlay-sysfs.c368 #define OVERLAY_ATTR(_name, _mode, _show, _store) \ macro
372 static OVERLAY_ATTR(name, S_IRUGO, overlay_name_show, NULL);
373 static OVERLAY_ATTR(manager, S_IRUGO|S_IWUSR,
375 static OVERLAY_ATTR(input_size, S_IRUGO, overlay_input_size_show, NULL);
376 static OVERLAY_ATTR(screen_width, S_IRUGO, overlay_screen_width_show, NULL);
377 static OVERLAY_ATTR(position, S_IRUGO|S_IWUSR,
379 static OVERLAY_ATTR(output_size, S_IRUGO|S_IWUSR,
381 static OVERLAY_ATTR(enabled, S_IRUGO|S_IWUSR,
383 static OVERLAY_ATTR(global_alpha, S_IRUGO|S_IWUSR,
385 static OVERLAY_ATTR(pre_mult_alpha, S_IRUGO|S_IWUSR,
[all …]