Home
last modified time | relevance | path

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

/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
/linux/drivers/platform/x86/
H A Dsony-laptop.c1756 struct device_attribute mode_attr; member
1912 sysfs_attr_init(&kbdbl_ctl->mode_attr.attr); in sony_nc_kbd_backlight_setup()
1913 kbdbl_ctl->mode_attr.attr.name = "kbd_backlight"; in sony_nc_kbd_backlight_setup()
1914 kbdbl_ctl->mode_attr.attr.mode = S_IRUGO | S_IWUSR; in sony_nc_kbd_backlight_setup()
1915 kbdbl_ctl->mode_attr.show = sony_nc_kbd_backlight_mode_show; in sony_nc_kbd_backlight_setup()
1916 kbdbl_ctl->mode_attr.store = sony_nc_kbd_backlight_mode_store; in sony_nc_kbd_backlight_setup()
1918 ret = device_create_file(&pd->dev, &kbdbl_ctl->mode_attr); in sony_nc_kbd_backlight_setup()
1944 device_remove_file(&pd->dev, &kbdbl_ctl->mode_attr); in sony_nc_kbd_backlight_setup()
1955 device_remove_file(&pd->dev, &kbdbl_ctl->mode_attr); in sony_nc_kbd_backlight_cleanup()
2125 struct device_attribute mode_attr; member
[all …]
/linux/include/video/
H A Duvesafb.h34 u16 mode_attr; member