Lines Matching refs:peci_dimmtemp

52 struct peci_dimmtemp;
58 int (*read_thresholds)(struct peci_dimmtemp *priv, int dimm_order,
73 struct peci_dimmtemp { struct
93 static int get_dimm_temp(struct peci_dimmtemp *priv, int dimm_no, long *val) in get_dimm_temp() argument
119 static int update_thresholds(struct peci_dimmtemp *priv, int dimm_no) in update_thresholds()
143 static int get_dimm_thresholds(struct peci_dimmtemp *priv, enum peci_dimm_threshold_type type, in get_dimm_thresholds()
174 struct peci_dimmtemp *priv = dev_get_drvdata(dev); in dimmtemp_read_string()
187 struct peci_dimmtemp *priv = dev_get_drvdata(dev); in dimmtemp_read()
206 const struct peci_dimmtemp *priv = data; in dimmtemp_is_visible()
220 static int check_populated_dimms(struct peci_dimmtemp *priv) in check_populated_dimms()
295 static int create_dimm_temp_label(struct peci_dimmtemp *priv, int chan) in create_dimm_temp_label()
321 static int create_dimm_temp_info(struct peci_dimmtemp *priv) in create_dimm_temp_info()
370 struct peci_dimmtemp *priv = container_of(to_delayed_work(work), in create_dimm_temp_info_delayed()
371 struct peci_dimmtemp, in create_dimm_temp_info_delayed()
384 struct peci_dimmtemp *priv; in peci_dimmtemp_probe()
425 read_thresholds_hsx(struct peci_dimmtemp *priv, int dimm_order, int chan_rank, u32 *data) in read_thresholds_hsx()
453 read_thresholds_bdxd(struct peci_dimmtemp *priv, int dimm_order, int chan_rank, u32 *data) in read_thresholds_bdxd()
477 read_thresholds_skx(struct peci_dimmtemp *priv, int dimm_order, int chan_rank, u32 *data) in read_thresholds_skx()
503 read_thresholds_icx(struct peci_dimmtemp *priv, int dimm_order, int chan_rank, u32 *data) in read_thresholds_icx()
540 read_thresholds_spr(struct peci_dimmtemp *priv, int dimm_order, int chan_rank, u32 *data) in read_thresholds_spr()