xref: /kernel/linux/linux-6.6/drivers/media/usb/ttusb-dec/ttusbdecfe.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-6.6/drivers/media/usb/ttusb-dec/
162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * TTUSB DEC Driver
462306a36Sopenharmony_ci *
562306a36Sopenharmony_ci * Copyright (C) 2003-2004 Alex Woods <linux-dvb@giblets.org>
662306a36Sopenharmony_ci */
762306a36Sopenharmony_ci
862306a36Sopenharmony_ci#ifndef TTUSBDECFE_H
962306a36Sopenharmony_ci#define TTUSBDECFE_H
1062306a36Sopenharmony_ci
1162306a36Sopenharmony_ci#include <linux/dvb/frontend.h>
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_cistruct ttusbdecfe_config
1462306a36Sopenharmony_ci{
1562306a36Sopenharmony_ci	int (*send_command)(struct dvb_frontend* fe, const u8 command,
1662306a36Sopenharmony_ci			    int param_length, const u8 params[],
1762306a36Sopenharmony_ci			    int *result_length, u8 cmd_result[]);
1862306a36Sopenharmony_ci};
1962306a36Sopenharmony_ci
2062306a36Sopenharmony_ciextern struct dvb_frontend* ttusbdecfe_dvbs_attach(const struct ttusbdecfe_config* config);
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_ciextern struct dvb_frontend* ttusbdecfe_dvbt_attach(const struct ttusbdecfe_config* config);
2362306a36Sopenharmony_ci
2462306a36Sopenharmony_ci#endif // TTUSBDECFE_H
25

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