Searched refs:stream_sync (Results 1 – 13 of 13) sorted by relevance
/device/board/isoftstone/yangfan/kernel/src/driv/media/ispp/ |
D | dev.h | 56 bool stream_sync; member
|
D | dev.c | 43 module_param_named(stream_sync, rkispp_stream_sync, bool, 0644); 44 MODULE_PARM_DESC(stream_sync, "rkispp stream sync output"); 356 ispp_dev->stream_sync = rkispp_stream_sync; in rkispp_runtime_resume()
|
D | stream_v20.c | 381 if (dev->stream_sync) { in start_isp()
|
D | ispp.c | 102 if (stream && dev->stream_sync) { in rkispp_subdev_link_setup()
|
D | stream_v10.c | 1630 if (dev->stream_sync) { in start_isp()
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/ispp/ |
D | dev.h | 56 bool stream_sync; member
|
D | dev.c | 43 module_param_named(stream_sync, rkispp_stream_sync, bool, 0644); 44 MODULE_PARM_DESC(stream_sync, "rkispp stream sync output"); 356 ispp_dev->stream_sync = rkispp_stream_sync; in rkispp_runtime_resume()
|
D | stream_v20.c | 381 if (dev->stream_sync) { in start_isp()
|
D | ispp.c | 102 if (stream && dev->stream_sync) { in rkispp_subdev_link_setup()
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/ispp/ |
D | dev.c | 47 module_param_named(stream_sync, rkispp_stream_sync, bool, 0644); 48 MODULE_PARM_DESC(stream_sync, "rkispp stream sync output"); 373 ispp_dev->stream_sync = rkispp_stream_sync; in rkispp_runtime_resume()
|
D | dev.h | 63 bool stream_sync; member
|
D | ispp.c | 102 if (stream && dev->stream_sync) { in rkispp_subdev_link_setup()
|
D | stream_v20.c | 375 if (dev->stream_sync) { in start_isp()
|