perf tools: Don't clone maps from parent when synthesizing forks
[linux/fpc-iii.git] / drivers / media / platform / vivid / vivid-cec.h
blob7524ed48a914c8a0ef043f3756996fa132ceceb3
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * vivid-cec.h - A Virtual Video Test Driver, cec emulation
5 * Copyright 2016 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
6 */
8 #ifdef CONFIG_VIDEO_VIVID_CEC
9 struct cec_adapter *vivid_cec_alloc_adap(struct vivid_dev *dev,
10 unsigned int idx,
11 bool is_source);
12 void vivid_cec_bus_free_work(struct vivid_dev *dev);
14 #else
16 static inline void vivid_cec_bus_free_work(struct vivid_dev *dev)
20 #endif