Lines Matching refs:peci_dimmtemp

50 struct peci_dimmtemp;
56 int (*read_thresholds)(struct peci_dimmtemp *priv, int dimm_order,
71 struct peci_dimmtemp { struct
91 static int get_dimm_temp(struct peci_dimmtemp *priv, int dimm_no, long *val) in get_dimm_temp() argument
117 static int update_thresholds(struct peci_dimmtemp *priv, int dimm_no) in update_thresholds()
141 static int get_dimm_thresholds(struct peci_dimmtemp *priv, enum peci_dimm_threshold_type type, in get_dimm_thresholds()
172 struct peci_dimmtemp *priv = dev_get_drvdata(dev); in dimmtemp_read_string()
185 struct peci_dimmtemp *priv = dev_get_drvdata(dev); in dimmtemp_read()
204 const struct peci_dimmtemp *priv = data; in dimmtemp_is_visible()
218 static int check_populated_dimms(struct peci_dimmtemp *priv) in check_populated_dimms()
289 static int create_dimm_temp_label(struct peci_dimmtemp *priv, int chan) in create_dimm_temp_label()
315 static int create_dimm_temp_info(struct peci_dimmtemp *priv) in create_dimm_temp_info()
364 struct peci_dimmtemp *priv = container_of(to_delayed_work(work), in create_dimm_temp_info_delayed()
365 struct peci_dimmtemp, in create_dimm_temp_info_delayed()
378 struct peci_dimmtemp *priv; in peci_dimmtemp_probe()
419 read_thresholds_hsx(struct peci_dimmtemp *priv, int dimm_order, int chan_rank, u32 *data) in read_thresholds_hsx()
447 read_thresholds_bdxd(struct peci_dimmtemp *priv, int dimm_order, int chan_rank, u32 *data) in read_thresholds_bdxd()
471 read_thresholds_skx(struct peci_dimmtemp *priv, int dimm_order, int chan_rank, u32 *data) in read_thresholds_skx()
497 read_thresholds_icx(struct peci_dimmtemp *priv, int dimm_order, int chan_rank, u32 *data) in read_thresholds_icx()