thermal_init
static int thermal_init(struct hfi1_devdata *dd);
thermal_init(dd);
.init = thermal_init,
postcore_initcall(thermal_init);
LIBTHERMAL_API struct thermal_handler *thermal_init(struct thermal_ops *ops);
td.th = thermal_init(&ops);