Home
last modified time | relevance | path

Searched refs:exp_acc (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dcpia1.c1140 u8 exp_acc, bcomp, cmd[8]; in monitor_exposure() local
1160 exp_acc = gspca_dev->usb_buf[0]; in monitor_exposure()
1181 if (bcomp >= max_comp && exp_acc < dark_exp) { in monitor_exposure()
1183 if (exp_acc < very_dark_exp) { in monitor_exposure()
1201 } else if (old_exposure <= LOW_EXP || exp_acc > light_exp) { in monitor_exposure()
1227 if (old_exposure >= MAX_EXP && exp_acc < dark_exp) { in monitor_exposure()
1229 if (exp_acc < very_dark_exp) { in monitor_exposure()
1247 } else if (old_exposure <= LOW_EXP || exp_acc > light_exp) { in monitor_exposure()
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dcpia1.c1141 u8 exp_acc, bcomp, cmd[8]; in monitor_exposure() local
1161 exp_acc = gspca_dev->usb_buf[0]; in monitor_exposure()
1182 if (bcomp >= max_comp && exp_acc < dark_exp) { in monitor_exposure()
1184 if (exp_acc < very_dark_exp) { in monitor_exposure()
1202 } else if (old_exposure <= LOW_EXP || exp_acc > light_exp) { in monitor_exposure()
1228 if (old_exposure >= MAX_EXP && exp_acc < dark_exp) { in monitor_exposure()
1230 if (exp_acc < very_dark_exp) { in monitor_exposure()
1248 } else if (old_exposure <= LOW_EXP || exp_acc > light_exp) { in monitor_exposure()

Completed in 6 milliseconds