ov13858.c (5fcf092e0c9fb4895096c8809cf1fb9ba1349653) | ov13858.c (3bd30b24efa6b3339e4344a7db39e594f06d5128) |
---|---|
1/* 2 * Copyright (c) 2017 Intel Corporation. 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License version 6 * 2 as published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope that it will be useful, --- 936 unchanged lines hidden (view full) --- 945/* Configurations for supported link frequencies */ 946#define OV13858_NUM_OF_LINK_FREQS 2 947#define OV13858_LINK_FREQ_1080MBPS 1080000000 948#define OV13858_LINK_FREQ_540MBPS 540000000 949#define OV13858_LINK_FREQ_INDEX_0 0 950#define OV13858_LINK_FREQ_INDEX_1 1 951 952/* Menu items for LINK_FREQ V4L2 control */ | 1/* 2 * Copyright (c) 2017 Intel Corporation. 3 * 4 * This program is free software; you can redistribute it and/or 5 * modify it under the terms of the GNU General Public License version 6 * 2 as published by the Free Software Foundation. 7 * 8 * This program is distributed in the hope that it will be useful, --- 936 unchanged lines hidden (view full) --- 945/* Configurations for supported link frequencies */ 946#define OV13858_NUM_OF_LINK_FREQS 2 947#define OV13858_LINK_FREQ_1080MBPS 1080000000 948#define OV13858_LINK_FREQ_540MBPS 540000000 949#define OV13858_LINK_FREQ_INDEX_0 0 950#define OV13858_LINK_FREQ_INDEX_1 1 951 952/* Menu items for LINK_FREQ V4L2 control */ |
953static const const s64 link_freq_menu_items[OV13858_NUM_OF_LINK_FREQS] = { | 953static const s64 link_freq_menu_items[OV13858_NUM_OF_LINK_FREQS] = { |
954 OV13858_LINK_FREQ_1080MBPS, 955 OV13858_LINK_FREQ_540MBPS 956}; 957 958/* Link frequency configs */ 959static const struct ov13858_link_freq_config 960 link_freq_configs[OV13858_NUM_OF_LINK_FREQS] = { 961 { --- 855 unchanged lines hidden --- | 954 OV13858_LINK_FREQ_1080MBPS, 955 OV13858_LINK_FREQ_540MBPS 956}; 957 958/* Link frequency configs */ 959static const struct ov13858_link_freq_config 960 link_freq_configs[OV13858_NUM_OF_LINK_FREQS] = { 961 { --- 855 unchanged lines hidden --- |