Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dimx307.c152 struct rkmodule_lvds_cfg lvds_cfg; member
661 .lvds_cfg = {
693 .lvds_cfg = {
760 .lvds_cfg = {
791 .lvds_cfg = {
823 .lvds_cfg = {
1407 struct rkmodule_lvds_cfg *lvds_cfg; in imx307_ioctl() local
1464 lvds_cfg = (struct rkmodule_lvds_cfg *)arg; in imx307_ioctl()
1466 memcpy(lvds_cfg, &imx307->cur_mode->lvds_cfg, in imx307_ioctl()
H A Dimx327.c144 struct rkmodule_lvds_cfg lvds_cfg; member
497 .lvds_cfg = {
525 .lvds_cfg = {
1082 struct rkmodule_lvds_cfg *lvds_cfg; in imx327_ioctl() local
1142 lvds_cfg = (struct rkmodule_lvds_cfg *)arg; in imx327_ioctl()
1144 memcpy(lvds_cfg, &imx327->cur_mode->lvds_cfg, in imx327_ioctl()
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Ddev.h287 struct rkmodule_lvds_cfg lvds_cfg; member
H A Dcapture.c3322 struct rkmodule_lvds_cfg *lvds_cfg = &channel->lvds_cfg; in rkcif_csi_set_lvds_sav_eav() local
3328 frm_sync_code = &lvds_cfg->frm_sync_code[LVDS_CODE_GRP_LINEAR]; in rkcif_csi_set_lvds_sav_eav()
3333 frm_sync_code = &lvds_cfg->frm_sync_code[LVDS_CODE_GRP_LONG]; in rkcif_csi_set_lvds_sav_eav()
3337 frm_sync_code = &lvds_cfg->frm_sync_code[LVDS_CODE_GRP_SHORT]; in rkcif_csi_set_lvds_sav_eav()
3339 frm_sync_code = &lvds_cfg->frm_sync_code[LVDS_CODE_GRP_LONG]; in rkcif_csi_set_lvds_sav_eav()
3342 frm_sync_code = &lvds_cfg->frm_sync_code[LVDS_CODE_GRP_MEDIUM]; in rkcif_csi_set_lvds_sav_eav()
3344 frm_sync_code = &lvds_cfg->frm_sync_code[LVDS_CODE_GRP_SHORT]; in rkcif_csi_set_lvds_sav_eav()
3346 frm_sync_code = &lvds_cfg->frm_sync_code[LVDS_CODE_GRP_LONG]; in rkcif_csi_set_lvds_sav_eav()
3634 val = LVDS_ENABLE_CAPTURE | LVDS_MODE(channel->lvds_cfg.mode) | in rkcif_csi_channel_set()
4006 val = LVDS_ENABLE_CAPTURE_RV1106 | LVDS_MODE_RV1106(channel->lvds_cfg.mode) | in rkcif_csi_channel_set_v1()
[all …]