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:c_desc
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/samsung/
H
A
D
exynos-regulator-coupler.c
24
struct coupling_desc *
c_desc
= &rdev->coupling_desc;
in regulator_get_optimal_voltage()
local
25
struct regulator_dev **c_rdevs =
c_desc
->coupled_rdevs;
in regulator_get_optimal_voltage()
30
int i, ret, max_spread, n_coupled =
c_desc
->n_coupled;
in regulator_get_optimal_voltage()
125
struct coupling_desc *
c_desc
= &rdev->coupling_desc;
in exynos_coupler_balance_voltage()
local
131
c_rdevs =
c_desc
->coupled_rdevs;
in exynos_coupler_balance_voltage()
132
n_coupled =
c_desc
->n_coupled;
in exynos_coupler_balance_voltage()
/kernel/linux/linux-6.6/drivers/soc/samsung/
H
A
D
exynos-regulator-coupler.c
24
struct coupling_desc *
c_desc
= &rdev->coupling_desc;
in regulator_get_optimal_voltage()
local
25
struct regulator_dev **c_rdevs =
c_desc
->coupled_rdevs;
in regulator_get_optimal_voltage()
30
int i, ret, max_spread, n_coupled =
c_desc
->n_coupled;
in regulator_get_optimal_voltage()
125
struct coupling_desc *
c_desc
= &rdev->coupling_desc;
in exynos_coupler_balance_voltage()
local
131
c_rdevs =
c_desc
->coupled_rdevs;
in exynos_coupler_balance_voltage()
132
n_coupled =
c_desc
->n_coupled;
in exynos_coupler_balance_voltage()
/kernel/linux/linux-6.6/drivers/platform/chrome/
H
A
D
cros_ec_typec.c
798
struct typec_cable_desc
c_desc
= {};
in cros_typec_handle_sop_prime_disc()
local
822
c_desc
.type = USB_PLUG_TYPE_A;
in cros_typec_handle_sop_prime_disc()
825
c_desc
.type = USB_PLUG_TYPE_B;
in cros_typec_handle_sop_prime_disc()
828
c_desc
.type = USB_PLUG_TYPE_C;
in cros_typec_handle_sop_prime_disc()
831
c_desc
.type = USB_PLUG_CAPTIVE;
in cros_typec_handle_sop_prime_disc()
834
c_desc
.type = USB_PLUG_NONE;
in cros_typec_handle_sop_prime_disc()
836
c_desc
.active = PD_IDH_PTYPE(port->c_identity.id_header) == IDH_PTYPE_ACABLE;
in cros_typec_handle_sop_prime_disc()
839
c_desc
.identity = &port->c_identity;
in cros_typec_handle_sop_prime_disc()
840
c_desc
.pd_revision = pd_revision;
in cros_typec_handle_sop_prime_disc()
842
port->cable = typec_register_cable(port->port, &
c_desc
);
in cros_typec_handle_sop_prime_disc()
[all...]
/kernel/linux/linux-5.10/drivers/soc/tegra/
H
A
D
regulators-tegra20.c
69
struct coupling_desc *
c_desc
= &core_rdev->coupling_desc;
in tegra20_core_rtc_max_spread()
local
74
for (i = 1; i <
c_desc
->n_coupled; i++) {
in tegra20_core_rtc_max_spread()
76
rdev =
c_desc
->coupled_rdevs[i];
in tegra20_core_rtc_max_spread()
/kernel/linux/linux-6.6/drivers/soc/tegra/
H
A
D
regulators-tegra20.c
95
struct coupling_desc *
c_desc
= &core_rdev->coupling_desc;
in tegra20_core_rtc_max_spread()
local
100
for (i = 1; i <
c_desc
->n_coupled; i++) {
in tegra20_core_rtc_max_spread()
102
rdev =
c_desc
->coupled_rdevs[i];
in tegra20_core_rtc_max_spread()
/kernel/linux/linux-5.10/drivers/regulator/
H
A
D
core.c
3762
struct coupling_desc *
c_desc
= &rdev->coupling_desc;
in regulator_get_optimal_voltage()
local
3763
struct regulator_dev **c_rdevs =
c_desc
->coupled_rdevs;
in regulator_get_optimal_voltage()
3904
struct coupling_desc *
c_desc
= &rdev->coupling_desc;
in regulator_do_balance_voltage()
local
3910
c_rdevs =
c_desc
->coupled_rdevs;
in regulator_do_balance_voltage()
3911
n_coupled = skip_coupled ? 1 :
c_desc
->n_coupled;
in regulator_do_balance_voltage()
3985
struct coupling_desc *
c_desc
= &rdev->coupling_desc;
in regulator_balance_voltage()
local
3986
struct regulator_coupler *coupler =
c_desc
->coupler;
in regulator_balance_voltage()
3996
if (
c_desc
->n_resolved <
c_desc
->n_coupled) {
in regulator_balance_voltage()
5118
struct coupling_desc *
c_desc
in regulator_resolve_coupling()
local
5149
struct coupling_desc *__
c_desc
, *
c_desc
= &rdev->coupling_desc;
regulator_remove_coupling()
local
[all...]
/kernel/linux/linux-6.6/drivers/regulator/
H
A
D
core.c
3904
struct coupling_desc *
c_desc
= &rdev->coupling_desc;
in regulator_get_optimal_voltage()
local
3905
struct regulator_dev **c_rdevs =
c_desc
->coupled_rdevs;
in regulator_get_optimal_voltage()
4046
struct coupling_desc *
c_desc
= &rdev->coupling_desc;
in regulator_do_balance_voltage()
local
4052
c_rdevs =
c_desc
->coupled_rdevs;
in regulator_do_balance_voltage()
4053
n_coupled = skip_coupled ? 1 :
c_desc
->n_coupled;
in regulator_do_balance_voltage()
4127
struct coupling_desc *
c_desc
= &rdev->coupling_desc;
in regulator_balance_voltage()
local
4128
struct regulator_coupler *coupler =
c_desc
->coupler;
in regulator_balance_voltage()
4138
if (
c_desc
->n_resolved <
c_desc
->n_coupled) {
in regulator_balance_voltage()
5336
struct coupling_desc *
c_desc
in regulator_resolve_coupling()
local
5367
struct coupling_desc *__
c_desc
, *
c_desc
= &rdev->coupling_desc;
regulator_remove_coupling()
local
[all...]
Completed in 17 milliseconds