Home
last modified time | relevance | path

Searched refs:degree (Results 1 – 77 of 77) sorted by relevance

/linux-4.4.14/Documentation/hwmon/
Damc682165 0 degree C to 124 degree C in steps of
66 4 degree C. Read it out after writing to get
75 temp2_auto_point1_temp rw Must be between 0 degree C and 63 degree C and
82 0 degree C to 124 degree C in steps
83 of 4 degree C.
Dnct790432 temp1_input Local temperature (1/1000 degree,
33 0.125 degree resolution)
35 temp[2-9]_input CPU temperatures (1/1000 degree,
36 0.125 degree resolution)
Dtmp10218 sensor is accurate to 0.5 degree over the range of -25 to +85 C, and to 1.0
19 degree from -40 to +125 C. Resolution of the sensor is 0.0625 degree. The
Dds162148 degree Celsius to +125 in 0.5 increments. You may convert this into a
64 1.0 degree Celsius to avoid Tout "bouncing", though!
104 DS1621: +/- 0.5 degree Celsius (from 0 to +70 degrees)
105 DS1625: +/- 0.5 degree Celsius (from 0 to +70 degrees)
106 DS1631: +/- 0.5 degree Celsius (from 0 to +70 degrees)
107 DS1721: +/- 1.0 degree Celsius (from -10 to +85 degrees)
108 DS1731: +/- 1.0 degree Celsius (from -10 to +85 degrees)
Dsht2126 0.2 degree Celsius) compared with the SHT21 (2.0% relative humidity,
27 0.3 degree Celsius).
44 humidity and 66 ms for temperature. To keep self heating below 0.1 degree
Dtmp40136 Celsius. Resolution of the remote sensor is 0.0625 degree. Local
37 sensor resolution can be set to 0.5, 0.25, 0.125 or 0.0625 degree (not
39 degree).
Dadm103129 degree for the local temperature, 0.125 degree for the remote temperatures.
Dds62020 into non-volatile on-chip registers). Temperature range is -55 degree Celsius
21 to +125. Between 0 and 70 degree Celsius, accuracy is 0.5 Kelvin. The value
Dtc7414 The tc74 has an 8-bit sensor, with 1 degree centigrade resolution
Dmax664221 is 0.25 degree for the local temperature and for the remote temperature.
Dmax161922 is 1.0 degree for the local temperature and for the remote temperature.
Dtwl4030-madc-hwmon44 degree Celsius. The Battery charging current channel represents
Dlm6346 degree for the local temperature, 0.125 degree for the remote temperature.
Dhtu2140 humidity and 44 ms for temperature. To keep self heating below 0.1 degree
Dw8379344 24mV for voltage7/8. Temp1-4 have a 0.25 degree Celsius resolution,
45 temp5-6 have a 1 degree Celsiis resolution.
Dtmp42138 for both the local and remote channels is 0.0625 degree C.
Dw83l785ts26 is 1.0 degree. See the datasheet for details.
Dadc128d81826 of 1 degree.
Dk8temp36 1 degree C. It is expected that future CPU will have better resolution. The
Dlm90214 is 1.0 degree for the local temperature, 0.125 degree for the remote
216 resolution of 0.125 degree for both temperatures.
Dthmc5037 register and Hysteresis register. Each value can be set and read to half-degree
Dlm8039 0.0625 degrees; the limits have a resolution of 1 degree.
Dlm7839 between -55 and +125 degrees, with a resolution of 1 degree.
Dlm7570 set and read to half-degree accuracy.
Dsmsc47m19232 of the temperatures is 1 bit per degree C.
Dk10temp62 sysfs. It is measured in degrees Celsius with a resolution of 1/8th degree.
Dlm8375 given within a range of 0 to +125 degrees. Resolution is 1.0 degree,
Dcoretemp28 1 degree C. Valid temperatures are from 0 to TjMax degrees C, because
Dadt747586 with a resolution of 0.25 degree Celsius. Temperature readings can be
Dsis559571 resolution of 1 degree.
Dadm102179 are possible between -65 and +127 degrees, with a resolution of one degree.
Dadm102647 degree.
Dadm924075 are 8-bit signed data with resolution of one degree Celsius.
Dw83781d89 main temperature sensors has a resolution of 1 degree; the other sensor(s)
90 of 0.5 degree.
Dpmbus-core38 functionality into generic functionality. This is to some degree comparable
Dabituguru-datasheet206 Temp sensors also use a linear scale, a reading of 0 corresponds with 0 degree
/linux-4.4.14/Documentation/thermal/
Dexynos_thermal32 TI1: Trimming info for 25 degree Celsius (stored at TRIMINFO register)
33 Temperature code measured at 25 degree Celsius which is unchanged
34 TI2: Trimming info for 85 degree Celsius (stored at TRIMINFO register)
35 Temperature code measured at 85 degree Celsius which is unchanged
Dx86_pkg_temperature_thermal36 are in milli-degree Celsius. Refer to "Documentation/thermal/sysfs-api.txt" for
/linux-4.4.14/Documentation/devicetree/bindings/power_supply/
Dmax17042_battery.txt15 as cold (in tenths of degree Celsius).
17 as over heated (in tenths of degree Celsius).
/linux-4.4.14/drivers/gpu/drm/exynos/
Dexynos_drm_rotator.c323 enum drm_exynos_degree degree, in rotator_dst_set_transf() argument
347 switch (degree) { in rotator_dst_set_transf()
365 if ((degree == EXYNOS_DRM_DEGREE_90) || in rotator_dst_set_transf()
366 (degree == EXYNOS_DRM_DEGREE_270)) in rotator_dst_set_transf()
477 prop_list->degree = (1 << EXYNOS_DRM_DEGREE_0) | in rotator_init_prop_list()
539 if (src_config->degree != EXYNOS_DRM_DEGREE_0) { in rotator_ippdrv_check_property()
544 switch (dst_config->degree) { in rotator_ippdrv_check_property()
Dexynos_drm_gsc.c556 enum drm_exynos_degree degree, in gsc_src_set_transf() argument
563 DRM_DEBUG_KMS("degree[%d]flip[0x%x]\n", degree, flip); in gsc_src_set_transf()
568 switch (degree) { in gsc_src_set_transf()
598 dev_err(ippdrv->dev, "invalid degree value %d.\n", degree); in gsc_src_set_transf()
827 enum drm_exynos_degree degree, in gsc_dst_set_transf() argument
834 DRM_DEBUG_KMS("degree[%d]flip[0x%x]\n", degree, flip); in gsc_dst_set_transf()
839 switch (degree) { in gsc_dst_set_transf()
869 dev_err(ippdrv->dev, "invalid degree value %d.\n", degree); in gsc_dst_set_transf()
1353 prop_list->degree = (1 << EXYNOS_DRM_DEGREE_0) | in gsc_init_prop_list()
1414 switch (config->degree) { in gsc_ippdrv_check_property()
[all …]
Dexynos_drm_fimc.c533 enum drm_exynos_degree degree, in fimc_src_set_transf() argument
540 DRM_DEBUG_KMS("degree[%d]flip[0x%x]\n", degree, flip); in fimc_src_set_transf()
549 switch (degree) { in fimc_src_set_transf()
581 dev_err(ippdrv->dev, "invalid degree value %d.\n", degree); in fimc_src_set_transf()
887 enum drm_exynos_degree degree, in fimc_dst_set_transf() argument
894 DRM_DEBUG_KMS("degree[%d]flip[0x%x]\n", degree, flip); in fimc_dst_set_transf()
900 switch (degree) { in fimc_dst_set_transf()
932 dev_err(ippdrv->dev, "invalid degree value %d.\n", degree); in fimc_dst_set_transf()
1253 prop_list->degree = (1 << EXYNOS_DRM_DEGREE_0) | in fimc_init_prop_list()
1314 switch (config->degree) { in fimc_ippdrv_check_property()
[all …]
Dexynos_drm_ipp.h129 enum drm_exynos_degree degree,
Dexynos_drm_ipp.c291 sz->hsize, sz->vsize, config->flip, config->degree); in ipp_print_property()
1184 ret = ops->set_transf(ippdrv->dev, config->degree, in ipp_set_property()
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dspi-samsung.txt53 - 1: 90 degree phase shift sampling.
54 - 2: 180 degree phase shift sampling.
55 - 3: 270 degree phase shift sampling.
/linux-4.4.14/include/uapi/drm/
Dexynos_drm.h185 __u32 degree; member
211 enum drm_exynos_degree degree; member
/linux-4.4.14/mm/
Drmap.c80 anon_vma->degree = 1; /* Reference for first vma */ in anon_vma_alloc()
199 anon_vma->degree++; in anon_vma_prepare()
286 anon_vma->degree < 2) in anon_vma_clone()
290 dst->anon_vma->degree++; in anon_vma_clone()
360 anon_vma->parent->degree++; in anon_vma_fork()
392 anon_vma->parent->degree--; in unlink_anon_vmas()
400 vma->anon_vma->degree--; in unlink_anon_vmas()
411 BUG_ON(anon_vma->degree); in unlink_anon_vmas()
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-i2c-bmp08514 the ambient temperature in units of 0.1 degree celsius.
Dsysfs-devices-system-cpu265 ways_of_associativity: degree of freedom in placing a particular block
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Daltr_socfpga.txt30 can be 0-315 degrees, in 45 degree increments.
/linux-4.4.14/include/linux/
Drmap.h45 unsigned degree; member
/linux-4.4.14/Documentation/arm/OMAP/
DDSS332 0 - 0 degree rotation
333 1 - 90 degree rotation
334 2 - 180 degree rotation
335 3 - 270 degree rotation
/linux-4.4.14/Documentation/scsi/
Ddc395x.txt8 great degree and caution should be exercised if you want to attempt
DBusLogic.txt63 Mylex received a degree and kind of testing that their own testing group cannot
/linux-4.4.14/drivers/s390/char/
Ddefkeymap.map20 keycode 16 = nul degree
/linux-4.4.14/Documentation/scheduler/
Dsched-nice-design.txt39 This approach worked to some degree for some time, but later on with
/linux-4.4.14/arch/arm/mach-omap2/
Dsram242x.S67 orr r10, r10, #0x2 @ 90 degree phase for all below 133MHz
Dsram243x.S67 orr r10, r10, #0x2 @ 90 degree phase for all below 133MHz
/linux-4.4.14/Documentation/power/
Dpower_supply_class.txt51 µA, µAh, µWh, seconds and tenths of degree Celsius unless otherwise
/linux-4.4.14/Documentation/fb/
Dfbcon.txt131 0 - normal orientation (0 degree)
/linux-4.4.14/net/netfilter/ipvs/
DKconfig203 from the server set, in order to avoid high degree of replication.
/linux-4.4.14/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_lcn.c4128 s32 degree = wlc_lcnphy_tempsense_new(pi, mode); in wlc_lcnphy_tempsense_degree() local
4129 degree = in wlc_lcnphy_tempsense_degree()
4130 ((degree << in wlc_lcnphy_tempsense_degree()
4133 return (s8) degree; in wlc_lcnphy_tempsense_degree()
/linux-4.4.14/drivers/mtd/nand/
Datmel_nand.c1141 int degree = (sector_size == 512) ? in create_lookup_table() local
1153 if (addr && build_gf_tables(degree, poly, addr, addr + table_size)) in create_lookup_table()
/linux-4.4.14/Documentation/vm/
Dslub.txt113 To some degree SLUB's performance is limited by the need to take the
/linux-4.4.14/Documentation/virtual/kvm/
Dtimekeeping.txt470 This same problem can occur on native hardware to a degree, as SMM mode may
556 be able to help to some degree here, as the clock correction required is
/linux-4.4.14/Documentation/input/
Dsentelic.txt717 bit3 1 RO 0: rotate 180 degree
722 bit2 0 RW 1: rotate 180 degree
Dmulti-touch-protocol.txt276 degree orientation, the reported orientation must exceed the range max to
/linux-4.4.14/Documentation/
DManagementStyle6 mirror the CodingStyle document to some degree, and mainly written to
DSubmittingPatches581 reviewers and to inform maintainers of the degree of review which has been
741 requires a higher degree of trust than taking patches from a mailing list.
Datomic_ops.txt79 assembly to guarantee some degree of immediacy for atomic_read() and
/linux-4.4.14/Documentation/development-process/
D4.Coding38 giving up a degree of control in a number of ways - including control over
D2.Process392 degree of politeness. But there is no other place where the kernel
/linux-4.4.14/Documentation/laptops/
Dthinkpad-acpi.txt1229 controlled to a certain degree. Once the fan is running, it can be
/linux-4.4.14/Documentation/block/
Dbiodoc.txt93 One of the objectives of the rewrite was to increase the degree of tunability
/linux-4.4.14/Documentation/networking/
Dip-sysctl.txt250 recovers when network has a small degree of reordering
/linux-4.4.14/Documentation/RCU/
DRTFP.txt2113 Linux changed RCU to a far greater degree than RCU has changed Linux.
/linux-4.4.14/Documentation/sound/oss/
DREADME.OSS537 system when playing MIDI files with hight degree of polyphony