Linux kernel & device driver programming

Cross-Referenced Linux and Device Driver Code

[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ]
Version: [ 2.6.11.8 ] [ 2.6.25 ] [ 2.6.25.8 ] [ 2.6.31.13 ] Architecture: [ i386 ]
  1 #include <linux/module.h>
  2 #include <media/saa7146_vv.h>
  3 
  4 EXPORT_SYMBOL_GPL(saa7146_vbi_uops);
  5 EXPORT_SYMBOL_GPL(saa7146_video_uops);
  6 
  7 EXPORT_SYMBOL_GPL(saa7146_start_preview);
  8 EXPORT_SYMBOL_GPL(saa7146_stop_preview);
  9 
 10 EXPORT_SYMBOL_GPL(saa7146_set_hps_source_and_sync);
 11 EXPORT_SYMBOL_GPL(saa7146_register_device);
 12 EXPORT_SYMBOL_GPL(saa7146_unregister_device);
 13 
 14 EXPORT_SYMBOL_GPL(saa7146_vv_init);
 15 EXPORT_SYMBOL_GPL(saa7146_vv_release);
 16 
  This page was automatically generated by the LXR engine.