Lines Matching refs:sensor_index

569 			int sensor_index, u32 attr, long *value)  in hl_get_temperature()  argument
579 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_temperature()
583 pkt.ctl, pkt.sensor_index, pkt.type); in hl_get_temperature()
593 sensor_index, rc); in hl_get_temperature()
601 int sensor_index, u32 attr, long value) in hl_set_temperature() argument
610 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_temperature()
620 sensor_index, rc); in hl_set_temperature()
626 int sensor_index, u32 attr, long *value) in hl_get_voltage() argument
636 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_voltage()
647 sensor_index, rc); in hl_get_voltage()
655 int sensor_index, u32 attr, long *value) in hl_get_current() argument
665 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_current()
676 sensor_index, rc); in hl_get_current()
684 int sensor_index, u32 attr, long *value) in hl_get_fan_speed() argument
694 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_fan_speed()
705 sensor_index, rc); in hl_get_fan_speed()
713 int sensor_index, u32 attr, long *value) in hl_get_pwm_info() argument
723 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_pwm_info()
734 sensor_index, rc); in hl_get_pwm_info()
741 void hl_set_pwm_info(struct hl_device *hdev, int sensor_index, u32 attr, in hl_set_pwm_info() argument
751 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_pwm_info()
761 sensor_index, rc); in hl_set_pwm_info()
765 int sensor_index, u32 attr, long value) in hl_set_voltage() argument
774 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_voltage()
784 sensor_index, rc); in hl_set_voltage()
790 int sensor_index, u32 attr, long value) in hl_set_current() argument
799 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_current()
809 sensor_index, rc); in hl_set_current()
815 int sensor_index, u32 attr, long value) in hl_set_power() argument
830 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_power()
840 sensor_index, rc); in hl_set_power()
846 int sensor_index, u32 attr, long *value) in hl_get_power() argument
856 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_power()
867 sensor_index, rc); in hl_get_power()