Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/omap2/omapfb/dss/
Doverlay-sysfs.c357 #define OVERLAY_ATTR(_name, _mode, _show, _store) \ macro
361 static OVERLAY_ATTR(name, S_IRUGO, overlay_name_show, NULL);
362 static OVERLAY_ATTR(manager, S_IRUGO|S_IWUSR,
364 static OVERLAY_ATTR(input_size, S_IRUGO, overlay_input_size_show, NULL);
365 static OVERLAY_ATTR(screen_width, S_IRUGO, overlay_screen_width_show, NULL);
366 static OVERLAY_ATTR(position, S_IRUGO|S_IWUSR,
368 static OVERLAY_ATTR(output_size, S_IRUGO|S_IWUSR,
370 static OVERLAY_ATTR(enabled, S_IRUGO|S_IWUSR,
372 static OVERLAY_ATTR(global_alpha, S_IRUGO|S_IWUSR,
374 static OVERLAY_ATTR(pre_mult_alpha, S_IRUGO|S_IWUSR,
[all …]