Lines Matching refs:aw_dev
109 struct aw_device *aw_dev = aw88395->aw_pa;
111 ucontrol->value.integer.value[0] = aw_dev->fade_in_time;
123 struct aw_device *aw_dev = aw88395->aw_pa;
131 if (time != aw_dev->fade_in_time) {
132 aw_dev->fade_in_time = time;
144 struct aw_device *aw_dev = aw88395->aw_pa;
146 ucontrol->value.integer.value[0] = aw_dev->fade_out_time;
158 struct aw_device *aw_dev = aw88395->aw_pa;
165 if (time != aw_dev->fade_out_time) {
166 aw_dev->fade_out_time = time;
321 struct aw_device *aw_dev = aw88395->aw_pa;
323 ucontrol->value.integer.value[0] = aw_dev->cali_desc.cali_re;
335 struct aw_device *aw_dev = aw88395->aw_pa;
342 if (aw_dev->cali_desc.cali_re != value) {
343 aw_dev->cali_desc.cali_re = value;