xref: /kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/vivid-ctrls.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * vivid-ctrls.h - control 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_CTRLS_H_
98c2ecf20Sopenharmony_ci#define _VIVID_CTRLS_H_
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_cienum vivid_hw_seek_modes {
128c2ecf20Sopenharmony_ci	VIVID_HW_SEEK_BOUNDED,
138c2ecf20Sopenharmony_ci	VIVID_HW_SEEK_WRAP,
148c2ecf20Sopenharmony_ci	VIVID_HW_SEEK_BOTH,
158c2ecf20Sopenharmony_ci};
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciint vivid_create_controls(struct vivid_dev *dev, bool show_ccs_cap,
188c2ecf20Sopenharmony_ci		bool show_ccs_out, bool no_error_inj,
198c2ecf20Sopenharmony_ci		bool has_sdtv, bool has_hdmi);
208c2ecf20Sopenharmony_civoid vivid_free_controls(struct vivid_dev *dev);
218c2ecf20Sopenharmony_ci
228c2ecf20Sopenharmony_ci#endif
23

Indexes created Thu Nov 07 10:32:03 CST 2024