Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dinput_system.c891 (channel.source_cfg.csi_cfg.csi_port * 3); in input_system_configure_channel()
894 config.target_isp[channel.source_cfg.csi_cfg.csi_port] = in input_system_configure_channel()
896 config.target_sp[channel.source_cfg.csi_cfg.csi_port] = in input_system_configure_channel()
898 config.target_strm2mem[channel.source_cfg.csi_cfg.csi_port] = in input_system_configure_channel()
1319 channel.source_cfg.csi_cfg.csi_port = port; in input_system_csi_fifo_channel_cfg()
1345 channel.source_cfg.csi_cfg.csi_port = port; in input_system_csi_fifo_channel_with_counting_cfg()
1377 channel.source_cfg.csi_cfg.csi_port = port; in input_system_csi_sram_channel_cfg()
1410 channel.source_cfg.csi_cfg.csi_port = port; in input_system_csi_xmem_channel_cfg()
1439 channel.source_cfg.csi_cfg.csi_port = port; in input_system_csi_xmem_acquire_only_channel_cfg()
1467 channel.source_cfg.csi_cfg.csi_port = port; in input_system_csi_xmem_capture_only_channel_cfg()
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Disp2400_input_system_global.h132 u32 csi_port; member
H A Datomisp_gmin_platform.c79 enum atomisp_camera_port csi_port; member
191 pdata.subdevs[i].port = gs->csi_port; in atomisp_register_i2c_module()
551 gs->csi_port = gmin_get_var_int(dev, false, "CsiPort", default_val); in gmin_subdev_add()
1109 return camera_sensor_csi_alloc(sd, gs->csi_port, gs->csi_lanes, in gmin_csi_cfg()
/openbmc/linux/drivers/staging/media/imx/
H A Dimx-media-csi.c1840 struct fwnode_handle *csi_port = dev_fwnode(priv->dev); in csi_get_fwnode_pad() local
1844 csi_ep = fwnode_get_next_child_node(csi_port, NULL); in csi_get_fwnode_pad()