Lines Matching +full:tuning +full:- +full:step
4 * The Digital TV Frontend kABI defines a driver-internal interface for
5 * registering low-level, hardware specific driver to a hardware independent
28 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
61 * struct dvb_frontend_tune_settings - parameters to adjust frontend tuning
63 * @min_delay_ms: minimum delay for tuning, in ms
64 * @step_size: step size between two consecutive frequencies
78 * struct dvb_tuner_info - Frontend name and min/max ranges/bandwidths
83 * @frequency_step_hz: frequency step in Hz
86 * @bandwidth_step: frontend bandwidth step
101 * struct analog_parameters - Parameters to tune into an analog/radio channel
103 * @frequency: Frequency used by analog TV tuner (either in 62.5 kHz step,
122 * enum dvbfe_algo - defines the algorithm used to tune into a channel
124 * @DVBFE_ALGO_HW: Hardware Algorithm -
130 * @DVBFE_ALGO_SW: Software Algorithm -
133 * @DVBFE_ALGO_CUSTOM: Customizable Agorithm -
136 * software zig-zag. In this case the zigzag maybe hardware assisted
141 * @DVBFE_ALGO_RECOVERY: Recovery Algorithm -
152 * enum dvbfe_search - search callback possible return status
183 * struct dvb_tuner_ops - Tuner information and callbacks
205 * @set_config: callback function used to send some tuner-specific
253 * This is support for demods like the mt352 - fills out the supplied
262 * facilitate silicon tuners which require sophisticated tuning loops,
272 * struct analog_demod_info - Information struct for analog TV part of the demod
281 * struct analog_demod_ops - Demodulation information and callbacks for
299 * @set_config: callback function used to send some tuner-specific
315 /** This is to allow setting tuner-specific configuration */
322 * struct dvb_frontend_internal_info - Frontend properties and capabilities
351 * struct dvb_frontend_ops - Demodulation information and callbacks for
456 /* get frontend tuning algorithm from the module */
488 * tuning algorithms, rather than a simple swzigzag
511 * struct dtv_frontend_properties - contains a list of properties that are
533 * @isdbt_partial_reception: ISDB-T partial reception (only ISDB standard)
534 * @isdbt_sb_mode: ISDB-T Sound Broadcast (SB) mode (only ISDB standard)
535 * @isdbt_sb_subchannel: ISDB-T SB subchannel (only ISDB standard)
536 * @isdbt_sb_segment_idx: ISDB-T SB segment index (only ISDB standard)
537 * @isdbt_sb_segment_count: ISDB-T SB segment count (only ISDB standard)
539 * @layer: ISDB per-layer data (only ISDB standard)
545 * hardware supports (DVB-S2 and DVB-T2).
546 * @scrambling_sequence_index: Carries the index of the DVB-S2 physical layer
549 * signaling data (only ATSC-M/H)
550 * @atscmh_parade_id: Parade identification number (only ATSC-M/H)
552 * parade (only ATSC-M/H)
555 * (only ATSC-M/H)
556 * @atscmh_sgn: Start group number (only ATSC-M/H)
557 * @atscmh_prc: Parade repetition cycle (only ATSC-M/H)
558 * @atscmh_rs_frame_mode: Reed Solomon (RS) frame mode (only ATSC-M/H)
559 * @atscmh_rs_frame_ensemble: RS frame ensemble (only ATSC-M/H)
560 * @atscmh_rs_code_mode_pri: RS code mode pri (only ATSC-M/H)
561 * @atscmh_rs_code_mode_sec: RS code mode sec (only ATSC-M/H)
563 * Block Mode (only ATSC-M/H)
564 * @atscmh_sccc_code_mode_a: SCCC code mode A (only ATSC-M/H)
565 * @atscmh_sccc_code_mode_b: SCCC code mode B (only ATSC-M/H)
566 * @atscmh_sccc_code_mode_c: SCCC code mode C (only ATSC-M/H)
567 * @atscmh_sccc_code_mode_d: SCCC code mode D (only ATSC-M/H)
568 * @lna: Power ON/OFF/AUTO the Linear Now-noise Amplifier (LNA)
572 * @pre_bit_error: DVBv5 API statistics: pre-Viterbi bit error count
573 * @pre_bit_count: DVBv5 API statistics: pre-Viterbi bit count
574 * @post_bit_error: DVBv5 API statistics: post-Viterbi bit error count
575 * @post_bit_count: DVBv5 API statistics: post-Viterbi bit count
609 /* ISDB-T specifics */
629 /* ATSC-MH specifics */
666 * struct dvb_frontend - Frontend structure to be used on drivers.
704 * dvb_register_frontend() - Registers a DVB frontend at the adapter
718 * dvb_unregister_frontend() - Unregisters a DVB frontend
732 * dvb_frontend_detach() - Detaches and frees frontend specific data
748 * dvb_frontend_suspend() - Suspends a Digital TV frontend
766 * dvb_frontend_resume() - Resumes a Digital TV frontend
787 * dvb_frontend_reinitialise() - forces a reinitialisation at the frontend
794 * NOTE: Currently, this function is used only by one driver (budget-av).
801 * dvb_frontend_sleep_until() - Sleep for the amount of time given by