Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
hpioctl.h File Reference

Go to the source code of this file.

Macros

#define HOWNER_KERNEL   ((void *)-1)
 

Functions

int __devinit asihpi_adapter_probe (struct pci_dev *pci_dev, const struct pci_device_id *pci_id)
 
void __devexit asihpi_adapter_remove (struct pci_dev *pci_dev)
 
void __init asihpi_init (void)
 
void __exit asihpi_exit (void)
 
int asihpi_hpi_release (struct file *file)
 
long asihpi_hpi_ioctl (struct file *file, unsigned int cmd, unsigned long arg)
 
void hpi_send_recv (struct hpi_message *phm, struct hpi_response *phr)
 

Macro Definition Documentation

#define HOWNER_KERNEL   ((void *)-1)

Definition at line 38 of file hpioctl.h.

Function Documentation

int __devinit asihpi_adapter_probe ( struct pci_dev pci_dev,
const struct pci_device_id pci_id 
)

Definition at line 310 of file hpioctl.c.

void __devexit asihpi_adapter_remove ( struct pci_dev pci_dev)

Definition at line 424 of file hpioctl.c.

void __exit asihpi_exit ( void  )

Definition at line 474 of file hpioctl.c.

long asihpi_hpi_ioctl ( struct file file,
unsigned int  cmd,
unsigned long  arg 
)

Definition at line 101 of file hpioctl.c.

int asihpi_hpi_release ( struct file file)

Definition at line 88 of file hpioctl.c.

void __init asihpi_init ( void  )

Definition at line 460 of file hpioctl.c.

void hpi_send_recv ( struct hpi_message phm,
struct hpi_response phr 
)

Definition at line 80 of file hpioctl.c.