Lines Matching defs:cfg
157 struct s3c_hwmon_chcfg *cfg;
160 cfg = pdata->in[sen_attr->index];
166 ret *= cfg->mult;
167 ret = DIV_ROUND_CLOSEST(ret, cfg->div);
186 struct s3c_hwmon_chcfg *cfg;
188 cfg = pdata->in[sen_attr->index];
190 return snprintf(buf, PAGE_SIZE, "%s\n", cfg->name);
196 * @cfg: The channel configuration passed from the platform data.
208 struct s3c_hwmon_chcfg *cfg,
231 if (cfg->name) {
307 struct s3c_hwmon_chcfg *cfg = pdata->in[i];
309 if (!cfg)
312 if (cfg->mult >= 0x10000)
317 if (cfg->div == 0) {