OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:duty_cycle
(Results
1 - 4
of
4
) sorted by null
/external/perfetto/tools/busy_threads/
busy_threads.cc
50
long
duty_cycle
= -1;
local
55
{"
duty_cycle
", required_argument, nullptr, 'd'},
68
duty_cycle
= atol(optarg);
74
if (num_threads < 1 || period_us < 0 ||
duty_cycle
< 1 ||
duty_cycle
> 100) {
75
PERFETTO_ELOG("Usage: %s --threads=N --period_us=N --
duty_cycle
=[1-100]",
80
long busy_us = period_us *
duty_cycle
/ 100;
/external/u-boot/drivers/power/regulator/
pwm_regulator.c
67
int
duty_cycle
;
local
70
duty_cycle
= pwm_voltage_to_duty_cycle_percentage(dev, uvolt);
79
priv->period_ns, (priv->period_ns / 100) *
duty_cycle
);
/external/u-boot/drivers/video/
pwm_backlight.c
29
uint
duty_cycle
;
local
45
duty_cycle
= priv->period_ns * (priv->default_level - priv->min_level) /
48
duty_cycle
);
/external/perfetto/tools/
load_tool
107
duty_cycle
,
113
'--
duty_cycle
={}'.format(
duty_cycle
),
133
duty_cycle
,
180
duty_cycle
,
189
for
duty_cycle
in BUSY_THREADS_DUTY_CYCLE_PARAMS:
197
duty_cycle
,
239
'
duty_cycle
',
Completed in 634 milliseconds