Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dispp.c316 bool *rkispp_reg_withstream; in rkispp_ioctl() local
341 rkispp_reg_withstream = arg; in rkispp_ioctl()
342 *rkispp_reg_withstream = rkispp_is_reg_withstream_global(); in rkispp_ioctl()
H A Ddev.c50 bool rkispp_reg_withstream; variable
51 module_param_named(sendreg_withstream, rkispp_reg_withstream, bool, 0644);
H A Dcommon.h114 extern bool rkispp_reg_withstream;
H A Dcommon.c239 if (!hw->reg_buf || !rkispp_reg_withstream) in rkispp_find_regbuf_by_stat()
579 return rkispp_reg_withstream; in rkispp_is_reg_withstream_global()