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:ssh_rtl
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H
A
D
ssh_request_layer.h
23
* enum ssh_rtl_state_flags - State-flags for &struct
ssh_rtl
.
41
void (*handle_event)(struct
ssh_rtl
*rtl, const struct ssh_command *cmd,
46
* struct
ssh_rtl
- SSH request transport layer.
65
struct
ssh_rtl
{
struct
101
container_of(ptr, struct
ssh_rtl
, member)
110
static inline struct device *ssh_rtl_get_device(struct
ssh_rtl
*rtl)
in ssh_rtl_get_device()
119
* Return: Returns the &struct
ssh_rtl
associated with the given SSH request.
121
static inline struct
ssh_rtl
*ssh_request_rtl(struct ssh_request *rqst)
in ssh_request_rtl()
129
int ssh_rtl_submit(struct
ssh_rtl
*rtl, struct ssh_request *rqst);
132
int ssh_rtl_init(struct
ssh_rtl
*rt
[all...]
H
A
D
ssh_request_layer.c
102
struct
ssh_rtl
*rtl = ssh_request_rtl(rqst);
in ssh_rtl_queue_remove()
117
static bool ssh_rtl_queue_empty(struct
ssh_rtl
*rtl)
in ssh_rtl_queue_empty()
130
struct
ssh_rtl
*rtl = ssh_request_rtl(rqst);
in ssh_rtl_pending_remove()
149
struct
ssh_rtl
*rtl = ssh_request_rtl(rqst);
in ssh_rtl_tx_pending_push()
172
struct
ssh_rtl
*rtl = ssh_request_rtl(rqst);
in ssh_rtl_complete_with_status()
187
struct
ssh_rtl
*rtl = ssh_request_rtl(rqst);
in ssh_rtl_complete_with_rsp()
199
struct
ssh_rtl
*rtl = ssh_request_rtl(rqst);
in ssh_rtl_tx_can_process()
207
static struct ssh_request *ssh_rtl_tx_next(struct
ssh_rtl
*rtl)
in ssh_rtl_tx_next()
240
static int ssh_rtl_tx_try_process_one(struct
ssh_rtl
*rtl)
in ssh_rtl_tx_try_process_one()
305
static bool ssh_rtl_tx_schedule(struct
ssh_rtl
*rt
[all...]
H
A
D
controller.h
204
struct
ssh_rtl
rtl;
H
A
D
controller.c
984
static void ssam_handle_event(struct
ssh_rtl
*rtl,
in ssam_handle_event()
1495
struct
ssh_rtl
*rtl = ssh_request_rtl(rqst);
in ssam_request_sync_complete()
/kernel/linux/linux-6.6/include/linux/surface_aggregator/
H
A
D
serial_hub.h
569
struct
ssh_rtl
;
Completed in 8 milliseconds