Searched refs:start_cropx (Results 1 – 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/gspca/ |
D | w996Xcf.c | 398 int start_cropx, start_cropy, x, y, fw, fh, cw, ch, in w9968cf_set_crop_window() local 418 start_cropx = 277; in w9968cf_set_crop_window() 421 start_cropx = 105; in w9968cf_set_crop_window() 425 start_cropx = 320; in w9968cf_set_crop_window() 445 reg_w(sd, 0x10, start_cropx + x); in w9968cf_set_crop_window() 447 reg_w(sd, 0x12, start_cropx + x + cw); in w9968cf_set_crop_window()
|