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_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
64
struct cr50_spi_phy *
cr50_phy
= dev_id;
in cr50_spi_irq_handler()
local
66
cr50_phy
->irq_confirmed = true;
in cr50_spi_irq_handler()
67
complete(&
cr50_phy
->spi_phy.ready);
in cr50_spi_irq_handler()
129
static void cr50_wake_if_needed(struct cr50_spi_phy *
cr50_phy
)
in cr50_wake_if_needed()
argument
131
struct tpm_tis_spi_phy *phy = &
cr50_phy
->spi_phy;
in cr50_wake_if_needed()
133
if (cr50_needs_waking(
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()
local
192
mutex_lock(&
cr50_phy
->time_track_mutex);
in tpm_tis_spi_cr50_transfer()
197
cr50_ensure_access_delay(
cr50_phy
);
in tpm_tis_spi_cr50_transfer()
198
cr50_wake_if_needed(
cr50_phy
);
in tpm_tis_spi_cr50_transfer()
256
struct cr50_spi_phy *
cr50_phy
;
cr50_spi_probe()
local
[all...]
/kernel/linux/linux-6.6/drivers/char/tpm/
H
A
D
tpm_tis_spi_cr50.c
67
struct cr50_spi_phy *
cr50_phy
= dev_id;
in cr50_spi_irq_handler()
local
69
cr50_phy
->irq_confirmed = true;
in cr50_spi_irq_handler()
70
complete(&
cr50_phy
->spi_phy.ready);
in cr50_spi_irq_handler()
132
static void cr50_wake_if_needed(struct cr50_spi_phy *
cr50_phy
)
in cr50_wake_if_needed()
argument
134
struct tpm_tis_spi_phy *phy = &
cr50_phy
->spi_phy;
in cr50_wake_if_needed()
136
if (cr50_needs_waking(
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()
local
208
mutex_lock(&
cr50_phy
->time_track_mutex);
in tpm_tis_spi_cr50_transfer()
213
cr50_ensure_access_delay(
cr50_phy
);
in tpm_tis_spi_cr50_transfer()
214
cr50_wake_if_needed(
cr50_phy
);
in tpm_tis_spi_cr50_transfer()
269
struct cr50_spi_phy *
cr50_phy
;
cr50_spi_probe()
local
[all...]
Completed in 2 milliseconds