Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwmon/
Dlm75.c105 u8 current_conf; member
308 value = data->current_conf & ~clr_mask; in lm75_write_config()
311 if (data->current_conf != value) { in lm75_write_config()
318 data->current_conf = value; in lm75_write_config()
591 data->current_conf = status; in lm75_probe()
/Linux-v5.4/drivers/isdn/mISDN/
Ddsp_cmx.c391 int same_hfc = -1, same_pcm = -1, current_conf = -1, in dsp_cmx_hardware() local
651 if (current_conf < 0 && member->dsp->hfc_conf >= 0) in dsp_cmx_hardware()
652 current_conf = member->dsp->hfc_conf; in dsp_cmx_hardware()
951 if (current_conf >= 0) { in dsp_cmx_hardware()
962 if (member->dsp->hfc_conf == current_conf) in dsp_cmx_hardware()
1007 member->dsp->name, current_conf, i); in dsp_cmx_hardware()
1013 member->dsp->hfc_conf = current_conf; in dsp_cmx_hardware()
1017 MISDN_CTRL_HFC_CONF_JOIN, current_conf, 0, 0, 0); in dsp_cmx_hardware()
1054 current_conf = i; in dsp_cmx_hardware()