Searched refs:nvme_get_temp_thresh (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/nvme/host/ |
H A D | hwmon.c | 19 static int nvme_get_temp_thresh(struct nvme_ctrl *ctrl, int sensor, bool under, in nvme_get_temp_thresh() function 80 return nvme_get_temp_thresh(data->ctrl, channel, false, val); in nvme_hwmon_read() 82 return nvme_get_temp_thresh(data->ctrl, channel, true, val); in nvme_hwmon_read()
|
/kernel/linux/linux-6.6/drivers/nvme/host/ |
H A D | hwmon.c | 19 static int nvme_get_temp_thresh(struct nvme_ctrl *ctrl, int sensor, bool under, in nvme_get_temp_thresh() function 80 return nvme_get_temp_thresh(data->ctrl, channel, false, val); in nvme_hwmon_read() 82 return nvme_get_temp_thresh(data->ctrl, channel, true, val); in nvme_hwmon_read()
|
Completed in 2 milliseconds