Home
last modified time | relevance | path

Searched refs:TEMP (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/device/rockchip/common/scripts/
H A Dmk-image.sh46 TEMP=$(mktemp -u)
72 mkdir -p $TEMP || return 1
73 sudo mount $TARGET $TEMP || return 1
75 cp -rp $SRC_DIR/* $TEMP
78 sudo umount $TEMP
79 rm -rf $TEMP
131 tar cf $TEMP $SRC_DIR &>/dev/null
132 SIZE_KB=$(du -k $TEMP|grep -o "^[0-9]*")
133 rm -rf $TEMP
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dmcdi_mon.c42 SENSOR(CONTROLLER_TEMP, "Controller board temp.", TEMP, -1),
43 SENSOR(PHY_COMMON_TEMP, "PHY temp.", TEMP, -1),
45 SENSOR(PHY0_TEMP, "PHY temp.", TEMP, 0),
47 SENSOR(PHY1_TEMP, "PHY temp.", TEMP, 1),
58 SENSOR(AOE_TEMP, "AOE FPGA temp.", TEMP, -1),
59 SENSOR(PSU_AOE_TEMP, "AOE regulator temp.", TEMP, -1),
61 TEMP, -1),
75 SENSOR(CONTROLLER_2_TEMP, "Controller board temp. 2", TEMP, -1),
76 SENSOR(VREG_INTERNAL_TEMP, "Regulator die temp.", TEMP, -1),
77 SENSOR(VREG_0V9_TEMP, "0.9V regulator temp.", TEMP, -1),
[all …]
/OK3568_Linux_fs/kernel/lib/
H A Dsha1.c57 __u32 TEMP = input(t); setW(t, TEMP); \
58 E += TEMP + rol32(A,5) + (fn) + (constant); \
60 TEMP = E; E = D; D = C; C = B; B = A; A = TEMP; } while (0)
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/dbus/dbus/
H A Dtmpdir.patch31 -elif ! test -z "$TEMP" ; then
32 - DEFAULT_SOCKET_DIR=$TEMP
/OK3568_Linux_fs/kernel/tools/testing/selftests/gpio/
H A Dgpio-mockup.sh112 TEMP=`getopt -o fhm:t: -n '$0' -- "$@"`
120 eval set -- "$TEMP"
/OK3568_Linux_fs/kernel/tools/testing/fault-injection/
H A Dfailcmd.sh97 TEMP=`getopt -o p:i:t:s:v:h --long $LONGOPTS -n 'failcmd.sh' -- "$@"`
104 eval set -- "$TEMP"
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dgl518sm.c234 show(TEMP, temp_input1, temp_in);
235 show(TEMP, temp_max1, temp_max);
236 show(TEMP, temp_hyst1, temp_hyst);
326 set(TEMP, temp_max1, temp_max, GL518_REG_TEMP_MAX);
327 set(TEMP, temp_hyst1, temp_hyst, GL518_REG_TEMP_HYST);
H A Dibmpowernv.c38 TEMP, enumerator
114 if (sdata->type == TEMP) in show_sensor()
258 if (type == TEMP) in convert_opal_attr_name()
H A Dbt1-pvt.c41 PVT_SENSOR_INFO(0, "CPU Core Temperature", hwmon_temp, TEMP, TTHRES),
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Daspeed-bmc-facebook-yosemitev2.dts179 //INLET TEMP
183 //OUTLET TEMP
/OK3568_Linux_fs/buildroot/package/systemd/
H A Dfakeroot_tmpfiles.sh56 TMPDIR= TEMP= TMP= ${HOST_SYSTEMD_TMPFILES} --create --boot --root="$1" \
/OK3568_Linux_fs/u-boot/arch/arm/mach-keystone/
H A Dddr3_spd.c58 #define TEMP NORMAL_TEMP macro
271 spd->t_refprd = (TEMP == NORMAL_TEMP) ? 7812500 : 3906250; in ddrtimingcalculation()
356 spd_cb->phy_cfg.mr2 = DYN_ODT << 9 | TEMP << 7 | (spd->asr & 1) << 6 | in init_ddr3param()
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Dcytherm.c113 #define TEMP 0x33 /* RAM location for temperature */ macro
132 retval = vendor_command(cytherm->udev, READ_RAM, TEMP, 0, buffer, 8); in temp_show()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/
H A Dsupervisord.conf10 childlogdir=/var/log/ ; ('AUTO' child log dir, default $TEMP)
/OK3568_Linux_fs/kernel/drivers/iio/accel/
H A Dbma180.c178 TEMP enumerator
199 case TEMP: in bma180_get_data_reg()
710 .scan_index = TEMP, \
739 .scan_index = TEMP, \
/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A Dexynos_thermal_emulation.rst44 TEMP 120 |
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/piglit/
H A Dpiglit_git.bb36 export TEMP = "${B}/temp/"
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dpower_supply_sysfs.c193 POWER_SUPPLY_ATTR(TEMP),
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dpower_supply_class.rst192 TEMP
/OK3568_Linux_fs/kernel/Documentation/virt/uml/
H A Duser_mode_linux_howto_v2.rst1047 in the TMP or TEMP environment variables. UML will look at the values
1048 of ``TMPDIR``, ``TMP`` or ``TEMP`` for that. If that fails, it will
1053 TEMP=/mnt/tmpfs-nodeX taskset -cX linux options options options..
/OK3568_Linux_fs/kernel/drivers/scsi/lpfc/
H A Dlpfc_init.c2739 uint32_t TEMP; in lpfc_sha_iterate() local
2758 TEMP = ((B & C) | ((~B) & D)) + 0x5A827999; in lpfc_sha_iterate()
2760 TEMP = (B ^ C ^ D) + 0x6ED9EBA1; in lpfc_sha_iterate()
2762 TEMP = ((B & C) | (B & D) | (C & D)) + 0x8F1BBCDC; in lpfc_sha_iterate()
2764 TEMP = (B ^ C ^ D) + 0xCA62C1D6; in lpfc_sha_iterate()
2766 TEMP += S(5, A) + E + HashWorkingPointer[t]; in lpfc_sha_iterate()
2771 A = TEMP; in lpfc_sha_iterate()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgfortran.info2043 'TEMP' environment variables, if they exist, in that order.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dgfortran.info2043 'TEMP' environment variables, if they exist, in that order.
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...