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:ish_status
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/intel-ish-hid/ipc/
H
A
D
hw-ish-regs.h
201
#define IPC_IS_ISH_ISHTP_READY(
ish_status
) \
202
(((
ish_status
) & IPC_ISH_ISHTP_READY_BIT) == \
205
#define IPC_IS_ISH_ILUP(
ish_status
) \
206
(((
ish_status
) & IPC_ILUP_BIT) == ((uint32_t)IPC_ILUP_BIT))
H
A
D
ipc.c
162
uint32_t
ish_status
= _ish_read_fw_sts_reg(dev);
in ishtp_fw_is_ready()
local
164
return IPC_IS_ISH_ILUP(
ish_status
) &&
in ishtp_fw_is_ready()
165
IPC_IS_ISH_ISHTP_READY(
ish_status
);
in ishtp_fw_is_ready()
506
uint32_t
ish_status
;
in ish_fw_reset_handler()
local
508
ish_status
= _ish_read_fw_sts_reg(dev);
in ish_fw_reset_handler()
511
ish_status
);
in ish_fw_reset_handler()
/kernel/linux/linux-6.6/drivers/hid/intel-ish-hid/ipc/
H
A
D
hw-ish-regs.h
201
#define IPC_IS_ISH_ISHTP_READY(
ish_status
) \
202
(((
ish_status
) & IPC_ISH_ISHTP_READY_BIT) == \
205
#define IPC_IS_ISH_ILUP(
ish_status
) \
206
(((
ish_status
) & IPC_ILUP_BIT) == ((uint32_t)IPC_ILUP_BIT))
H
A
D
ipc.c
163
uint32_t
ish_status
= _ish_read_fw_sts_reg(dev);
in ishtp_fw_is_ready()
local
165
return IPC_IS_ISH_ILUP(
ish_status
) &&
in ishtp_fw_is_ready()
166
IPC_IS_ISH_ISHTP_READY(
ish_status
);
in ishtp_fw_is_ready()
534
uint32_t
ish_status
;
in ish_fw_reset_handler()
local
536
ish_status
= _ish_read_fw_sts_reg(dev);
in ish_fw_reset_handler()
539
ish_status
);
in ish_fw_reset_handler()
Completed in 4 milliseconds