Lines Matching full:front
303 * DVB Front-End
325 * @connectivity_list: List of front-ends that can be connected to a
362 * front-ends from the generic type struct list_head
376 * @frontend: Front-end connected to the demux
408 * front-end, the demux driver software will read packets from memory.
483 * @add_frontend: Registers a connectivity between a demux and a front-end,
485 * @connect_frontend to use the given front-end as a TS source. The
493 * The @frontend function parameter contains a pointer to the front-end
499 * @remove_frontend: Indicates that the given front-end, registered by a call
501 * demux. The function should be called when a front-end driver or a demux
502 * driver is removed from the system. If the front-end is in use, the
509 * The @frontend function parameter contains a pointer to the front-end
513 * -ENODEV, if the front-end was not found,
516 * @get_frontends: Provides the APIs of the front-ends that have been
517 * registered for this demux. Any of the front-ends obtained with this
525 * It returns a struct list_head pointer to the list of front-end
528 * @connect_frontend: Connects the TS output of the front-end to the input of
529 * the demux. A demux can only be connected to a front-end registered to
531 * possible to connect multiple demuxes to the same front-end, depending
532 * on the capabilities of the HW platform. When not used, the front-end
536 * The @frontend function parameter contains a pointer to the front-end
542 * @disconnect_frontend: Disconnects the demux and a front-end previously