Home
last modified time | relevance | path

Searched refs:restart_module (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dstream.c1554 static void dump_file(struct rkispp_device *dev, u32 restart_module) in dump_file() argument
1579 if (restart_module & MONITOR_TNR) { in dump_file()
1615 if (!(restart_module & MONITOR_FEC)) { in dump_file()
1637 static void restart_module(struct rkispp_device *dev) in restart_module() function
1661 dump_file(dev, monitor->restart_module); in restart_module()
1663 if (monitor->restart_module & MONITOR_TNR && monitor->tnr.is_err) { in restart_module()
1670 if (monitor->restart_module & MONITOR_TNR) { in restart_module()
1680 if (monitor->restart_module & MONITOR_NR) { in restart_module()
1703 monitor->restart_module = 0; in restart_module()
1712 if (monitor->restart_module & MONITOR_FEC) { in restart_module()
[all …]
H A Dstream.h204 u8 restart_module; member
H A Dstream_v20.c173 dev->stream_vdev.monitor.restart_module = 0; in config_modules()
H A Dstream_v10.c680 dev->stream_vdev.monitor.restart_module = 0; in config_modules()