OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:failsafe
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/
nouveau_nvkm_engine_disp_dp.c
359
const struct dp_rates *
failsafe
= NULL, *cfg;
local in function:nvkm_dp_train
379
if (!
failsafe
||
381
failsafe
= cfg;
384
if (
failsafe
&& cfg[1].rate < dataKBps)
388
if (WARN_ON(!
failsafe
))
402
failsafe
->nr,
failsafe
->bw * 27);
404
for (cfg = nvkm_dp_rates; ret < 0 && cfg <=
failsafe
; cfg++) {
408
if (cfg !=
failsafe
)
/src/sys/dev/ic/
mlx.c
1451
int
failsafe
, i, cmd;
local in function:mlx_pause_action
1456
failsafe
= 0;
1461
* Channels will always start again after the
failsafe
1465
failsafe
= ((mlx->mlx_pause.mp_howlong - time_second) + 5) / 30;
1467
if (
failsafe
> 0xf) {
1468
failsafe
= 0xf;
1486
mlx_make_type2(mc, cmd, (
failsafe
<< 4) | i, 0, 0,
/src/sys/external/bsd/drm2/dist/drm/i915/gvt/
gvt.h
177
bool
failsafe
;
member in struct:intel_vgpu
Completed in 12 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025