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:cros_ec_spi
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/platform/chrome/
H
A
D
cros_ec_spi.c
64
* struct
cros_ec_spi
- information about a SPI-connected EC
74
struct
cros_ec_spi
{
struct
119
struct
cros_ec_spi
*ec_spi = ec_dev->priv;
in terminate_request()
158
struct
cros_ec_spi
*ec_spi = ec_dev->priv;
in receive_n_bytes()
392
struct
cros_ec_spi
*ec_spi = ec_dev->priv;
in do_cros_ec_pkt_xfer_spi()
535
struct
cros_ec_spi
*ec_spi = ec_dev->priv;
in do_cros_ec_cmd_xfer_spi()
657
struct
cros_ec_spi
*ec_spi = ec_dev->priv;
in cros_ec_xfer_high_pri()
693
static void cros_ec_spi_dt_probe(struct
cros_ec_spi
*ec_spi, struct device *dev)
in cros_ec_spi_dt_probe()
714
struct
cros_ec_spi
*ec_spi)
in cros_ec_spi_devm_high_pri_alloc()
741
struct
cros_ec_spi
*ec_sp
in cros_ec_spi_probe()
[all...]
H
A
D
Makefile
14
obj-$(CONFIG_CROS_EC_SPI) +=
cros_ec_spi
.o
/kernel/linux/linux-6.6/drivers/platform/chrome/
H
A
D
cros_ec_spi.c
64
* struct
cros_ec_spi
- information about a SPI-connected EC
74
struct
cros_ec_spi
{
struct
113
struct
cros_ec_spi
*ec_spi = ec_dev->priv;
in terminate_request()
152
struct
cros_ec_spi
*ec_spi = ec_dev->priv;
in receive_n_bytes()
387
struct
cros_ec_spi
*ec_spi = ec_dev->priv;
in do_cros_ec_pkt_xfer_spi()
532
struct
cros_ec_spi
*ec_spi = ec_dev->priv;
in do_cros_ec_cmd_xfer_spi()
656
struct
cros_ec_spi
*ec_spi = ec_dev->priv;
in cros_ec_xfer_high_pri()
692
static void cros_ec_spi_dt_probe(struct
cros_ec_spi
*ec_spi, struct device *dev)
in cros_ec_spi_dt_probe()
713
struct
cros_ec_spi
*ec_spi)
in cros_ec_spi_devm_high_pri_alloc()
740
struct
cros_ec_spi
*ec_sp
in cros_ec_spi_probe()
[all...]
H
A
D
Makefile
17
obj-$(CONFIG_CROS_EC_SPI) +=
cros_ec_spi
.o
Completed in 3 milliseconds