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:rtctm
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/misc/
H
A
D
hp_sdc_rtc.c
66
static int hp_sdc_rtc_do_read_bbrtc (struct rtc_time *
rtctm
)
in hp_sdc_rtc_do_read_bbrtc()
argument
102
memset(
rtctm
, 0, sizeof(struct rtc_time));
in hp_sdc_rtc_do_read_bbrtc()
103
rtctm
->tm_year = (tseq[83] & 0x0f) + (tseq[90] & 0x0f) * 10;
in hp_sdc_rtc_do_read_bbrtc()
104
rtctm
->tm_mon = (tseq[69] & 0x0f) + (tseq[76] & 0x0f) * 10;
in hp_sdc_rtc_do_read_bbrtc()
105
rtctm
->tm_mday = (tseq[55] & 0x0f) + (tseq[62] & 0x0f) * 10;
in hp_sdc_rtc_do_read_bbrtc()
106
rtctm
->tm_wday = (tseq[48] & 0x0f);
in hp_sdc_rtc_do_read_bbrtc()
107
rtctm
->tm_hour = (tseq[34] & 0x0f) + (tseq[41] & 0x0f) * 10;
in hp_sdc_rtc_do_read_bbrtc()
108
rtctm
->tm_min = (tseq[20] & 0x0f) + (tseq[27] & 0x0f) * 10;
in hp_sdc_rtc_do_read_bbrtc()
109
rtctm
->tm_sec = (tseq[6] & 0x0f) + (tseq[13] & 0x0f) * 10;
in hp_sdc_rtc_do_read_bbrtc()
114
static int hp_sdc_rtc_read_bbrtc (struct rtc_time *
rtctm
)
in hp_sdc_rtc_read_bbrtc()
argument
[all...]
/kernel/linux/linux-6.6/drivers/input/misc/
H
A
D
hp_sdc_rtc.c
66
static int hp_sdc_rtc_do_read_bbrtc (struct rtc_time *
rtctm
)
in hp_sdc_rtc_do_read_bbrtc()
argument
102
memset(
rtctm
, 0, sizeof(struct rtc_time));
in hp_sdc_rtc_do_read_bbrtc()
103
rtctm
->tm_year = (tseq[83] & 0x0f) + (tseq[90] & 0x0f) * 10;
in hp_sdc_rtc_do_read_bbrtc()
104
rtctm
->tm_mon = (tseq[69] & 0x0f) + (tseq[76] & 0x0f) * 10;
in hp_sdc_rtc_do_read_bbrtc()
105
rtctm
->tm_mday = (tseq[55] & 0x0f) + (tseq[62] & 0x0f) * 10;
in hp_sdc_rtc_do_read_bbrtc()
106
rtctm
->tm_wday = (tseq[48] & 0x0f);
in hp_sdc_rtc_do_read_bbrtc()
107
rtctm
->tm_hour = (tseq[34] & 0x0f) + (tseq[41] & 0x0f) * 10;
in hp_sdc_rtc_do_read_bbrtc()
108
rtctm
->tm_min = (tseq[20] & 0x0f) + (tseq[27] & 0x0f) * 10;
in hp_sdc_rtc_do_read_bbrtc()
109
rtctm
->tm_sec = (tseq[6] & 0x0f) + (tseq[13] & 0x0f) * 10;
in hp_sdc_rtc_do_read_bbrtc()
114
static int hp_sdc_rtc_read_bbrtc (struct rtc_time *
rtctm
)
in hp_sdc_rtc_read_bbrtc()
argument
[all...]
Completed in 1 milliseconds