Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
mci.c File Reference
#include <linux/dma-mapping.h>
#include <linux/slab.h>
#include "ath9k.h"
#include "mci.h"

Go to the source code of this file.

Functions

void ath_mci_flush_profile (struct ath_mci_profile *mci)
 
int ath_mci_setup (struct ath_softc *sc)
 
void ath_mci_cleanup (struct ath_softc *sc)
 
void ath_mci_intr (struct ath_softc *sc)
 
void ath_mci_enable (struct ath_softc *sc)
 

Function Documentation

void ath_mci_cleanup ( struct ath_softc sc)

Definition at line 429 of file mci.c.

void ath_mci_enable ( struct ath_softc sc)

Definition at line 593 of file mci.c.

void ath_mci_flush_profile ( struct ath_mci_profile mci)

Definition at line 78 of file mci.c.

void ath_mci_intr ( struct ath_softc sc)

Definition at line 446 of file mci.c.

int ath_mci_setup ( struct ath_softc sc)

Definition at line 390 of file mci.c.