cregit-Linux how code gets into the kernel

Release 4.17 drivers/media/platform/vivid/vivid-cec.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * vivid-cec.h - A Virtual Video Test Driver, cec emulation
 *
 * Copyright 2016 Cisco Systems, Inc. and/or its affiliates. All rights reserved.
 */

#ifdef CONFIG_VIDEO_VIVID_CEC
struct cec_adapter *vivid_cec_alloc_adap(struct vivid_dev *dev,
					 unsigned int idx,
					 bool is_source);
void vivid_cec_bus_free_work(struct vivid_dev *dev);

#else


static inline void vivid_cec_bus_free_work(struct vivid_dev *dev) { }

Contributors

PersonTokensPropCommitsCommitProp
Hans Verkuil11100.00%1100.00%
Total11100.00%1100.00%

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Hans Verkuil47100.00%2100.00%
Total47100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.