Home
last modified time | relevance | path

Searched defs:rkisp_monitor (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dhw.h28 struct rkisp_monitor { struct
29 struct rkisp_hw_dev *dev;
30 struct work_struct work;
31 struct completion cmpl;
32 int (*reset_handle)(struct rkisp_device *dev);
33 u32 state;
34 u8 retry;
35 bool is_en;
H A Ddev.c62 bool rkisp_monitor; variable