|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
| struct crystalhd_ioctl_data * | chd_dec_alloc_iodata (struct crystalhd_adp *adp, bool isr) |
| void | chd_dec_free_iodata (struct crystalhd_adp *adp, struct crystalhd_ioctl_data *iodata, bool isr) |
| MODULE_DEVICE_TABLE (pci, chd_dec_pci_id_table) | |
| void | chd_set_log_level (struct crystalhd_adp *adp, char *arg) |
| struct crystalhd_adp * | chd_get_adp (void) |
| module_init (chd_dec_module_init) | |
| module_exit (chd_dec_module_cleanup) | |
| MODULE_AUTHOR ("Naren Sankar <[email protected]>") | |
| MODULE_AUTHOR ("Prasad Bolisetty <[email protected]>") | |
| MODULE_DESCRIPTION (CRYSTAL_HD_NAME) | |
| MODULE_LICENSE ("GPL") | |
| MODULE_ALIAS ("bcm70012") | |
|
read |
Definition at line 78 of file crystalhd_lnx.c.
| void chd_dec_free_iodata | ( | struct crystalhd_adp * | adp, |
| struct crystalhd_ioctl_data * | iodata, | ||
| bool | isr | ||
| ) |
Definition at line 98 of file crystalhd_lnx.c.
|
read |
Definition at line 742 of file crystalhd_lnx.c.
| void chd_set_log_level | ( | struct crystalhd_adp * | adp, |
| char * | arg | ||
| ) |
Definition at line 722 of file crystalhd_lnx.c.
| MODULE_ALIAS | ( | "bcm70012" | ) |
| MODULE_AUTHOR | ( | "Naren Sankar <[email protected]>" | ) |
| MODULE_AUTHOR | ( | "Prasad Bolisetty <[email protected]>" | ) |
| MODULE_DESCRIPTION | ( | CRYSTAL_HD_NAME | ) |
| MODULE_DEVICE_TABLE | ( | pci | , |
| chd_dec_pci_id_table | |||
| ) |
| module_exit | ( | chd_dec_module_cleanup | ) |
| module_init | ( | chd_dec_module_init | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2