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:cr50_spi_phy
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/
H
A
D
tpm_tis_spi_cr50.c
39
struct
cr50_spi_phy
{
struct
52
static inline struct
cr50_spi_phy
*to_cr50_spi_phy(struct tpm_tis_spi_phy *phy)
in to_cr50_spi_phy()
54
return container_of(phy, struct
cr50_spi_phy
, spi_phy);
in to_cr50_spi_phy()
64
struct
cr50_spi_phy
*cr50_phy = dev_id;
in cr50_spi_irq_handler()
76
static void cr50_ensure_access_delay(struct
cr50_spi_phy
*phy)
in cr50_ensure_access_delay()
117
static bool cr50_needs_waking(struct
cr50_spi_phy
*phy)
in cr50_needs_waking()
129
static void cr50_wake_if_needed(struct
cr50_spi_phy
*cr50_phy)
in cr50_wake_if_needed()
189
struct
cr50_spi_phy
*cr50_phy = to_cr50_spi_phy(phy);
in tpm_tis_spi_cr50_transfer()
256
struct
cr50_spi_phy
*cr50_phy;
in cr50_spi_probe()
/kernel/linux/linux-6.6/drivers/char/tpm/
H
A
D
tpm_tis_spi_cr50.c
42
struct
cr50_spi_phy
{
struct
55
static inline struct
cr50_spi_phy
*to_cr50_spi_phy(struct tpm_tis_spi_phy *phy)
in to_cr50_spi_phy()
57
return container_of(phy, struct
cr50_spi_phy
, spi_phy);
in to_cr50_spi_phy()
67
struct
cr50_spi_phy
*cr50_phy = dev_id;
in cr50_spi_irq_handler()
79
static void cr50_ensure_access_delay(struct
cr50_spi_phy
*phy)
in cr50_ensure_access_delay()
120
static bool cr50_needs_waking(struct
cr50_spi_phy
*phy)
in cr50_needs_waking()
132
static void cr50_wake_if_needed(struct
cr50_spi_phy
*cr50_phy)
in cr50_wake_if_needed()
205
struct
cr50_spi_phy
*cr50_phy = to_cr50_spi_phy(phy);
in tpm_tis_spi_cr50_transfer()
269
struct
cr50_spi_phy
*cr50_phy;
in cr50_spi_probe()
Completed in 2 milliseconds