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:enable_user
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/
H
A
D
debugfs.c
153
if (val == pm->
enable_user
)
in mt7921_pm_set()
156
if (!pm->
enable_user
) {
in mt7921_pm_set()
166
pm->
enable_user
= val;
in mt7921_pm_set()
180
*val = dev->pm.
enable_user
;
in mt7921_pm_get()
H
A
D
init.c
224
dev->pm.
enable_user
= true;
in mt7921_register_device()
H
A
D
main.c
574
pm->enable = pm->
enable_user
&& !monitor;
in mt7921_sniffer_interface_iter()
589
pm->enable = pm->
enable_user
&& !monitor;
in mt7921_set_runtime_pm()
/kernel/linux/linux-5.10/arch/powerpc/oprofile/
H
A
D
common.c
179
oprofilefs_create_ulong(root, "
enable_user
", &sys.
enable_user
);
in op_powerpc_create_files()
183
sys.
enable_user
= 1;
in op_powerpc_create_files()
H
A
D
op_model_7450.c
115
if (sys->
enable_user
)
in fsl7450_reg_setup()
H
A
D
op_model_pa6t.c
104
if (sys->
enable_user
)
in pa6t_reg_setup()
H
A
D
op_model_power4.c
133
if (sys->
enable_user
)
in power4_reg_setup()
H
A
D
op_model_cell.c
766
set_count_mode(sys->enable_kernel, sys->
enable_user
);
in cell_reg_setup_ppu()
/kernel/linux/linux-5.10/arch/alpha/oprofile/
H
A
D
op_impl.h
28
unsigned long
enable_user
;
member
H
A
D
op_model_ev5.c
81
ctl |= !sys->
enable_user
<< 30;
in common_reg_setup()
H
A
D
common.c
134
oprofilefs_create_ulong(root, "
enable_user
",
in op_axp_create_files()
135
&sys.
enable_user
);
in op_axp_create_files()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
oprofile_impl.h
39
unsigned long
enable_user
;
member
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/
H
A
D
mt76_connac.h
89
bool
enable_user
:1;
member
Completed in 14 milliseconds