Searched refs:tc2 (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dthermal.h111 int tc2; member in struct:thermal_zone_device
134 *, int tc1, int tc2,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/tunala/
H A Dtest.sh13 $VER -cipher $CIPHER 1> tc1.txt 2> tc2.txt &
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/tunala/
H A Dtest.sh13 $VER -cipher $CIPHER 1> tc1.txt 2> tc2.txt &
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/tunala/
H A Dtest.sh13 $VER -cipher $CIPHER 1> tc1.txt 2> tc2.txt &
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevcdsp_template.c1598 const int tc2 = tc << 1; local
1609 P0 = p0 + av_clip(((p2 + 2 * p1 + 2 * p0 + 2 * q0 + q1 + 4) >> 3) - p0, -tc2, tc2);
1610 P1 = p1 + av_clip(((p2 + p1 + p0 + q0 + 2) >> 2) - p1, -tc2, tc2);
1611 P2 = p2 + av_clip(((2 * p3 + 3 * p2 + p1 + p0 + q0 + 4) >> 3) - p2, -tc2, tc2);
1614 Q0 = q0 + av_clip(((p1 + 2 * p0 + 2 * q0 + 2 * q1 + q2 + 4) >> 3) - q0, -tc2, tc2);
1615 Q1 = q1 + av_clip(((p0 + q0 + q1 + q2 + 2) >> 2) - q1, -tc2, tc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/thermal/
H A Dthermal_sys.c261 tz->tc2 = 1;
622 (tz->tc2 * (temp - trip_temp));
1039 * @tc2: thermal coefficient 2 for passive calculations
1047 * longer needed. The passive cooling formula uses tc1 and tc2 as described in
1055 tc2,
1094 tz->tc2 = tc2;
1050 thermal_zone_device_register(char *type, int trips, void *devdata, struct thermal_zone_device_ops *ops, int tc1, int tc2, int passive_delay, int polling_delay) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dthermal.c157 unsigned long tc2; member in struct:acpi_thermal_passive
450 tz->trips.passive.tc2 = tmp;
912 tz->trips.passive.tc2,
1050 "passive: %ld C: tc1=%lu tc2=%lu tsp=%lu devices=",
1052 tz->trips.passive.tc1, tz->trips.passive.tc2,

Completed in 61 milliseconds