Home
last modified time | relevance | path

Searched refs:lastmode (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c465 int max1,max2,carrier,rx,mode,lastmode,default_carrier; in tvaudio_thread() local
583 lastmode = 42; in tvaudio_thread()
598 if (lastmode != mode) { in tvaudio_thread()
600 lastmode = mode; in tvaudio_thread()
/linux-6.15/tools/power/pm-graph/
H A Dsleepgraph.py4342 lastmode = ''
4348 if lastmode and lastmode != mode and num > 0:
4354 list[lastmode]['min'] = tMin
4355 list[lastmode]['max'] = tMax
4356 list[lastmode]['idx'] = (iMin, iMed, iMax)
4390 lastmode = mode
4391 if lastmode and num > 0:
4395 iMed[i] = tMed[i][list[lastmode]['med'][i]]
4397 list[lastmode]['min'] = tMin
4398 list[lastmode]['max'] = tMax
[all …]