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
defs:cros_ish_cl
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/chrome/
H
A
D
cros_ec_ishtp.c
121
struct ishtp_cl *
cros_ish_cl
;
member
171
struct ishtp_cl *
cros_ish_cl
= client_data->
cros_ish_cl
;
in ish_send()
local
218
static void process_recv(struct ishtp_cl *
cros_ish_cl
,
in process_recv()
argument
353
struct ishtp_cl *
cros_ish_cl
= ishtp_get_drvdata(cl_device);
in ish_event_cb()
local
376
cros_ish_init(struct ishtp_cl *
cros_ish_cl
)
cros_ish_init()
argument
429
cros_ish_deinit(struct ishtp_cl *
cros_ish_cl
)
cros_ish_deinit()
argument
489
struct ishtp_cl *
cros_ish_cl
= ec_dev->priv;
cros_ec_pkt_xfer_ish()
local
593
struct ishtp_cl *
cros_ish_cl
;
reset_handler()
local
646
struct ishtp_cl *
cros_ish_cl
;
cros_ec_ishtp_probe()
local
712
struct ishtp_cl *
cros_ish_cl
= ishtp_get_drvdata(cl_device);
cros_ec_ishtp_remove()
local
731
struct ishtp_cl *
cros_ish_cl
= ishtp_get_drvdata(cl_device);
cros_ec_ishtp_reset()
local
748
struct ishtp_cl *
cros_ish_cl
= ishtp_get_drvdata(cl_device);
cros_ec_ishtp_suspend()
local
763
struct ishtp_cl *
cros_ish_cl
= ishtp_get_drvdata(cl_device);
cros_ec_ishtp_resume()
local
[all...]
/kernel/linux/linux-6.6/drivers/platform/chrome/
H
A
D
cros_ec_ishtp.c
124
struct ishtp_cl *
cros_ish_cl
;
member
170
struct ishtp_cl *
cros_ish_cl
= client_data->
cros_ish_cl
;
in ish_send()
local
217
static void process_recv(struct ishtp_cl *
cros_ish_cl
,
in process_recv()
argument
352
struct ishtp_cl *
cros_ish_cl
= ishtp_get_drvdata(cl_device);
in ish_event_cb()
local
375
cros_ish_init(struct ishtp_cl *
cros_ish_cl
)
cros_ish_init()
argument
428
cros_ish_deinit(struct ishtp_cl *
cros_ish_cl
)
cros_ish_deinit()
argument
488
struct ishtp_cl *
cros_ish_cl
= ec_dev->priv;
cros_ec_pkt_xfer_ish()
local
594
struct ishtp_cl *
cros_ish_cl
;
reset_handler()
local
647
struct ishtp_cl *
cros_ish_cl
;
cros_ec_ishtp_probe()
local
713
struct ishtp_cl *
cros_ish_cl
= ishtp_get_drvdata(cl_device);
cros_ec_ishtp_remove()
local
730
struct ishtp_cl *
cros_ish_cl
= ishtp_get_drvdata(cl_device);
cros_ec_ishtp_reset()
local
747
struct ishtp_cl *
cros_ish_cl
= ishtp_get_drvdata(cl_device);
cros_ec_ishtp_suspend()
local
762
struct ishtp_cl *
cros_ish_cl
= ishtp_get_drvdata(cl_device);
cros_ec_ishtp_resume()
local
[all...]
Completed in 3 milliseconds