Lines Matching refs:sensor_index

570 			int sensor_index, u32 attr, long *value)  in hl_get_temperature()  argument
580 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_temperature()
591 sensor_index, rc); in hl_get_temperature()
599 int sensor_index, u32 attr, long value) in hl_set_temperature() argument
608 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_temperature()
617 sensor_index, rc); in hl_set_temperature()
623 int sensor_index, u32 attr, long *value) in hl_get_voltage() argument
633 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_voltage()
645 sensor_index, rc); in hl_get_voltage()
653 int sensor_index, u32 attr, long *value) in hl_get_current() argument
663 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_current()
675 sensor_index, rc); in hl_get_current()
683 int sensor_index, u32 attr, long *value) in hl_get_fan_speed() argument
693 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()
735 sensor_index, rc); in hl_get_pwm_info()
742 void hl_set_pwm_info(struct hl_device *hdev, int sensor_index, u32 attr, in hl_set_pwm_info() argument
752 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()
783 sensor_index, rc); in hl_set_voltage()
789 int sensor_index, u32 attr, long value) in hl_set_current() argument
798 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_current()
806 sensor_index, rc); in hl_set_current()
812 int sensor_index, u32 attr, long value) in hl_set_power() argument
827 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_power()
836 sensor_index, rc); in hl_set_power()
842 int sensor_index, u32 attr, long *value) in hl_get_power() argument
852 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_power()
864 sensor_index, rc); in hl_get_power()