Searched refs:ftemp (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/media/dvb-frontends/
H A Dmb86a16.c1048 int ftemp; mb86a16_set_fe() local
1135 ftemp = fOSC_start * 1000; mb86a16_set_fe()
1138 ftemp = ftemp + swp_ofs; mb86a16_set_fe()
1142 if (ftemp > 2150000) { mb86a16_set_fe()
1146 if ((ftemp == 2150000) || mb86a16_set_fe()
1147 (ftemp - state->frequency * 1000 >= fcp + state->srate / 4)) mb86a16_set_fe()
1153 ftemp = fOSC_start * 1000; mb86a16_set_fe()
1156 ftemp = ftemp - swp_ofs; mb86a16_set_fe()
1160 if (ftemp < 950000) { mb86a16_set_fe()
1164 if ((ftemp == 950000) || mb86a16_set_fe()
1165 (state->frequency * 1000 - ftemp >= fcp + state->srate / 4)) mb86a16_set_fe()
/linux-4.1.27/kernel/time/
H A Dntp.c804 s64 ftemp; hardpps_update_freq() local
821 ftemp = div_s64(((s64)(-freq_norm.nsec)) << NTP_SCALE_SHIFT, hardpps_update_freq()
823 delta = shift_right(ftemp - pps_freq, NTP_SCALE_SHIFT); hardpps_update_freq()
824 pps_freq = ftemp; hardpps_update_freq()
/linux-4.1.27/scripts/
H A Danalyze_suspend.py861 ftemp = dict() variable in class:TestRun
868 self.ftemp = dict()
1213 if(pid not in testrun[testidx].ftemp):
1214 testrun[testidx].ftemp[pid] = []
1215 testrun[testidx].ftemp[pid].append(FTraceCallGraph())
1217 cg = testrun[testidx].ftemp[pid][-1]
1219 testrun[testidx].ftemp[pid].append(FTraceCallGraph())
1238 for pid in test.ftemp:
1239 for cg in test.ftemp[pid]:
1504 if(pid not in testrun.ftemp):
1505 testrun.ftemp[pid] = []
1506 testrun.ftemp[pid].append(FTraceCallGraph())
1508 cg = testrun.ftemp[pid][-1]
1510 testrun.ftemp[pid].append(FTraceCallGraph())
1533 for pid in test.ftemp:
1534 for cg in test.ftemp[pid]:

Completed in 146 milliseconds