dvb_frontend_reinitialise(9) forces a reinitialisation at the frontend

SYNOPSIS

void dvb_frontend_reinitialise(struct dvb_frontend * fe);

ARGUMENTS

fe

pointer to the frontend struct

DESCRIPTION

Calls dvb_frontend_ops.init and dvb_frontend_ops.tuner_ops.init, and resets SEC tone and voltage (for Satellite systems).

NOTE

Currently, this function is used only by one driver (budget-av). It seems to be due to address some special issue with that specific frontend.

COPYRIGHT