Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
core.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include <linux/pci.h>
#include <linux/interrupt.h>
#include <linux/slab.h>
#include <linux/videodev2.h>
#include "solo6x10.h"
#include "tw28.h"

Go to the source code of this file.

Functions

 MODULE_DESCRIPTION ("Softlogic 6x10 MP4/H.264 Encoder/Decoder V4L2/ALSA Driver")
 
 MODULE_AUTHOR ("Ben Collins <[email protected]>")
 
 MODULE_VERSION (SOLO6X10_VERSION)
 
 MODULE_LICENSE ("GPL")
 
void solo_irq_on (struct solo_dev *solo_dev, u32 mask)
 
void solo_irq_off (struct solo_dev *solo_dev, u32 mask)
 
 MODULE_DEVICE_TABLE (pci, solo_id_table)
 
 module_pci_driver (solo_pci_driver)
 

Function Documentation

MODULE_AUTHOR ( "Ben Collins <[email protected]>"  )
MODULE_DESCRIPTION ( "Softlogic 6x10 MP4/H.264 Encoder/Decoder V4L2/ALSA Driver"  )
MODULE_DEVICE_TABLE ( pci  ,
solo_id_table   
)
MODULE_LICENSE ( "GPL"  )
module_pci_driver ( solo_pci_driver  )
MODULE_VERSION ( SOLO6X10_VERSION  )
void solo_irq_off ( struct solo_dev solo_dev,
u32  mask 
)

Definition at line 40 of file core.c.

void solo_irq_on ( struct solo_dev solo_dev,
u32  mask 
)

Definition at line 34 of file core.c.