Home
last modified time | relevance | path

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

/linux-2.6.39/arch/x86/boot/
Dvideo-vesa.c74 if ((vminfo.mode_attr & 0x15) == 0x05) { in vesa_probe()
83 } else if ((vminfo.mode_attr & 0x99) == 0x99 && in vesa_probe()
122 if ((vminfo.mode_attr & 0x15) == 0x05) { in vesa_set_mode()
126 } else if ((vminfo.mode_attr & 0x99) == 0x99) { in vesa_set_mode()
214 boot_params.screen_info.vesa_attributes = vminfo.mode_attr; in vesa_store_mode_params_graphics()
Dvesa.h35 u16 mode_attr; /* 0 */ member
/linux-2.6.39/include/video/
Duvesafb.h88 u16 mode_attr; member
/linux-2.6.39/drivers/platform/x86/
Dsony-laptop.c1388 struct device_attribute mode_attr; member
1499 sysfs_attr_init(&kbdbl_handle->mode_attr.attr); in sony_nc_kbd_backlight_setup()
1500 kbdbl_handle->mode_attr.attr.name = "kbd_backlight"; in sony_nc_kbd_backlight_setup()
1501 kbdbl_handle->mode_attr.attr.mode = S_IRUGO | S_IWUSR; in sony_nc_kbd_backlight_setup()
1502 kbdbl_handle->mode_attr.show = sony_nc_kbd_backlight_mode_show; in sony_nc_kbd_backlight_setup()
1503 kbdbl_handle->mode_attr.store = sony_nc_kbd_backlight_mode_store; in sony_nc_kbd_backlight_setup()
1511 if (device_create_file(&pd->dev, &kbdbl_handle->mode_attr)) in sony_nc_kbd_backlight_setup()
1523 device_remove_file(&pd->dev, &kbdbl_handle->mode_attr); in sony_nc_kbd_backlight_setup()
1535 device_remove_file(&pd->dev, &kbdbl_handle->mode_attr); in sony_nc_kbd_backlight_cleanup()
/linux-2.6.39/drivers/video/
Duvesafb.c530 if ((mib->mode_attr & VBE_MODE_MASK) == VBE_MODE_MASK && in uvesafb_vbe_getmodes()
951 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()