dvb_register_frontend(9) Registers a DVB frontend at the adapter

SYNOPSIS

int dvb_register_frontend(struct dvb_adapter * dvb, struct dvb_frontend * fe);

ARGUMENTS

dvb

pointer to the dvb adapter

fe

pointer to the frontend struct

DESCRIPTION

Allocate and initialize the private data needed by the frontend core to manage the frontend and calls dvb_register_device to register a new frontend. It also cleans the property cache that stores the frontend parameters and selects the first available delivery system.

COPYRIGHT