Home
last modified time | relevance | path

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

/linux/drivers/thermal/qcom/
H A Dqcom-spmi-temp-alarm.c128 int (*sync_thresholds)(struct qpnp_tm_chip *chip); member
680 .sync_thresholds = qpnp_tm_sync_thresholds,
688 .sync_thresholds = qpnp_tm_sync_thresholds,
696 .sync_thresholds = qpnp_tm_sync_thresholds,
703 .sync_thresholds = qpnp_tm_gen2_rev2_sync_thresholds,
710 .sync_thresholds = qpnp_tm_lite_sync_thresholds,
723 ret = chip->data->sync_thresholds(chip); in qpnp_tm_threshold_init()