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:pm8xxx_rtc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-pm8xxx.c
50
* struct
pm8xxx_rtc
- RTC driver internal structure
60
struct
pm8xxx_rtc
{
struct
71
static int pm8xxx_rtc_read_nvmem_offset(struct
pm8xxx_rtc
*rtc_dd)
in pm8xxx_rtc_read_nvmem_offset()
97
static int pm8xxx_rtc_write_nvmem_offset(struct
pm8xxx_rtc
*rtc_dd, u32 offset)
in pm8xxx_rtc_write_nvmem_offset()
113
static int pm8xxx_rtc_read_offset(struct
pm8xxx_rtc
*rtc_dd)
in pm8xxx_rtc_read_offset()
121
static int pm8xxx_rtc_read_raw(struct
pm8xxx_rtc
*rtc_dd, u32 *secs)
in pm8xxx_rtc_read_raw()
152
static int pm8xxx_rtc_update_offset(struct
pm8xxx_rtc
*rtc_dd, u32 secs)
in pm8xxx_rtc_update_offset()
188
static int __pm8xxx_rtc_set_time(struct
pm8xxx_rtc
*rtc_dd, u32 secs)
in __pm8xxx_rtc_set_time()
241
struct
pm8xxx_rtc
*rtc_dd = dev_get_drvdata(dev);
in pm8xxx_rtc_set_time()
262
struct
pm8xxx_rtc
*rtc_d
in pm8xxx_rtc_read_time()
[all...]
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-pm8xxx.c
47
* struct
pm8xxx_rtc
- rtc driver internal structure
56
struct
pm8xxx_rtc
{
struct
81
struct
pm8xxx_rtc
*rtc_dd = dev_get_drvdata(dev);
in pm8xxx_rtc_set_time()
180
struct
pm8xxx_rtc
*rtc_dd = dev_get_drvdata(dev);
in pm8xxx_rtc_read_time()
223
struct
pm8xxx_rtc
*rtc_dd = dev_get_drvdata(dev);
in pm8xxx_rtc_set_alarm()
266
struct
pm8xxx_rtc
*rtc_dd = dev_get_drvdata(dev);
in pm8xxx_rtc_read_alarm()
291
struct
pm8xxx_rtc
*rtc_dd = dev_get_drvdata(dev);
in pm8xxx_rtc_alarm_irq_enable()
338
struct
pm8xxx_rtc
*rtc_dd = dev_id;
in pm8xxx_alarm_trigger()
385
static int pm8xxx_rtc_enable(struct
pm8xxx_rtc
*rtc_dd)
in pm8xxx_rtc_enable()
451
struct
pm8xxx_rtc
*rtc_d
in pm8xxx_rtc_probe()
[all...]
Completed in 2 milliseconds