Home
last modified time | relevance | path

Searched refs:period_us (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dfantog.c33 u32 period_us; member
57 u64 next_change = (percent * fan->period_us) / 100; in nvkm_fantog_update()
59 next_change = fan->period_us - next_change; in nvkm_fantog_update()
111 fan->period_us = 100000; /* 10Hz */ in nvkm_fantog_create()
/Linux-v4.19/drivers/char/hw_random/
Dtimeriomem-rng.c53 int period_us = ktime_to_us(priv->period); in timeriomem_rng_read() local
74 usleep_range(period_us, in timeriomem_rng_read()
75 period_us + min(1, period_us / 100)); in timeriomem_rng_read()
/Linux-v4.19/drivers/power/reset/
Dat91-sama5d2_shdwc.c143 unsigned long long period_us; in at91_shdwc_debouncer_value() local
154 period_us = DBC_PERIOD_US(sdwc_dbc_period[i]); in at91_shdwc_debouncer_value()
156 __func__, i, period_us); in at91_shdwc_debouncer_value()
157 if (in_period_us > period_us) in at91_shdwc_debouncer_value()
/Linux-v4.19/tools/perf/util/
Dsort.h52 u64 period_us; member
Dhist.c234 he_stat->period_us += period; in he_stat__add_cpumode_period()
260 dest->period_us += src->period_us; in he_stat__add_stat()
/Linux-v4.19/tools/perf/ui/gtk/
Dhists.c71 __HPP_COLOR_PERCENT_FN(overhead_us, period_us) in __HPP_COLOR_PERCENT_FN()
/Linux-v4.19/tools/perf/ui/
Dhist.c366 HPP_PERCENT_FNS(overhead_us, period_us) in HPP_PERCENT_FNS()
/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c1202 __HPP_COLOR_PERCENT_FN(overhead_us, period_us) in __HPP_COLOR_PERCENT_FN()