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
462 /* get frontend tuning algorithm from the module */
494 * tuning algorithms, rather than a simple swzigzag
517 * struct dtv_frontend_properties - contains a list of properties that are
539 * @isdbt_partial_reception: ISDB-T partial reception (only ISDB standard)
540 * @isdbt_sb_mode: ISDB-T Sound Broadcast (SB) mode (only ISDB standard)
541 * @isdbt_sb_subchannel: ISDB-T SB subchannel (only ISDB standard)
542 * @isdbt_sb_segment_idx: ISDB-T SB segment index (only ISDB standard)
543 * @isdbt_sb_segment_count: ISDB-T SB segment count (only ISDB standard)
545 * @layer: ISDB per-layer data (only ISDB standard)
551 * hardware supports (DVB-S2 and DVB-T2).
552 * @scrambling_sequence_index: Carries the index of the DVB-S2 physical layer
555 * signaling data (only ATSC-M/H)
556 * @atscmh_parade_id: Parade identification number (only ATSC-M/H)
558 * parade (only ATSC-M/H)
561 * (only ATSC-M/H)
562 * @atscmh_sgn: Start group number (only ATSC-M/H)
563 * @atscmh_prc: Parade repetition cycle (only ATSC-M/H)
564 * @atscmh_rs_frame_mode: Reed Solomon (RS) frame mode (only ATSC-M/H)
565 * @atscmh_rs_frame_ensemble: RS frame ensemble (only ATSC-M/H)
566 * @atscmh_rs_code_mode_pri: RS code mode pri (only ATSC-M/H)
567 * @atscmh_rs_code_mode_sec: RS code mode sec (only ATSC-M/H)
569 * Block Mode (only ATSC-M/H)
570 * @atscmh_sccc_code_mode_a: SCCC code mode A (only ATSC-M/H)
571 * @atscmh_sccc_code_mode_b: SCCC code mode B (only ATSC-M/H)
572 * @atscmh_sccc_code_mode_c: SCCC code mode C (only ATSC-M/H)
573 * @atscmh_sccc_code_mode_d: SCCC code mode D (only ATSC-M/H)
574 * @lna: Power ON/OFF/AUTO the Linear Now-noise Amplifier (LNA)
578 * @pre_bit_error: DVBv5 API statistics: pre-Viterbi bit error count
579 * @pre_bit_count: DVBv5 API statistics: pre-Viterbi bit count
580 * @post_bit_error: DVBv5 API statistics: post-Viterbi bit error count
581 * @post_bit_count: DVBv5 API statistics: post-Viterbi bit count
615 /* ISDB-T specifics */
635 /* ATSC-MH specifics */
672 * struct dvb_frontend - Frontend structure to be used on drivers.
710 * dvb_register_frontend() - Registers a DVB frontend at the adapter
724 * dvb_unregister_frontend() - Unregisters a DVB frontend
738 * dvb_frontend_detach() - Detaches and frees frontend specific data
754 * dvb_frontend_suspend() - Suspends a Digital TV frontend
773 * dvb_frontend_resume() - Resumes a Digital TV frontend
796 * dvb_frontend_reinitialise() - forces a reinitialisation at the frontend
803 * NOTE: Currently, this function is used only by one driver (budget-av).
810 * dvb_frontend_sleep_until() - Sleep for the amount of time given by