Home
last modified time | relevance | path

Searched refs:tshut_mode (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/thermal/
H A Drockchip_thermal.c30 enum tshut_mode { enum
201 enum tshut_mode tshut_mode; member
213 void (*set_tshut_mode)(struct udevice *dev, int chn, enum tshut_mode m);
220 enum tshut_mode tshut_mode; member
1176 enum tshut_mode mode) in tsadc_tshut_mode_v2()
1194 enum tshut_mode mode) in tsadc_tshut_mode_v4()
1228 .tshut_mode = TSHUT_MODE_CRU, /* default TSHUT via CRU */
1251 .tshut_mode = TSHUT_MODE_CRU, /* default TSHUT via CRU */
1304 priv->tshut_mode = dev_read_u32_default(dev, in rockchip_thermal_probe()
1307 if (priv->tshut_mode < 0) in rockchip_thermal_probe()
[all …]
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drockchip_thermal.c29 enum tshut_mode { enum
122 enum tshut_mode tshut_mode; member
139 void __iomem *reg, enum tshut_mode m);
194 enum tshut_mode tshut_mode; member
1410 enum tshut_mode mode) in rk_tsadcv2_tshut_mode()
1428 enum tshut_mode mode) in rk_tsadcv3_tshut_mode()
1452 enum tshut_mode mode) in rk_tsadcv4_tshut_mode()
1524 .tshut_mode = TSHUT_MODE_CRU, /* default TSHUT via CRU */
1548 .tshut_mode = TSHUT_MODE_CRU, /* default TSHUT via CRU */
1570 .tshut_mode = TSHUT_MODE_CRU, /* default TSHUT via CRU */
[all …]