Searched refs:start_cropx (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/media/usb/gspca/ |
D | w996Xcf.c | 397 int start_cropx, start_cropy, x, y, fw, fh, cw, ch, in w9968cf_set_crop_window() local 417 start_cropx = 277; in w9968cf_set_crop_window() 420 start_cropx = 105; in w9968cf_set_crop_window() 424 start_cropx = 320; in w9968cf_set_crop_window() 444 reg_w(sd, 0x10, start_cropx + x); in w9968cf_set_crop_window() 446 reg_w(sd, 0x12, start_cropx + x + cw); in w9968cf_set_crop_window()
|