Home
last modified time | relevance | path

Searched refs:nvme_hwmon_init (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/nvme/host/
H A Dhwmon.c226 int nvme_hwmon_init(struct nvme_ctrl *ctrl) in nvme_hwmon_init() function
H A Dnvme.h1080 int nvme_hwmon_init(struct nvme_ctrl *ctrl);
1083 static inline int nvme_hwmon_init(struct nvme_ctrl *ctrl) in nvme_hwmon_init() function
H A Dcore.c3223 ret = nvme_hwmon_init(ctrl); in nvme_init_ctrl_finish()