Searched refs:start_cropx (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/usb/gspca/ |
D | w996Xcf.c | 403 int start_cropx, start_cropy, x, y, fw, fh, cw, ch, in w9968cf_set_crop_window() local 423 start_cropx = 277; in w9968cf_set_crop_window() 426 start_cropx = 105; in w9968cf_set_crop_window() 430 start_cropx = 320; in w9968cf_set_crop_window() 450 reg_w(sd, 0x10, start_cropx + x); in w9968cf_set_crop_window() 452 reg_w(sd, 0x12, start_cropx + x + cw); in w9968cf_set_crop_window()
|