Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/media/pci/saa7134/
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-v5.4/tools/power/pm-graph/
Dsleepgraph.py3937 lastmode = ''
3943 if lastmode and lastmode != mode and num > 0:
3946 list[lastmode]['med'][i] = s[int(len(s)//2)]
3947 iMed[i] = tMed[i][list[lastmode]['med'][i]]
3948 list[lastmode]['avg'] = [tAvg[0] / num, tAvg[1] / num]
3949 list[lastmode]['min'] = tMin
3950 list[lastmode]['max'] = tMax
3951 list[lastmode]['idx'] = (iMin, iMed, iMax)
3984 lastmode = mode
3985 if lastmode and num > 0:
[all …]