Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/hwmon/
Dmr75203.c634 u8 vm_active_ch[VM_NUM_MAX]; in pvt_get_active_channel() local
638 vm_active_ch, vm_num); in pvt_get_active_channel()
644 memset(vm_active_ch, ch_num, vm_num); in pvt_get_active_channel()
649 if (vm_active_ch[i] > ch_num) { in pvt_get_active_channel()
651 vm_active_ch[i]); in pvt_get_active_channel()
655 pvt->vm_channels.total += vm_active_ch[i]; in pvt_get_active_channel()
657 if (vm_active_ch[i] > pvt->vm_channels.max) in pvt_get_active_channel()
658 pvt->vm_channels.max = vm_active_ch[i]; in pvt_get_active_channel()
675 for (j = 0; j < vm_active_ch[i]; j++) { in pvt_get_active_channel()