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:pxp_mode
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/misc/mei/
H
A
D
bus-fixup.c
264
cldev->bus->
pxp_mode
!= MEI_DEV_PXP_INIT)
in mei_gsc_mkhi_fix_ver()
271
if (cldev->bus->
pxp_mode
== MEI_DEV_PXP_INIT) {
in mei_gsc_mkhi_fix_ver()
277
cldev->bus->
pxp_mode
= MEI_DEV_PXP_SETUP;
in mei_gsc_mkhi_fix_ver()
539
switch (bus->
pxp_mode
) {
in pxp_is_ready()
H
A
D
gsc-me.c
82
dev->
pxp_mode
= MEI_DEV_PXP_INIT;
in mei_gsc_probe()
197
dev->
pxp_mode
= MEI_DEV_PXP_INIT;
in mei_gsc_pm_resume()
H
A
D
debugfs.c
130
seq_printf(m, "pxp: %s\n", mei_dev_pxp_mode_str(dev->
pxp_mode
));
in mei_dbgfs_devstate_show()
H
A
D
init.c
396
dev->
pxp_mode
= MEI_DEV_PXP_DEFAULT;
in mei_device_init()
H
A
D
hw-me.c
446
if (dev->
pxp_mode
== MEI_DEV_PXP_DEFAULT)
in mei_gsc_pxp_check()
453
dev->
pxp_mode
= MEI_DEV_PXP_READY;
in mei_gsc_pxp_check()
1304
dev->dev_state, dev->
pxp_mode
);
in mei_me_irq_thread_handler()
H
A
D
mei_dev.h
485
* @
pxp_mode
: PXP device mode
571
enum mei_dev_pxp_mode
pxp_mode
;
member
Completed in 6 milliseconds