xref: /kernel/linux/linux-5.10/drivers/media/radio/wl128x/fmdrv_v4l2.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/drivers/media/radio/wl128x/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci *  FM Driver for Connectivity chip of Texas Instruments.
48c2ecf20Sopenharmony_ci *
58c2ecf20Sopenharmony_ci *  FM V4L2 module header.
68c2ecf20Sopenharmony_ci *
78c2ecf20Sopenharmony_ci *  Copyright (C) 2011 Texas Instruments
88c2ecf20Sopenharmony_ci */
98c2ecf20Sopenharmony_ci
108c2ecf20Sopenharmony_ci#ifndef _FMDRV_V4L2_H
118c2ecf20Sopenharmony_ci#define _FMDRV_V4L2_H
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#include <media/v4l2-ioctl.h>
148c2ecf20Sopenharmony_ci#include <media/v4l2-common.h>
158c2ecf20Sopenharmony_ci#include <media/v4l2-ctrls.h>
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciint fm_v4l2_init_video_device(struct fmdev *, int);
188c2ecf20Sopenharmony_civoid *fm_v4l2_deinit_video_device(void);
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_ci#endif
21

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