]> Git Repo - linux.git/blob - drivers/media/pci/mgb4/mgb4_cmt.h
Linux 6.14-rc3
[linux.git] / drivers / media / pci / mgb4 / mgb4_cmt.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (C) 2021-2023 Digiteq Automotive
4  *     author: Martin Tuma <[email protected]>
5  */
6
7 #ifndef __MGB4_CMT_H__
8 #define __MGB4_CMT_H__
9
10 #include "mgb4_vout.h"
11 #include "mgb4_vin.h"
12
13 u32 mgb4_cmt_set_vout_freq(struct mgb4_vout_dev *voutdev, unsigned int freq);
14 void mgb4_cmt_set_vin_freq_range(struct mgb4_vin_dev *vindev,
15                                  unsigned int freq_range);
16
17 #endif
This page took 0.033865 seconds and 4 git commands to generate.