Lines Matching refs:sensor_index
312 int sensor_index, u32 attr, long *value) in hl_get_temperature() argument
322 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_temperature()
333 sensor_index, rc); in hl_get_temperature()
341 int sensor_index, u32 attr, long value) in hl_set_temperature() argument
350 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_temperature()
360 sensor_index, rc); in hl_set_temperature()
366 int sensor_index, u32 attr, long *value) in hl_get_voltage() argument
376 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_voltage()
387 sensor_index, rc); in hl_get_voltage()
395 int sensor_index, u32 attr, long *value) in hl_get_current() argument
405 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_current()
416 sensor_index, rc); in hl_get_current()
424 int sensor_index, u32 attr, long *value) in hl_get_fan_speed() argument
434 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_fan_speed()
445 sensor_index, rc); in hl_get_fan_speed()
453 int sensor_index, u32 attr, long *value) in hl_get_pwm_info() argument
463 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_get_pwm_info()
474 sensor_index, rc); in hl_get_pwm_info()
481 void hl_set_pwm_info(struct hl_device *hdev, int sensor_index, u32 attr, in hl_set_pwm_info() argument
491 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_pwm_info()
501 sensor_index, rc); in hl_set_pwm_info()
505 int sensor_index, u32 attr, long value) in hl_set_voltage() argument
514 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_voltage()
524 sensor_index, rc); in hl_set_voltage()
530 int sensor_index, u32 attr, long value) in hl_set_current() argument
539 pkt.sensor_index = __cpu_to_le16(sensor_index); in hl_set_current()
549 sensor_index, rc); in hl_set_current()