Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dmax31730.c48 u8 current_conf; member
66 value = data->current_conf & ~clr_mask; in max31730_write_config()
69 if (data->current_conf != value) { in max31730_write_config()
76 data->current_conf = value; in max31730_write_config()
326 data->current_conf = status; in max31730_probe()
/linux/drivers/isdn/mISDN/
H A Ddsp_cmx.c380 int same_hfc = -1, same_pcm = -1, current_conf = -1, in dsp_cmx_hardware() local
640 if (current_conf < 0 && member->dsp->hfc_conf >= 0) in dsp_cmx_hardware()
641 current_conf = member->dsp->hfc_conf; in dsp_cmx_hardware()
940 if (current_conf >= 0) { in dsp_cmx_hardware()
951 if (member->dsp->hfc_conf == current_conf) in dsp_cmx_hardware()
996 member->dsp->name, current_conf, i); in dsp_cmx_hardware()
1002 member->dsp->hfc_conf = current_conf; in dsp_cmx_hardware()
1006 MISDN_CTRL_HFC_CONF_JOIN, current_conf, 0, 0, 0); in dsp_cmx_hardware()
1043 current_conf = i; in dsp_cmx_hardware()