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:dmi_setup
(Results
1 - 14
of
14
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
dmi.h
105
extern void
dmi_setup
(void);
125
static inline void
dmi_setup
(void) { }
in dmi_setup()
function
/kernel/linux/linux-6.6/include/linux/
H
A
D
dmi.h
105
extern void
dmi_setup
(void);
125
static inline void
dmi_setup
(void) { }
in dmi_setup()
function
/kernel/linux/linux-5.10/arch/loongarch/loongson64/
H
A
D
init.c
127
dmi_setup
();
in platform_init()
/kernel/linux/linux-5.10/drivers/firmware/efi/
H
A
D
arm-runtime.c
171
* On arm64/ARM, DMI depends on UEFI, and
dmi_setup
() needs to
in arm_dmi_init()
175
dmi_setup
();
in arm_dmi_init()
/kernel/linux/linux-6.6/drivers/firmware/efi/
H
A
D
arm-runtime.c
171
* On arm64/ARM, DMI depends on UEFI, and
dmi_setup
() needs to
in arm_dmi_init()
175
dmi_setup
();
in arm_dmi_init()
/kernel/linux/linux-5.10/arch/mips/kernel/
H
A
D
setup.c
785
dmi_setup
();
in setup_arch()
/kernel/linux/linux-6.6/arch/mips/kernel/
H
A
D
setup.c
802
dmi_setup
();
in setup_arch()
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H
A
D
setup.c
377
dmi_setup
();
in platform_init()
/kernel/linux/linux-5.10/drivers/firmware/
H
A
D
dmi_scan.c
806
*
dmi_setup
- scan and setup DMI system information
813
void __init
dmi_setup
(void)
in dmi_setup()
function
883
*
dmi_setup
must be called before this function is called.
913
*
dmi_setup
must be called before this function is called.
/kernel/linux/linux-5.10/arch/ia64/kernel/
H
A
D
setup.c
1082
dmi_setup
();
in run_dmi_scan()
/kernel/linux/linux-5.10/arch/x86/kernel/
H
A
D
setup.c
978
dmi_setup
();
in setup_arch()
982
* needs to be done after
dmi_setup
(), for the boot CPU.
in setup_arch()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H
A
D
setup.c
1078
dmi_setup
();
in run_dmi_scan()
/kernel/linux/linux-6.6/drivers/firmware/
H
A
D
dmi_scan.c
813
*
dmi_setup
- scan and setup DMI system information
820
void __init
dmi_setup
(void)
in dmi_setup()
function
890
*
dmi_setup
must be called before this function is called.
920
*
dmi_setup
must be called before this function is called.
/kernel/linux/linux-6.6/arch/x86/kernel/
H
A
D
setup.c
1032
dmi_setup
();
in setup_arch()
1036
* needs to be done after
dmi_setup
(), for the boot CPU.
in setup_arch()
Completed in 16 milliseconds