Searched refs:ov772x_mask_set (Results 1 – 2 of 2) sorted by relevance
| /Linux-v4.19/drivers/media/i2c/soc_camera/ |
| D | ov772x.c | 526 static int ov772x_mask_set(struct i2c_client *client, u8 command, u8 mask, in ov772x_mask_set() function 549 return ov772x_mask_set(client, COM2, SOFT_SLEEP_MODE, SOFT_SLEEP_MODE); in ov772x_reset() 562 ov772x_mask_set(client, COM2, SOFT_SLEEP_MODE, SOFT_SLEEP_MODE); in ov772x_s_stream() 566 ov772x_mask_set(client, COM2, SOFT_SLEEP_MODE, 0); in ov772x_s_stream() 589 return ov772x_mask_set(client, COM3, VFLIP_IMG, val); in ov772x_s_ctrl() 595 return ov772x_mask_set(client, COM3, HFLIP_IMG, val); in ov772x_s_ctrl() 599 ret = ov772x_mask_set(client, BDBASE, 0xff, 0xff); in ov772x_s_ctrl() 601 ret = ov772x_mask_set(client, COM8, in ov772x_s_ctrl() 606 ret = ov772x_mask_set(client, COM8, in ov772x_s_ctrl() 609 ret = ov772x_mask_set(client, BDBASE, in ov772x_s_ctrl() [all …]
|
| /Linux-v4.19/drivers/media/i2c/ |
| D | ov772x.c | 572 static int ov772x_mask_set(struct i2c_client *client, u8 command, u8 mask, in ov772x_mask_set() function 596 return ov772x_mask_set(client, COM2, SOFT_SLEEP_MODE, SOFT_SLEEP_MODE); in ov772x_reset() 614 ret = ov772x_mask_set(client, COM2, SOFT_SLEEP_MODE, in ov772x_s_stream() 811 return ov772x_mask_set(client, COM3, VFLIP_IMG, val); in ov772x_s_ctrl() 816 return ov772x_mask_set(client, COM3, HFLIP_IMG, val); in ov772x_s_ctrl() 820 ret = ov772x_mask_set(client, BDBASE, 0xff, 0xff); in ov772x_s_ctrl() 822 ret = ov772x_mask_set(client, COM8, in ov772x_s_ctrl() 827 ret = ov772x_mask_set(client, COM8, in ov772x_s_ctrl() 830 ret = ov772x_mask_set(client, BDBASE, in ov772x_s_ctrl() 1021 ret = ov772x_mask_set(client, DSPAUTO, EDGE_ACTRL, 0x00); in ov772x_edgectrl() [all …]
|