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:coupler
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
H
A
D
core.c
25
#include <linux/regulator/
coupler
.h>
3907
struct regulator_coupler *
coupler
= c_desc->
coupler
;
in regulator_balance_voltage()
local
3924
if (
coupler
&&
coupler
->balance_voltage) {
in regulator_balance_voltage()
3925
return
coupler
->balance_voltage(
coupler
, rdev, state);
in regulator_balance_voltage()
5246
int regulator_coupler_register(struct regulator_coupler *
coupler
)
in regulator_coupler_register()
argument
5249
list_add_tail(&
coupler
->list, ®ulator_coupler_list);
in regulator_coupler_register()
5257
struct regulator_coupler *
coupler
;
in regulator_find_coupler()
local
5301
struct regulator_
coupler
*
coupler
= rdev->coupling_desc.
coupler
;
regulator_resolve_coupling()
local
5330
struct regulator_
coupler
*
coupler
= rdev->coupling_desc.
coupler
;
regulator_remove_coupling()
local
5426
generic_
coupler
_attach(struct regulator_
coupler
*
coupler
, struct regulator_dev *rdev)
generic_coupler_attach()
argument
[all...]
/device/soc/rockchip/common/sdk_linux/include/linux/regulator/
H
A
D
driver.h
410
struct regulator_coupler *
coupler
;
member
/device/soc/rockchip/common/vendor/drivers/rockchip/
H
A
D
rockchip_system_monitor.c
23
#include <linux/regulator/
coupler
.h>
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H
A
D
rockchip_system_monitor.c
23
#include <linux/regulator/
coupler
.h>
Completed in 12 milliseconds