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:pit_data
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clocksource/
H
A
D
timer-atmel-pit.c
38
struct
pit_data
{
struct
49
static inline struct
pit_data
*clksrc_to_pit_data(struct clocksource *clksrc)
in clksrc_to_pit_data()
51
return container_of(clksrc, struct
pit_data
, clksrc);
in clksrc_to_pit_data()
54
static inline struct
pit_data
*clkevt_to_pit_data(struct clock_event_device *clkevt)
in clkevt_to_pit_data()
56
return container_of(clkevt, struct
pit_data
, clkevt);
in clkevt_to_pit_data()
75
struct
pit_data
*data = clksrc_to_pit_data(cs);
in read_pit_clk()
92
struct
pit_data
*data = clkevt_to_pit_data(dev);
in pit_clkevt_shutdown()
104
struct
pit_data
*data = clkevt_to_pit_data(dev);
in pit_clkevt_set_periodic()
115
struct
pit_data
*data = clkevt_to_pit_data(cedev);
in at91sam926x_pit_suspend()
121
static void at91sam926x_pit_reset(struct
pit_data
*dat
[all...]
/kernel/linux/linux-6.6/drivers/clocksource/
H
A
D
timer-atmel-pit.c
38
struct
pit_data
{
struct
49
static inline struct
pit_data
*clksrc_to_pit_data(struct clocksource *clksrc)
in clksrc_to_pit_data()
51
return container_of(clksrc, struct
pit_data
, clksrc);
in clksrc_to_pit_data()
54
static inline struct
pit_data
*clkevt_to_pit_data(struct clock_event_device *clkevt)
in clkevt_to_pit_data()
56
return container_of(clkevt, struct
pit_data
, clkevt);
in clkevt_to_pit_data()
75
struct
pit_data
*data = clksrc_to_pit_data(cs);
in read_pit_clk()
92
struct
pit_data
*data = clkevt_to_pit_data(dev);
in pit_clkevt_shutdown()
104
struct
pit_data
*data = clkevt_to_pit_data(dev);
in pit_clkevt_set_periodic()
115
struct
pit_data
*data = clkevt_to_pit_data(cedev);
in at91sam926x_pit_suspend()
121
static void at91sam926x_pit_reset(struct
pit_data
*dat
[all...]
Completed in 2 milliseconds