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:cros_ec_rtc
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/rtc/
H
A
D
rtc-cros-ec.c
20
* struct
cros_ec_rtc
- Driver data for EC RTC
27
struct
cros_ec_rtc
{
struct
79
struct
cros_ec_rtc
*
cros_ec_rtc
= dev_get_drvdata(dev);
in cros_ec_rtc_read_time()
local
80
struct cros_ec_device *cros_ec =
cros_ec_rtc
->cros_ec;
in cros_ec_rtc_read_time()
98
struct
cros_ec_rtc
*
cros_ec_rtc
= dev_get_drvdata(dev);
in cros_ec_rtc_set_time()
local
99
struct cros_ec_device *cros_ec =
cros_ec_rtc
->cros_ec;
in cros_ec_rtc_set_time()
115
struct
cros_ec_rtc
*
cros_ec_rtc
in cros_ec_rtc_read_alarm()
local
145
struct
cros_ec_rtc
*
cros_ec_rtc
= dev_get_drvdata(dev);
cros_ec_rtc_set_alarm()
local
202
struct
cros_ec_rtc
*
cros_ec_rtc
= dev_get_drvdata(dev);
cros_ec_rtc_alarm_irq_enable()
local
263
struct
cros_ec_rtc
*
cros_ec_rtc
;
cros_ec_rtc_event()
local
293
struct
cros_ec_rtc
*
cros_ec_rtc
= dev_get_drvdata(&pdev->dev);
cros_ec_rtc_suspend()
local
304
struct
cros_ec_rtc
*
cros_ec_rtc
= dev_get_drvdata(&pdev->dev);
cros_ec_rtc_resume()
local
320
struct
cros_ec_rtc
*
cros_ec_rtc
;
cros_ec_rtc_probe()
local
384
struct
cros_ec_rtc
*
cros_ec_rtc
= platform_get_drvdata(pdev);
cros_ec_rtc_remove()
local
[all...]
/kernel/linux/linux-5.10/drivers/rtc/
H
A
D
rtc-cros-ec.c
18
* struct
cros_ec_rtc
- Driver data for EC RTC
25
struct
cros_ec_rtc
{
struct
87
struct
cros_ec_rtc
*
cros_ec_rtc
= dev_get_drvdata(dev);
in cros_ec_rtc_read_time()
local
88
struct cros_ec_device *cros_ec =
cros_ec_rtc
->cros_ec;
in cros_ec_rtc_read_time()
106
struct
cros_ec_rtc
*
cros_ec_rtc
= dev_get_drvdata(dev);
in cros_ec_rtc_set_time()
local
107
struct cros_ec_device *cros_ec =
cros_ec_rtc
->cros_ec;
in cros_ec_rtc_set_time()
123
struct
cros_ec_rtc
*
cros_ec_rtc
in cros_ec_rtc_read_alarm()
local
153
struct
cros_ec_rtc
*
cros_ec_rtc
= dev_get_drvdata(dev);
cros_ec_rtc_set_alarm()
local
203
struct
cros_ec_rtc
*
cros_ec_rtc
= dev_get_drvdata(dev);
cros_ec_rtc_alarm_irq_enable()
local
264
struct
cros_ec_rtc
*
cros_ec_rtc
;
cros_ec_rtc_event()
local
294
struct
cros_ec_rtc
*
cros_ec_rtc
= dev_get_drvdata(&pdev->dev);
cros_ec_rtc_suspend()
local
305
struct
cros_ec_rtc
*
cros_ec_rtc
= dev_get_drvdata(&pdev->dev);
cros_ec_rtc_resume()
local
321
struct
cros_ec_rtc
*
cros_ec_rtc
;
cros_ec_rtc_probe()
local
371
struct
cros_ec_rtc
*
cros_ec_rtc
= platform_get_drvdata(pdev);
cros_ec_rtc_remove()
local
[all...]
Completed in 2 milliseconds