Searched refs:in_config (Results 1 – 1 of 1) sorted by relevance
770 u32 *temp_config, *in_config; in mr75203_probe() local884 in_config = devm_kcalloc(dev, pvt->vm_channels.total + 1, in mr75203_probe()885 sizeof(*in_config), GFP_KERNEL); in mr75203_probe()886 if (!in_config) in mr75203_probe()889 memset32(in_config, HWMON_I_INPUT, pvt->vm_channels.total); in mr75203_probe()890 in_config[pvt->vm_channels.total] = 0; in mr75203_probe()891 pvt_in.config = in_config; in mr75203_probe()