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:guard_time
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/char/tpm/
H
A
D
tpm_tis_i2c.c
111
bool
guard_time
;
in tpm_tis_i2c_retry_transfer_until_ack()
local
116
guard_time
= phy->guard_time_read;
in tpm_tis_i2c_retry_transfer_until_ack()
118
guard_time
= phy->guard_time_write;
in tpm_tis_i2c_retry_transfer_until_ack()
124
else if (
guard_time
)
in tpm_tis_i2c_retry_transfer_until_ack()
/kernel/linux/linux-5.10/include/video/
H
A
D
atmel_lcdc.h
24
unsigned int
guard_time
;
member
/kernel/linux/linux-6.6/include/video/
H
A
D
atmel_lcdc.h
24
unsigned int
guard_time
;
member
/kernel/linux/linux-5.10/drivers/nfc/
H
A
D
trf7970a.c
442
unsigned int
guard_time
;
member
1181
trf->
guard_time
= TRF7970A_GUARD_TIME_NFCA;
in trf7970a_in_config_rf_tech()
1188
trf->
guard_time
= TRF7970A_GUARD_TIME_NFCB;
in trf7970a_in_config_rf_tech()
1195
trf->
guard_time
= TRF7970A_GUARD_TIME_NFCF;
in trf7970a_in_config_rf_tech()
1202
trf->
guard_time
= TRF7970A_GUARD_TIME_NFCF;
in trf7970a_in_config_rf_tech()
1209
trf->
guard_time
= TRF7970A_GUARD_TIME_15693;
in trf7970a_in_config_rf_tech()
1332
usleep_range(trf->
guard_time
, trf->
guard_time
+ 1000);
in trf7970a_in_config_framing()
H
A
D
port100.c
503
__le16
guard_time
;
member
1389
hdr->
guard_time
= cpu_to_le16(500);
in port100_tg_send_cmd()
1437
hdr->
guard_time
= 0;
in port100_listen_mdaa()
/kernel/linux/linux-6.6/drivers/nfc/
H
A
D
trf7970a.c
442
unsigned int
guard_time
;
member
1181
trf->
guard_time
= TRF7970A_GUARD_TIME_NFCA;
in trf7970a_in_config_rf_tech()
1188
trf->
guard_time
= TRF7970A_GUARD_TIME_NFCB;
in trf7970a_in_config_rf_tech()
1195
trf->
guard_time
= TRF7970A_GUARD_TIME_NFCF;
in trf7970a_in_config_rf_tech()
1202
trf->
guard_time
= TRF7970A_GUARD_TIME_NFCF;
in trf7970a_in_config_rf_tech()
1209
trf->
guard_time
= TRF7970A_GUARD_TIME_15693;
in trf7970a_in_config_rf_tech()
1332
usleep_range(trf->
guard_time
, trf->
guard_time
+ 1000);
in trf7970a_in_config_framing()
H
A
D
port100.c
503
__le16
guard_time
;
member
1392
hdr->
guard_time
= cpu_to_le16(500);
in port100_tg_send_cmd()
1440
hdr->
guard_time
= 0;
in port100_listen_mdaa()
/kernel/linux/linux-5.10/drivers/video/fbdev/
H
A
D
atmel_lcdfb.c
285
pdata->
guard_time
<< ATMEL_LCDC_GUARDT_OFFSET);
in atmel_lcdfb_stop_nowait()
309
(pdata->
guard_time
<< ATMEL_LCDC_GUARDT_OFFSET)
in atmel_lcdfb_start()
971
ret = of_property_read_u32(display_np, "atmel,guard-time", &pdata->
guard_time
);
in atmel_lcdfb_of_init()
/kernel/linux/linux-6.6/drivers/video/fbdev/
H
A
D
atmel_lcdfb.c
265
pdata->
guard_time
<< ATMEL_LCDC_GUARDT_OFFSET);
in atmel_lcdfb_stop_nowait()
289
(pdata->
guard_time
<< ATMEL_LCDC_GUARDT_OFFSET)
in atmel_lcdfb_start()
949
ret = of_property_read_u32(display_np, "atmel,guard-time", &pdata->
guard_time
);
in atmel_lcdfb_of_init()
Completed in 16 milliseconds