Searched refs:OVERLAY_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | overlay-sysfs.c | 358 #define OVERLAY_ATTR(_name, _mode, _show, _store) \ macro 362 static OVERLAY_ATTR(name, S_IRUGO, overlay_name_show, NULL); 363 static OVERLAY_ATTR(manager, S_IRUGO|S_IWUSR, 365 static OVERLAY_ATTR(input_size, S_IRUGO, overlay_input_size_show, NULL); 366 static OVERLAY_ATTR(screen_width, S_IRUGO, overlay_screen_width_show, NULL); 367 static OVERLAY_ATTR(position, S_IRUGO|S_IWUSR, 369 static OVERLAY_ATTR(output_size, S_IRUGO|S_IWUSR, 371 static OVERLAY_ATTR(enabled, S_IRUGO|S_IWUSR, 373 static OVERLAY_ATTR(global_alpha, S_IRUGO|S_IWUSR, 375 static OVERLAY_ATTR(pre_mult_alpha, S_IRUGO|S_IWUSR, [all …]
|