bm_csi_dphy.h 549 B

12345678910111213141516171819
  1. /*
  2. * Copyright (C) 2021 Alibaba Group Holding Limited
  3. * Author: liuyitong <yitong.lyt@alibaba-inc.com>
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License version 2 as
  7. * published by the Free Software Foundation.
  8. */
  9. #ifndef _BM_CSI_DPHY_H_
  10. #define _BM_CSI_DPHY_H_
  11. #include <linux/platform_device.h>
  12. int dw_dphy_rx_probe(struct platform_device *pdev, void __iomem *dphy1_if_addr);
  13. int dw_dphy_rx_remove(struct platform_device *pdev);
  14. #endif /*_BM_CSI_DPHY_H_ */