Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mode_attr
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/boot/
H
A
D
video-vesa.c
73
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
D
vesa.h
30
u16
mode_attr
; /* 0 */
member
/kernel/linux/linux-6.6/arch/x86/boot/
H
A
D
video-vesa.c
73
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
D
vesa.h
30
u16
mode_attr
; /* 0 */
member
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
sony-laptop.c
1763
struct device_attribute
mode_attr
;
member
1923
sysfs_attr_init(&kbdbl_ctl->
mode_attr
.attr);
in sony_nc_kbd_backlight_setup()
1924
kbdbl_ctl->
mode_attr
.attr.name = "kbd_backlight";
in sony_nc_kbd_backlight_setup()
1925
kbdbl_ctl->
mode_attr
.attr.mode = S_IRUGO | S_IWUSR;
in sony_nc_kbd_backlight_setup()
1926
kbdbl_ctl->
mode_attr
.show = sony_nc_kbd_backlight_mode_show;
in sony_nc_kbd_backlight_setup()
1927
kbdbl_ctl->
mode_attr
.store = sony_nc_kbd_backlight_mode_store;
in sony_nc_kbd_backlight_setup()
1929
ret = device_create_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_setup()
1966
device_remove_file(&pd->dev, &kbdbl_ctl->
mode_attr
);
in sony_nc_kbd_backlight_cleanup()
2139
struct device_attribute
mode_attr
;
member
[all...]
/kernel/linux/linux-6.6/drivers/platform/x86/
H
A
D
sony-laptop.c
1762
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()
1921
kbdbl_ctl->
mode_attr
.show = sony_nc_kbd_backlight_mode_show;
in sony_nc_kbd_backlight_setup()
1922
kbdbl_ctl->
mode_attr
.store = sony_nc_kbd_backlight_mode_store;
in sony_nc_kbd_backlight_setup()
1924
ret = device_create_file(&pd->dev, &kbdbl_ctl->
mode_attr
);
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
[all...]
/kernel/linux/linux-5.10/include/video/
H
A
D
uvesafb.h
34
u16
mode_attr
;
member
/kernel/linux/linux-6.6/include/video/
H
A
D
uvesafb.h
34
u16
mode_attr
;
member
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
uvesafb.c
525
if ((mib->
mode_attr
& VBE_MODE_MASK) == VBE_MODE_MASK &&
in uvesafb_vbe_getmodes()
942
par->vbe_modes[i].
mode_attr
& VBE_MODE_VGACOMPAT) {
in uvesafb_setpalette()
1397
!(par->vbe_modes[match].
mode_attr
& 0x100))
in uvesafb_check_var()
1401
!(par->vbe_modes[match].
mode_attr
& 0x200))
in uvesafb_check_var()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
uvesafb.c
525
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()
Completed in 19 milliseconds