Searched defs:waveform_private (Results 1 – 1 of 1) sorted by relevance
76 struct waveform_private { struct77 struct timer_list ai_timer; /* timer for AI commands */78 u64 ai_convert_time; /* time of next AI conversion in usec */79 unsigned int wf_amplitude; /* waveform amplitude in microvolts */103 struct waveform_private *devpriv = dev->private; in fake_sawtooth() argument