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:ISPDRIVER_IPC
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/x86/
H
A
D
intel_punit_ipc.c
192
if (type == GTDRIVER_IPC || type ==
ISPDRIVER_IPC
)
in intel_punit_ipc_command()
206
if (type == GTDRIVER_IPC || type ==
ISPDRIVER_IPC
)
in intel_punit_ipc_command()
245
* -
ISPDRIVER_IPC
BASE_DATA
in intel_punit_get_bars()
246
* -
ISPDRIVER_IPC
BASE_IFACE
in intel_punit_get_bars()
252
punit_ipcdev->base[
ISPDRIVER_IPC
][BASE_DATA] = addr;
in intel_punit_get_bars()
256
punit_ipcdev->base[
ISPDRIVER_IPC
][BASE_IFACE] = addr;
in intel_punit_get_bars()
/kernel/linux/linux-6.6/drivers/platform/x86/intel/
H
A
D
punit_ipc.c
192
if (type == GTDRIVER_IPC || type ==
ISPDRIVER_IPC
)
in intel_punit_ipc_command()
206
if (type == GTDRIVER_IPC || type ==
ISPDRIVER_IPC
)
in intel_punit_ipc_command()
245
* -
ISPDRIVER_IPC
BASE_DATA
in intel_punit_get_bars()
246
* -
ISPDRIVER_IPC
BASE_IFACE
in intel_punit_get_bars()
252
punit_ipcdev->base[
ISPDRIVER_IPC
][BASE_DATA] = addr;
in intel_punit_get_bars()
256
punit_ipcdev->base[
ISPDRIVER_IPC
][BASE_IFACE] = addr;
in intel_punit_get_bars()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
intel_punit_ipc.h
12
ISPDRIVER_IPC
,
enumerator
19
#define IPC_PUNIT_ISPD_CMD_BASE (
ISPDRIVER_IPC
<< IPC_TYPE_OFFSET)
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
intel_punit_ipc.h
12
ISPDRIVER_IPC
,
enumerator
19
#define IPC_PUNIT_ISPD_CMD_BASE (
ISPDRIVER_IPC
<< IPC_TYPE_OFFSET)
Completed in 3 milliseconds