tshut_mode 103 drivers/thermal/rockchip_thermal.c enum tshut_mode tshut_mode; tshut_mode 119 drivers/thermal/rockchip_thermal.c void (*set_tshut_mode)(int chn, void __iomem *reg, enum tshut_mode m); tshut_mode 165 drivers/thermal/rockchip_thermal.c enum tshut_mode tshut_mode; tshut_mode 808 drivers/thermal/rockchip_thermal.c enum tshut_mode mode) tshut_mode 829 drivers/thermal/rockchip_thermal.c .tshut_mode = TSHUT_MODE_CRU, /* default TSHUT via CRU */ tshut_mode 852 drivers/thermal/rockchip_thermal.c .tshut_mode = TSHUT_MODE_GPIO, /* default TSHUT via GPIO give PMIC */ tshut_mode 876 drivers/thermal/rockchip_thermal.c .tshut_mode = TSHUT_MODE_GPIO, /* default TSHUT via GPIO give PMIC */ tshut_mode 901 drivers/thermal/rockchip_thermal.c .tshut_mode = TSHUT_MODE_GPIO, /* default TSHUT via GPIO give PMIC */ tshut_mode 925 drivers/thermal/rockchip_thermal.c .tshut_mode = TSHUT_MODE_CRU, /* default TSHUT via CRU */ tshut_mode 949 drivers/thermal/rockchip_thermal.c .tshut_mode = TSHUT_MODE_GPIO, /* default TSHUT via GPIO give PMIC */ tshut_mode 974 drivers/thermal/rockchip_thermal.c .tshut_mode = TSHUT_MODE_GPIO, /* default TSHUT via GPIO give PMIC */ tshut_mode 999 drivers/thermal/rockchip_thermal.c .tshut_mode = TSHUT_MODE_GPIO, /* default TSHUT via GPIO give PMIC */ tshut_mode 1117 drivers/thermal/rockchip_thermal.c u32 shut_temp, tshut_mode, tshut_polarity; tshut_mode 1133 drivers/thermal/rockchip_thermal.c if (of_property_read_u32(np, "rockchip,hw-tshut-mode", &tshut_mode)) { tshut_mode 1136 drivers/thermal/rockchip_thermal.c thermal->chip->tshut_mode == TSHUT_MODE_GPIO ? tshut_mode 1138 drivers/thermal/rockchip_thermal.c thermal->tshut_mode = thermal->chip->tshut_mode; tshut_mode 1140 drivers/thermal/rockchip_thermal.c thermal->tshut_mode = tshut_mode; tshut_mode 1143 drivers/thermal/rockchip_thermal.c if (thermal->tshut_mode > 1) { tshut_mode 1145 drivers/thermal/rockchip_thermal.c thermal->tshut_mode); tshut_mode 1185 drivers/thermal/rockchip_thermal.c tsadc->set_tshut_mode(id, thermal->regs, thermal->tshut_mode); tshut_mode 1401 drivers/thermal/rockchip_thermal.c thermal->tshut_mode);