/* Callers must declare as a global for the module: * * static LIST_HEAD(hybrid_tuner_instance_list); * * hybrid_tuner_instance_list should be the third argument * passed into hybrid_tuner_request_state(). * * state structure must contain the following: * * struct list_head hybrid_tuner_instance_list; * struct tuner_i2c_props i2c_props; * * hybrid_tuner_instance_list (both within state structure and globally) * is only required if the driver is using hybrid_tuner_request_state * and hybrid_tuner_release_state to manage state sharing between * multiple instances of hybrid tuners.
*/
/* The return value of hybrid_tuner_request_state indicates the number of * instances using this tuner object. * * 0 - no instances, indicates an error - kzalloc must have failed * * 1 - one instance, indicates that the tuner object was created successfully * * 2 (or more) instances, indicates that an existing tuner object was found
*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.