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:ts_rtc
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-orion5x/
H
A
D
ts78xx-setup.c
100
if (ts78xx_fpga.supports.
ts_rtc
.init == 0) {
in ts78xx_ts_rtc_load()
103
ts78xx_fpga.supports.
ts_rtc
.init = 1;
in ts78xx_ts_rtc_load()
333
ts78xx_fpga.supports.
ts_rtc
.init = 0;
in ts78xx_fpga_devices_zero_init()
351
ts78xx_fpga.supports.
ts_rtc
.present = 1;
in ts78xx_fpga_supports()
361
ts78xx_fpga.supports.
ts_rtc
.present = 1;
in ts78xx_fpga_supports()
366
ts78xx_fpga.supports.
ts_rtc
.present = 0;
in ts78xx_fpga_supports()
377
if (ts78xx_fpga.supports.
ts_rtc
.present == 1) {
in ts78xx_fpga_load_devices()
380
ts78xx_fpga.supports.
ts_rtc
.present = 0;
in ts78xx_fpga_load_devices()
402
if (ts78xx_fpga.supports.
ts_rtc
.present == 1)
in ts78xx_fpga_unload_devices()
H
A
D
ts78xx-fpga.h
32
struct fpga_device
ts_rtc
;
member
/kernel/linux/linux-6.6/arch/arm/mach-orion5x/
H
A
D
ts78xx-setup.c
97
if (ts78xx_fpga.supports.
ts_rtc
.init == 0) {
in ts78xx_ts_rtc_load()
100
ts78xx_fpga.supports.
ts_rtc
.init = 1;
in ts78xx_ts_rtc_load()
330
ts78xx_fpga.supports.
ts_rtc
.init = 0;
in ts78xx_fpga_devices_zero_init()
348
ts78xx_fpga.supports.
ts_rtc
.present = 1;
in ts78xx_fpga_supports()
358
ts78xx_fpga.supports.
ts_rtc
.present = 1;
in ts78xx_fpga_supports()
363
ts78xx_fpga.supports.
ts_rtc
.present = 0;
in ts78xx_fpga_supports()
374
if (ts78xx_fpga.supports.
ts_rtc
.present == 1) {
in ts78xx_fpga_load_devices()
377
ts78xx_fpga.supports.
ts_rtc
.present = 0;
in ts78xx_fpga_load_devices()
399
if (ts78xx_fpga.supports.
ts_rtc
.present == 1)
in ts78xx_fpga_unload_devices()
H
A
D
ts78xx-fpga.h
32
struct fpga_device
ts_rtc
;
member
Completed in 3 milliseconds