Searched refs:csi2_dphy (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/phy/rockchip/ |
| H A D | phy-rockchip-csi2-dphy.c | 47 static inline struct csi2_dphy *to_csi2_dphy(struct v4l2_subdev *subdev) in to_csi2_dphy() 49 return container_of(subdev, struct csi2_dphy, sd); in to_csi2_dphy() 56 struct csi2_dphy *dphy = to_csi2_dphy(sd); in get_remote_sensor() 71 static struct csi2_sensor *sd_to_sensor(struct csi2_dphy *dphy, in sd_to_sensor() 85 struct csi2_dphy *dphy = to_csi2_dphy(sd); in csi2_dphy_get_sensor_data_rate() 118 static int rockchip_csi2_dphy_attach_hw(struct csi2_dphy *dphy, int csi_idx, int index) in rockchip_csi2_dphy_attach_hw() 255 static int rockchip_csi2_dphy_detach_hw(struct csi2_dphy *dphy, int csi_idx, int index) in rockchip_csi2_dphy_detach_hw() 259 struct csi2_dphy *csi2_dphy = NULL; in rockchip_csi2_dphy_detach_hw() local 272 csi2_dphy = dphy_hw->dphy_dev[i]; in rockchip_csi2_dphy_detach_hw() 273 if (csi2_dphy && in rockchip_csi2_dphy_detach_hw() [all …]
|
| H A D | phy-rockchip-csi2-dphy-common.h | 72 struct csi2_dphy { struct 104 int (*stream_on)(struct csi2_dphy *dphy, struct v4l2_subdev *sd); argument 105 int (*stream_off)(struct csi2_dphy *dphy, struct v4l2_subdev *sd); 120 struct csi2_dphy *dphy_dev[MAX_NUM_CSI2_DPHY]; 129 int (*stream_on)(struct csi2_dphy *dphy, struct v4l2_subdev *sd); 130 int (*stream_off)(struct csi2_dphy *dphy, struct v4l2_subdev *sd);
|
| H A D | phy-rockchip-samsung-dcphy.h | 24 struct csi2_dphy *dphy_dev[MAX_NUM_CSI2_DPHY]; 43 int (*stream_on)(struct csi2_dphy *dphy, struct v4l2_subdev *sd); 44 int (*stream_off)(struct csi2_dphy *dphy, struct v4l2_subdev *sd);
|
| H A D | phy-rockchip-samsung-dcphy.c | 1273 struct csi2_dphy *csi_dphy) in samsung_mipi_dcphy_bias_block_enable() 1918 static struct csi2_sensor *sd_to_sensor(struct csi2_dphy *dphy, in sd_to_sensor() 1930 static void samsung_dcphy_rx_config_settle(struct csi2_dphy *dphy, in samsung_dcphy_rx_config_settle() 1988 static int samsung_dcphy_rx_config_common(struct csi2_dphy *dphy, in samsung_dcphy_rx_config_common() 2123 static int samsung_dcphy_rx_lane_enable(struct csi2_dphy *dphy, in samsung_dcphy_rx_lane_enable() 2189 static int samsung_dcphy_rx_stream_on(struct csi2_dphy *dphy, in samsung_dcphy_rx_stream_on() 2236 static int samsung_dcphy_rx_stream_off(struct csi2_dphy *dphy, in samsung_dcphy_rx_stream_off()
|
| H A D | phy-rockchip-csi2-dphy-hw.c | 502 static struct csi2_sensor *sd_to_sensor(struct csi2_dphy *dphy, in sd_to_sensor() 559 static void csi2_dphy_config_dual_mode(struct csi2_dphy *dphy, in csi2_dphy_config_dual_mode() 680 static int csi2_dphy_hw_stream_on(struct csi2_dphy *dphy, in csi2_dphy_hw_stream_on() 850 static int csi2_dphy_hw_stream_off(struct csi2_dphy *dphy, in csi2_dphy_hw_stream_off()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/vehicle/ |
| H A D | vehicle_samsung_dcphy_common.h | 26 struct csi2_dphy *dphy_dev[MAX_NUM_CSI2_DPHY]; 45 int (*stream_on)(struct csi2_dphy *dphy, struct v4l2_subdev *sd); 46 int (*stream_off)(struct csi2_dphy *dphy, struct v4l2_subdev *sd);
|
| H A D | vehicle_cif.c | 5291 struct csi2_dphy_hw *csi2_dphy = NULL; in vehicle_cif_deinit() local 5294 csi2_dphy = dcphy_hw->dphy_vehicle[i]; in vehicle_cif_deinit() 5295 if (csi2_dphy) { in vehicle_cif_deinit()
|