Symbol: tshut_polarity
drivers/thermal/rockchip_thermal.c
106
void __iomem *reg, enum tshut_polarity p);
drivers/thermal/rockchip_thermal.c
1129
.tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
drivers/thermal/rockchip_thermal.c
1152
.tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
drivers/thermal/rockchip_thermal.c
1175
.tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
drivers/thermal/rockchip_thermal.c
1220
.tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
drivers/thermal/rockchip_thermal.c
1243
.tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
drivers/thermal/rockchip_thermal.c
1266
.tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
drivers/thermal/rockchip_thermal.c
1289
.tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
drivers/thermal/rockchip_thermal.c
1312
.tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
drivers/thermal/rockchip_thermal.c
1337
.tshut_polarity = TSHUT_LOW_ACTIVE, /* default TSHUT LOW ACTIVE */
drivers/thermal/rockchip_thermal.c
1563
u32 shut_temp, tshut_mode, tshut_polarity;
drivers/thermal/rockchip_thermal.c
1596
&tshut_polarity)) {
drivers/thermal/rockchip_thermal.c
1599
thermal->chip->tshut_polarity == TSHUT_LOW_ACTIVE ?
drivers/thermal/rockchip_thermal.c
1601
thermal->tshut_polarity = thermal->chip->tshut_polarity;
drivers/thermal/rockchip_thermal.c
1603
thermal->tshut_polarity = tshut_polarity;
drivers/thermal/rockchip_thermal.c
1606
if (thermal->tshut_polarity > 1) {
drivers/thermal/rockchip_thermal.c
1608
thermal->tshut_polarity);
drivers/thermal/rockchip_thermal.c
1748
thermal->tshut_polarity);
drivers/thermal/rockchip_thermal.c
179
enum tshut_polarity tshut_polarity;
drivers/thermal/rockchip_thermal.c
1849
tsadc->initialize(thermal->grf, thermal->regs, thermal->tshut_polarity);
drivers/thermal/rockchip_thermal.c
713
enum tshut_polarity tshut_polarity)
drivers/thermal/rockchip_thermal.c
715
if (tshut_polarity == TSHUT_HIGH_ACTIVE)
drivers/thermal/rockchip_thermal.c
752
enum tshut_polarity tshut_polarity)
drivers/thermal/rockchip_thermal.c
789
if (tshut_polarity == TSHUT_HIGH_ACTIVE)
drivers/thermal/rockchip_thermal.c
798
enum tshut_polarity tshut_polarity)
drivers/thermal/rockchip_thermal.c
800
rk_tsadcv2_initialize(grf, regs, tshut_polarity);
drivers/thermal/rockchip_thermal.c
805
enum tshut_polarity tshut_polarity)
drivers/thermal/rockchip_thermal.c
816
if (tshut_polarity == TSHUT_HIGH_ACTIVE)
drivers/thermal/rockchip_thermal.c
848
enum tshut_polarity tshut_polarity)
drivers/thermal/rockchip_thermal.c
857
if (tshut_polarity == TSHUT_HIGH_ACTIVE)
drivers/thermal/rockchip_thermal.c
99
enum tshut_polarity tshut_polarity;