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:gates_data
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/clk/sunxi/
H
A
D
clk-sun6i-apb0-gates.c
18
struct
gates_data
{
struct
22
static const struct
gates_data
sun6i_a31_apb0_gates __initconst = {
26
static const struct
gates_data
sun8i_a23_apb0_gates __initconst = {
40
const struct
gates_data
*data;
in sun6i_a31_apb0_gates_clk_probe()
H
A
D
clk-sunxi.c
862
struct
gates_data
{
struct
/kernel/linux/linux-6.6/drivers/clk/sunxi/
H
A
D
clk-sun6i-apb0-gates.c
17
struct
gates_data
{
struct
21
static const struct
gates_data
sun6i_a31_apb0_gates __initconst = {
25
static const struct
gates_data
sun8i_a23_apb0_gates __initconst = {
39
const struct
gates_data
*data;
in sun6i_a31_apb0_gates_clk_probe()
H
A
D
clk-sunxi.c
862
struct
gates_data
{
struct
/kernel/linux/linux-5.10/drivers/clk/
H
A
D
clk-stm32f4.c
1164
const struct stm32f4_gate_data *
gates_data
;
member
1564
.
gates_data
= stm32f429_gates,
1574
.
gates_data
= stm32f469_gates,
1584
.
gates_data
= stm32f746_gates,
1594
.
gates_data
= stm32f769_gates,
1812
gd = &data->
gates_data
[n];
in stm32f4_rcc_init()
/kernel/linux/linux-6.6/drivers/clk/
H
A
D
clk-stm32f4.c
1165
const struct stm32f4_gate_data *
gates_data
;
member
1565
.
gates_data
= stm32f429_gates,
1575
.
gates_data
= stm32f469_gates,
1585
.
gates_data
= stm32f746_gates,
1595
.
gates_data
= stm32f769_gates,
1813
gd = &data->
gates_data
[n];
in stm32f4_rcc_init()
Completed in 8 milliseconds