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:ti_sci_np
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/firmware/
H
A
D
ti_sci.c
2943
struct device_node *
ti_sci_np
;
in ti_sci_get_handle()
local
2952
ti_sci_np
= of_get_parent(dev->of_node);
in ti_sci_get_handle()
2953
if (!
ti_sci_np
) {
in ti_sci_get_handle()
2961
if (
ti_sci_np
== info->dev->of_node) {
in ti_sci_get_handle()
2968
of_node_put(
ti_sci_np
);
in ti_sci_get_handle()
3068
struct device_node *
ti_sci_np
;
in ti_sci_get_by_phandle()
local
3077
ti_sci_np
= of_parse_phandle(np, property, 0);
in ti_sci_get_by_phandle()
3078
if (!
ti_sci_np
)
in ti_sci_get_by_phandle()
3084
if (
ti_sci_np
== info->dev->of_node) {
in ti_sci_get_by_phandle()
3091
of_node_put(
ti_sci_np
);
in ti_sci_get_by_phandle()
[all...]
/kernel/linux/linux-6.6/drivers/firmware/
H
A
D
ti_sci.c
2875
struct device_node *
ti_sci_np
;
in ti_sci_get_handle()
local
2884
ti_sci_np
= of_get_parent(dev->of_node);
in ti_sci_get_handle()
2885
if (!
ti_sci_np
) {
in ti_sci_get_handle()
2893
if (
ti_sci_np
== info->dev->of_node) {
in ti_sci_get_handle()
2900
of_node_put(
ti_sci_np
);
in ti_sci_get_handle()
3000
struct device_node *
ti_sci_np
;
in ti_sci_get_by_phandle()
local
3009
ti_sci_np
= of_parse_phandle(np, property, 0);
in ti_sci_get_by_phandle()
3010
if (!
ti_sci_np
)
in ti_sci_get_by_phandle()
3016
if (
ti_sci_np
== info->dev->of_node) {
in ti_sci_get_by_phandle()
3023
of_node_put(
ti_sci_np
);
in ti_sci_get_by_phandle()
[all...]
Completed in 8 milliseconds