Home
last modified time | relevance | path

Searched refs:dimmtemp_label (Results 1 – 1 of 1) sorted by relevance

/linux-6.3-rc2/drivers/hwmon/peci/
A Ddimmtemp.c81 char **dimmtemp_label; member
177 *str = (const char *)priv->dimmtemp_label[channel]; in dimmtemp_read_string()
294 priv->dimmtemp_label[chan] = devm_kasprintf(priv->dev, GFP_KERNEL, in create_dimm_temp_label()
297 if (!priv->dimmtemp_label[chan]) in create_dimm_temp_label()
338 priv->dimmtemp_label = devm_kzalloc(priv->dev, channels * sizeof(char *), GFP_KERNEL); in create_dimm_temp_info()
339 if (!priv->dimmtemp_label) in create_dimm_temp_info()

Completed in 4 milliseconds