18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * vivid-kthread-cap.h - video/vbi capture thread support functions. 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright 2014 Cisco Systems, Inc. and/or its affiliates. All rights reserved. 68c2ecf20Sopenharmony_ci */ 78c2ecf20Sopenharmony_ci 88c2ecf20Sopenharmony_ci#ifndef _VIVID_KTHREAD_CAP_H_ 98c2ecf20Sopenharmony_ci#define _VIVID_KTHREAD_CAP_H_ 108c2ecf20Sopenharmony_ci 118c2ecf20Sopenharmony_ciint vivid_start_generating_vid_cap(struct vivid_dev *dev, bool *pstreaming); 128c2ecf20Sopenharmony_civoid vivid_stop_generating_vid_cap(struct vivid_dev *dev, bool *pstreaming); 138c2ecf20Sopenharmony_ci 148c2ecf20Sopenharmony_ci#endif 15