Searched refs:read_thresholds (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/hwmon/peci/ |
H A D | dimmtemp.c | 58 int (*read_thresholds)(struct peci_dimmtemp *priv, int dimm_order, member 129 ret = priv->gen_info->read_thresholds(priv, dimm_order, chan_rank, &data); in update_thresholds() 578 .read_thresholds = &read_thresholds_hsx, 585 .read_thresholds = &read_thresholds_hsx, 592 .read_thresholds = &read_thresholds_bdxd, 599 .read_thresholds = &read_thresholds_skx, 606 .read_thresholds = &read_thresholds_icx, 613 .read_thresholds = &read_thresholds_icx, 620 .read_thresholds = &read_thresholds_spr,
|