linux/drivers/media/common/b2c2/flexcop-misc.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Linux driver for digital TV devices equipped with B2C2 FlexcopII(b)/III
 * flexcop-misc.c - miscellaneous functions
 * see flexcop.c for copyright information
 */
#include "flexcop.h"

void flexcop_determine_revision(struct flexcop_device *fc)
{}

static const char *flexcop_revision_names[] =;

static const char *flexcop_device_names[] =;

static const char *flexcop_bus_names[] =;

void flexcop_device_name(struct flexcop_device *fc,
		const char *prefix, const char *suffix)
{}

void flexcop_dump_reg(struct flexcop_device *fc,
		flexcop_ibi_register reg, int num)
{}
EXPORT_SYMBOL();