Lines Matching refs:sensor_index

434 			int sensor_index, u32 attr, long *value)  in hl_get_temperature()  argument
444 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_temperature()
455 sensor_index, rc); in hl_get_temperature()
463 int sensor_index, u32 attr, long value) in hl_set_temperature() argument
472 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_temperature()
482 sensor_index, rc); in hl_set_temperature()
488 int sensor_index, u32 attr, long *value) in hl_get_voltage() argument
498 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_voltage()
509 sensor_index, rc); in hl_get_voltage()
517 int sensor_index, u32 attr, long *value) in hl_get_current() argument
527 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_current()
538 sensor_index, rc); in hl_get_current()
546 int sensor_index, u32 attr, long *value) in hl_get_fan_speed() argument
556 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_fan_speed()
567 sensor_index, rc); in hl_get_fan_speed()
575 int sensor_index, u32 attr, long *value) in hl_get_pwm_info() argument
585 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_pwm_info()
596 sensor_index, rc); in hl_get_pwm_info()
603 void hl_set_pwm_info(struct hl_device *hdev, int sensor_index, u32 attr, in hl_set_pwm_info() argument
613 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_pwm_info()
623 sensor_index, rc); in hl_set_pwm_info()
627 int sensor_index, u32 attr, long value) in hl_set_voltage() argument
636 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_voltage()
646 sensor_index, rc); in hl_set_voltage()
652 int sensor_index, u32 attr, long value) in hl_set_current() argument
661 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_current()
671 sensor_index, rc); in hl_set_current()
677 int sensor_index, u32 attr, long value) in hl_set_power() argument
686 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_power()
696 sensor_index, rc); in hl_set_power()
702 int sensor_index, u32 attr, long *value) in hl_get_power() argument
712 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_power()
723 sensor_index, rc); in hl_get_power()