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:send_state
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/hsi/clients/
H
A
D
ssi_protocol.c
106
* @
send_state
: TX state machine
127
unsigned int
send_state
;
member
287
if (ssi->
send_state
== SEND_IDLE)
in ssip_set_rxstate()
307
ssi->
send_state
= state;
in ssip_set_txstate()
348
if (ssi->
send_state
== SEND_IDLE) {
in ssip_slave_start_tx()
367
if ((ssi->
send_state
== SEND_READY) ||
in ssip_slave_stop_tx()
368
(ssi->
send_state
== WAIT4READY)) {
in ssip_slave_stop_tx()
397
if (ssi->
send_state
!= SEND_IDLE)
in ssip_reset()
407
ssi->
send_state
= 0;
in ssip_reset()
430
dev_err(&cl->device, "Send state: %d\n", ssi->
send_state
);
in ssip_dump_state()
[all...]
/kernel/linux/linux-6.6/drivers/hsi/clients/
H
A
D
ssi_protocol.c
104
* @
send_state
: TX state machine
125
unsigned int
send_state
;
member
285
if (ssi->
send_state
== SEND_IDLE)
in ssip_set_rxstate()
305
ssi->
send_state
= state;
in ssip_set_txstate()
346
if (ssi->
send_state
== SEND_IDLE) {
in ssip_slave_start_tx()
365
if ((ssi->
send_state
== SEND_READY) ||
in ssip_slave_stop_tx()
366
(ssi->
send_state
== WAIT4READY)) {
in ssip_slave_stop_tx()
395
if (ssi->
send_state
!= SEND_IDLE)
in ssip_reset()
405
ssi->
send_state
= 0;
in ssip_reset()
428
dev_err(&cl->device, "Send state: %d\n", ssi->
send_state
);
in ssip_dump_state()
[all...]
Completed in 3 milliseconds