Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/boot/
H A Dvideo-vesa.c73 if ((vminfo.mode_attr & 0x15) == 0x05) { in vesa_probe()
82 } else if ((vminfo.mode_attr & 0x99) == 0x99 && in vesa_probe()
121 if ((vminfo.mode_attr & 0x15) == 0x05) { in vesa_set_mode()
125 } else if ((vminfo.mode_attr & 0x99) == 0x99) { in vesa_set_mode()
213 boot_params.screen_info.vesa_attributes = vminfo.mode_attr; in vesa_store_mode_params_graphics()
H A Dvesa.h30 u16 mode_attr; /* 0 */ member
/openbmc/linux/include/video/
H A Duvesafb.h34 u16 mode_attr; member
/openbmc/linux/drivers/platform/x86/
H A Dsony-laptop.c1762 struct device_attribute mode_attr; member
1918 sysfs_attr_init(&kbdbl_ctl->mode_attr.attr); in sony_nc_kbd_backlight_setup()
1919 kbdbl_ctl->mode_attr.attr.name = "kbd_backlight"; in sony_nc_kbd_backlight_setup()
1920 kbdbl_ctl->mode_attr.attr.mode = S_IRUGO | S_IWUSR; in sony_nc_kbd_backlight_setup()
1950 device_remove_file(&pd->dev, &kbdbl_ctl->mode_attr); in sony_nc_kbd_backlight_setup()
1961 device_remove_file(&pd->dev, &kbdbl_ctl->mode_attr); in sony_nc_kbd_backlight_cleanup()
2131 struct device_attribute mode_attr; member
2249 sysfs_attr_init(&th_handle->mode_attr.attr); in sony_nc_thermal_setup()
2250 th_handle->mode_attr.attr.name = "thermal_control"; in sony_nc_thermal_setup()
2251 th_handle->mode_attr.attr.mode = S_IRUGO | S_IWUSR; in sony_nc_thermal_setup()
[all …]
/openbmc/linux/drivers/video/fbdev/
H A Duvesafb.c525 if ((mib->mode_attr & VBE_MODE_MASK) == VBE_MODE_MASK && in uvesafb_vbe_getmodes()
944 par->vbe_modes[i].mode_attr & VBE_MODE_VGACOMPAT) { in uvesafb_setpalette()
1399 !(par->vbe_modes[match].mode_attr & 0x100)) in uvesafb_check_var()
1403 !(par->vbe_modes[match].mode_attr & 0x200)) in uvesafb_check_var()