![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-only */ 0002 /* 0003 * Omnivision OV2659 CMOS Image Sensor driver 0004 * 0005 * Copyright (C) 2015 Texas Instruments, Inc. 0006 * 0007 * Benoit Parrot <bparrot@ti.com> 0008 * Lad, Prabhakar <prabhakar.csengg@gmail.com> 0009 */ 0010 0011 #ifndef OV2659_H 0012 #define OV2659_H 0013 0014 /** 0015 * struct ov2659_platform_data - ov2659 driver platform data 0016 * @link_frequency: target pixel clock frequency 0017 */ 0018 struct ov2659_platform_data { 0019 s64 link_frequency; 0020 }; 0021 0022 #endif /* OV2659_H */
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |