Home
last modified time | relevance | path

Searched refs:PVT_SENSORS_NUM (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dbt1-pvt.h122 PVT_SENSORS_NUM enumerator
218 struct pvt_cache cache[PVT_SENSORS_NUM];
H A Dbt1-pvt.c701 kt = ktime_divns(kt, PVT_SENSORS_NUM); in pvt_write_timeout()
877 for (idx = 0; idx < PVT_SENSORS_NUM; ++idx) in pvt_clear_data()
905 for (idx = 0; idx < PVT_SENSORS_NUM; ++idx) in pvt_create_data()
908 for (idx = 0; idx < PVT_SENSORS_NUM; ++idx) in pvt_create_data()
1044 pvt->timeout = ktime_set(PVT_SENSORS_NUM * PVT_TOUT_DEF, 0); in pvt_init_iface()
1046 pvt->timeout = ktime_add_ns(pvt->timeout, PVT_SENSORS_NUM * PVT_TOUT_MIN); in pvt_init_iface()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dbt1-pvt.h122 PVT_SENSORS_NUM enumerator
218 struct pvt_cache cache[PVT_SENSORS_NUM];
H A Dbt1-pvt.c677 kt = ktime_divns(kt, PVT_SENSORS_NUM); in pvt_write_timeout()
853 for (idx = 0; idx < PVT_SENSORS_NUM; ++idx) in pvt_clear_data()
881 for (idx = 0; idx < PVT_SENSORS_NUM; ++idx) in pvt_create_data()
884 for (idx = 0; idx < PVT_SENSORS_NUM; ++idx) in pvt_create_data()
1011 pvt->timeout = ktime_set(PVT_SENSORS_NUM * PVT_TOUT_DEF, 0); in pvt_init_iface()
1013 pvt->timeout = ktime_add_ns(pvt->timeout, PVT_SENSORS_NUM * PVT_TOUT_MIN); in pvt_init_iface()

Completed in 5 milliseconds