Lines Matching full: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 * @suspend: callback function used to inform that the Kernel will
369 * @resume: callback function used to inform that the Kernel is
371 * @write: callback function used by some demod legacy drivers to
374 * @tune: callback function used by demod drivers that use
377 * @set_frontend: callback function used to inform the demod to set the
383 * @get_tune_settings: callback function
384 * @get_frontend: callback function used to inform the parameters
391 * @read_ber: legacy callback function to return the bit error rate.
394 * callback only if DVBv3 API compatibility is wanted.
395 * @read_signal_strength: legacy callback function to return the signal
398 * implementing this callback only if DVBv3 API
400 * @read_snr: legacy callback function to return the Signal/Noise
403 * implementing this callback only if DVBv3 API
405 * @read_ucblocks: legacy callback function to return the Uncorrected Error
408 * implementing this callback only if DVBv3 API
410 * @diseqc_reset_overload: callback function to implement the
412 * @diseqc_send_master_cmd: callback function to implement the
414 * @diseqc_recv_slave_reply: callback function to implement the
416 * @diseqc_send_burst: callback function to implement the
418 * @set_tone: callback function to implement the
420 * @set_voltage: callback function to implement the
422 * @enable_high_lnb_voltage: callback function to implement the
424 * @dishnetwork_send_legacy_command: callback function to implement the
433 * @ts_bus_ctrl: callback function used to take control of the TS bus.
434 * @set_lna: callback function to power on/off/auto the LNA.
435 * @search: callback function used on some custom algo search algos.
684 * @callback: callback function used on some drivers to call
704 int (*callback)(void *adapter_priv, int component, int cmd, int arg); member
823 * callback.
826 * legacy callback is provided by the Kernel. The only situation where this