Lines Matching defs:callback
152 * enum dvbfe_search - search callback possible return status
186 * @release: callback function called when frontend is detached.
188 * @init: callback function used to initialize the tuner device.
189 * @sleep: callback function used to put the tuner to sleep.
190 * @suspend: callback function used to inform that the Kernel will
192 * @resume: callback function used to inform that the Kernel is
194 * @set_params: callback function used to inform the tuner to tune
202 * @set_analog_params: callback function used to tune into an analog TV
205 * @set_config: callback function used to send some tuner-specific
217 * @calc_regs: callback function used to pass register data settings
285 * @set_params: callback function used to inform the demod to set the
292 * @tuner_status: callback function that returns tuner status bits, e. g.
295 * @release: callback function called when frontend is detached.
299 * @set_config: callback function used to send some tuner-specific
356 * @detach: callback function called when frontend is detached.
359 * @release: callback function called when frontend is ready to be
362 * @release_sec: callback function requesting that the Satellite Equipment
365 * @init: callback function used to initialize the tuner device.
366 * @sleep: callback function used to put the tuner to sleep.
367 * @write: callback function used by some demod legacy drivers to
370 * @tune: callback function used by demod drivers that use
373 * @set_frontend: callback function used to inform the demod to set the
379 * @get_tune_settings: callback function
380 * @get_frontend: callback function used to inform the parameters
387 * @read_ber: legacy callback function to return the bit error rate.
390 * callback only if DVBv3 API compatibility is wanted.
391 * @read_signal_strength: legacy callback function to return the signal
394 * implementing this callback only if DVBv3 API
396 * @read_snr: legacy callback function to return the Signal/Noise
399 * implementing this callback only if DVBv3 API
401 * @read_ucblocks: legacy callback function to return the Uncorrected Error
404 * implementing this callback only if DVBv3 API
406 * @diseqc_reset_overload: callback function to implement the
408 * @diseqc_send_master_cmd: callback function to implement the
410 * @diseqc_recv_slave_reply: callback function to implement the
412 * @diseqc_send_burst: callback function to implement the
414 * @set_tone: callback function to implement the
416 * @set_voltage: callback function to implement the
418 * @enable_high_lnb_voltage: callback function to implement the
420 * @dishnetwork_send_legacy_command: callback function to implement the
429 * @ts_bus_ctrl: callback function used to take control of the TS bus.
430 * @set_lna: callback function to power on/off/auto the LNA.
431 * @search: callback function used on some custom algo search algos.
678 * @callback: callback function used on some drivers to call
684 * @remove_mutex: mutex that avoids a race condition between a callback
701 int (*callback)(void *adapter_priv, int component, int cmd, int arg);
818 * callback.
821 * legacy callback is provided by the Kernel. The only situation where this