wm8785_regs       139 sound/pci/oxygen/oxygen.c 	u16 wm8785_regs[3];
wm8785_regs       179 sound/pci/oxygen/oxygen.c 	if (reg < ARRAY_SIZE(data->wm8785_regs))
wm8785_regs       180 sound/pci/oxygen/oxygen.c 		data->wm8785_regs[reg] = value;
wm8785_regs       225 sound/pci/oxygen/oxygen.c 	wm8785_write(chip, WM8785_R0, data->wm8785_regs[0]);
wm8785_regs       226 sound/pci/oxygen/oxygen.c 	wm8785_write(chip, WM8785_R2, data->wm8785_regs[2]);
wm8785_regs       233 sound/pci/oxygen/oxygen.c 	data->wm8785_regs[0] =
wm8785_regs       235 sound/pci/oxygen/oxygen.c 	data->wm8785_regs[2] = WM8785_HPFR | WM8785_HPFL;
wm8785_regs       400 sound/pci/oxygen/oxygen.c 	if (value != data->wm8785_regs[0]) {
wm8785_regs       403 sound/pci/oxygen/oxygen.c 		wm8785_write(chip, WM8785_R2, data->wm8785_regs[2]);
wm8785_regs       494 sound/pci/oxygen/oxygen.c 		(data->wm8785_regs[WM8785_R2] & WM8785_HPFR) != 0;
wm8785_regs       506 sound/pci/oxygen/oxygen.c 	reg = data->wm8785_regs[WM8785_R2] & ~(WM8785_HPFR | WM8785_HPFL);
wm8785_regs       509 sound/pci/oxygen/oxygen.c 	changed = reg != data->wm8785_regs[WM8785_R2];
wm8785_regs       700 sound/pci/oxygen/oxygen.c 		snd_iprintf(buffer, " %03x", data->wm8785_regs[i]);