xref: /kernel/linux/linux-6.6/drivers/media/pci/ivtv/ivtv-firmware.h (revision 62306a36)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/media/pci/ivtv/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci    ivtv firmware functions.
462306a36Sopenharmony_ci    Copyright (C) 2003-2004  Kevin Thayer <nufan_wfk at yahoo.com>
562306a36Sopenharmony_ci    Copyright (C) 2004  Chris Kennedy <c@groovy.org>
662306a36Sopenharmony_ci    Copyright (C) 2005-2007  Hans Verkuil <hverkuil@xs4all.nl>
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci */
962306a36Sopenharmony_ci
1062306a36Sopenharmony_ci#ifndef IVTV_FIRMWARE_H
1162306a36Sopenharmony_ci#define IVTV_FIRMWARE_H
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ciint ivtv_firmware_init(struct ivtv *itv);
1462306a36Sopenharmony_civoid ivtv_firmware_versions(struct ivtv *itv);
1562306a36Sopenharmony_civoid ivtv_halt_firmware(struct ivtv *itv);
1662306a36Sopenharmony_civoid ivtv_init_mpeg_decoder(struct ivtv *itv);
1762306a36Sopenharmony_ciint ivtv_firmware_check(struct ivtv *itv, char *where);
1862306a36Sopenharmony_ci
1962306a36Sopenharmony_ci#endif
20

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