162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * vivid-cec.h - A Virtual Video Test Driver, cec emulation 462306a36Sopenharmony_ci * 562306a36Sopenharmony_ci * Copyright 2016 Cisco Systems, Inc. and/or its affiliates. All rights reserved. 662306a36Sopenharmony_ci */ 762306a36Sopenharmony_ci 862306a36Sopenharmony_ci#ifdef CONFIG_VIDEO_VIVID_CEC 962306a36Sopenharmony_cistruct cec_adapter *vivid_cec_alloc_adap(struct vivid_dev *dev, 1062306a36Sopenharmony_ci unsigned int idx, 1162306a36Sopenharmony_ci bool is_source); 1262306a36Sopenharmony_ciint vivid_cec_bus_thread(void *_dev); 1362306a36Sopenharmony_ci#endif 14