Searched refs:STK1135_REG_CIEPO (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/media/usb/gspca/ |
| D | stk1135.c | 372 reg_w(gspca_dev, STK1135_REG_CIEPO + 2, 0x00); in stk1135_camera_disable() 373 reg_w(gspca_dev, STK1135_REG_CIEPO + 3, 0x00); in stk1135_camera_disable() 461 reg_w(gspca_dev, STK1135_REG_CIEPO + 0, width & 0xff); in sd_start() 462 reg_w(gspca_dev, STK1135_REG_CIEPO + 1, width >> 8); in sd_start() 463 reg_w(gspca_dev, STK1135_REG_CIEPO + 2, height & 0xff); in sd_start() 464 reg_w(gspca_dev, STK1135_REG_CIEPO + 3, height >> 8); in sd_start()
|
| D | stk1135.h | 33 #define STK1135_REG_CIEPO 0x114 /* Capture image ending position */ macro
|