Searched refs:read_thresholds (Results 1 – 1 of 1) sorted by relevance
/drivers/hwmon/peci/ |
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() 580 .read_thresholds = &read_thresholds_hsx, 587 .read_thresholds = &read_thresholds_hsx, 594 .read_thresholds = &read_thresholds_bdxd, 601 .read_thresholds = &read_thresholds_skx, 608 .read_thresholds = &read_thresholds_icx, 615 .read_thresholds = &read_thresholds_icx, 622 .read_thresholds = &read_thresholds_spr,
|