Home
last modified time | relevance | path

Searched refs:csi_port (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c921 config.input_switch_cfg.hsync_data_reg[channel.source_cfg.csi_cfg.csi_port * 2] in input_system_configure_channel()
924 config.input_switch_cfg.hsync_data_reg[channel.source_cfg.csi_cfg.csi_port * 2 + in input_system_configure_channel()
929 (channel.source_cfg.csi_cfg.csi_port * 3); in input_system_configure_channel()
932 config.target_isp[channel.source_cfg.csi_cfg.csi_port] = in input_system_configure_channel()
934 config.target_sp[channel.source_cfg.csi_cfg.csi_port] = in input_system_configure_channel()
936 config.target_strm2mem[channel.source_cfg.csi_cfg.csi_port] = in input_system_configure_channel()
938 config.target_isp_flags[channel.source_cfg.csi_cfg.csi_port] |= in input_system_configure_channel()
940 config.target_sp_flags[channel.source_cfg.csi_cfg.csi_port] |= in input_system_configure_channel()
942 config.target_strm2mem_flags[channel.source_cfg.csi_cfg.csi_port] |= in input_system_configure_channel()
1373 channel.source_cfg.csi_cfg.csi_port = port; in input_system_csi_fifo_channel_cfg()
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Disp2400_input_system_global.h132 u32 csi_port; member
H A Datomisp_gmin_platform.c75 enum atomisp_camera_port csi_port; member
194 pdata.subdevs[i].port = gs->csi_port; in atomisp_register_i2c_module()
528 gs->csi_port = gmin_get_var_int(dev, false, "CsiPort", 0); in gmin_subdev_add()
1010 return camera_sensor_csi(sd, gs->csi_port, gs->csi_lanes, in gmin_csi_cfg()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Drk_aiq_types_priv.h457 int csi_port; member
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx-media-csi.c1853 struct fwnode_handle *csi_port = dev_fwnode(priv->dev); in csi_get_fwnode_pad() local
1857 csi_ep = fwnode_get_next_child_node(csi_port, NULL); in csi_get_fwnode_pad()