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:prm_ll_data
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H
A
D
prm_common.c
70
*
prm_ll_data
: function pointers to SoC-specific implementations of
73
static struct
prm_ll_data
null_prm_ll_data;
74
static struct
prm_ll_data
*
prm_ll_data
= &null_prm_ll_data;
variable
374
if (
prm_ll_data
->read_reset_sources)
in prm_read_reset_sources()
375
ret =
prm_ll_data
->read_reset_sources();
in prm_read_reset_sources()
398
if (
prm_ll_data
->was_any_context_lost_old)
in prm_was_any_context_lost_old()
399
ret =
prm_ll_data
->was_any_context_lost_old(part, inst, idx);
in prm_was_any_context_lost_old()
420
if (
prm_ll_data
->clear_context_loss_flags_old)
in prm_clear_context_loss_flags_old()
421
prm_ll_data
in prm_clear_context_loss_flags_old()
[all...]
H
A
D
prm.h
125
* struct
prm_ll_data
- fn ptrs to per-SoC PRM function implementations
136
struct
prm_ll_data
{
struct
152
extern int prm_register(struct
prm_ll_data
*pld);
153
extern int prm_unregister(struct
prm_ll_data
*pld);
H
A
D
prm2xxx.c
211
static struct
prm_ll_data
omap2xxx_prm_ll_data = {
H
A
D
prm33xx.c
393
static struct
prm_ll_data
am33xx_prm_ll_data = {
H
A
D
prm44xx.c
789
static struct
prm_ll_data
omap44xx_prm_ll_data = {
H
A
D
prm3xxx.c
661
static struct
prm_ll_data
omap3xxx_prm_ll_data = {
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H
A
D
prm_common.c
70
*
prm_ll_data
: function pointers to SoC-specific implementations of
73
static struct
prm_ll_data
null_prm_ll_data;
74
static struct
prm_ll_data
*
prm_ll_data
= &null_prm_ll_data;
variable
363
if (
prm_ll_data
->was_any_context_lost_old)
in prm_was_any_context_lost_old()
364
ret =
prm_ll_data
->was_any_context_lost_old(part, inst, idx);
in prm_was_any_context_lost_old()
385
if (
prm_ll_data
->clear_context_loss_flags_old)
in prm_clear_context_loss_flags_old()
386
prm_ll_data
->clear_context_loss_flags_old(part, inst, idx);
in prm_clear_context_loss_flags_old()
403
if (!
prm_ll_data
->assert_hardreset) {
in omap_prm_assert_hardreset()
409
return
prm_ll_data
in omap_prm_assert_hardreset()
[all...]
H
A
D
prm.h
123
* struct
prm_ll_data
- fn ptrs to per-SoC PRM function implementations
134
struct
prm_ll_data
{
struct
150
extern int prm_register(struct
prm_ll_data
*pld);
151
extern int prm_unregister(struct
prm_ll_data
*pld);
H
A
D
prm2xxx.c
211
static struct
prm_ll_data
omap2xxx_prm_ll_data = {
H
A
D
prm33xx.c
385
static struct
prm_ll_data
am33xx_prm_ll_data = {
H
A
D
prm44xx.c
789
static struct
prm_ll_data
omap44xx_prm_ll_data = {
H
A
D
prm3xxx.c
662
static struct
prm_ll_data
omap3xxx_prm_ll_data = {
Completed in 9 milliseconds