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:paths
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/opp/
H
A
D
of.c
380
struct icc_path **
paths
;
in dev_pm_opp_of_find_icc_paths()
local
407
paths
= kcalloc(num_paths, sizeof(*
paths
), GFP_KERNEL);
in dev_pm_opp_of_find_icc_paths()
408
if (!
paths
) {
in dev_pm_opp_of_find_icc_paths()
413
paths
[i] = of_icc_get_by_index(dev, i);
in dev_pm_opp_of_find_icc_paths()
414
if (IS_ERR(
paths
[i])) {
in dev_pm_opp_of_find_icc_paths()
415
ret = PTR_ERR(
paths
[i]);
in dev_pm_opp_of_find_icc_paths()
424
opp_table->
paths
=
paths
;
in dev_pm_opp_of_find_icc_paths()
431
icc_put(
paths
[
in dev_pm_opp_of_find_icc_paths()
[all...]
H
A
D
debugfs.c
64
debugfs_create_file("name", S_IRUGO, d, opp_table->
paths
[i], &bw_name_fops);
in opp_debug_create_bw()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H
A
D
opp.h
152
* @
paths
: Interconnect path handles
153
* @path_count: Number of interconnect
paths
198
struct icc_path **
paths
;
member
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H
A
D
configure_llvm
92
--enable-rpath use rpath to allow installing libraries in
paths
3755
# installation
paths
Completed in 9 milliseconds