Searched refs:max6650_set_operating_mode (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hwmon/ |
H A D | max6650.c | 201 static int max6650_set_operating_mode(struct max6650_data *data, u8 mode) in max6650_set_operating_mode() function 267 return max6650_set_operating_mode(data, MAX6650_CFG_MODE_OFF); in max6650_set_target() 464 max6650_set_operating_mode(data, MAX6650_CFG_MODE_CLOSED_LOOP); in max6650_init_client() 502 max6650_set_operating_mode(data, state ? in max6650_set_cur_state() 636 ret = max6650_set_operating_mode(data, in max6650_write()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | max6650.c | 201 static int max6650_set_operating_mode(struct max6650_data *data, u8 mode) in max6650_set_operating_mode() function 267 return max6650_set_operating_mode(data, MAX6650_CFG_MODE_OFF); in max6650_set_target() 464 max6650_set_operating_mode(data, MAX6650_CFG_MODE_CLOSED_LOOP); in max6650_init_client() 502 max6650_set_operating_mode(data, state ? in max6650_set_cur_state() 636 ret = max6650_set_operating_mode(data, in max6650_write()
|
Completed in 3 milliseconds