Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
mmc.c File Reference
#include <linux/usb/wusb.h>
#include <linux/slab.h>
#include <linux/export.h>
#include "wusbhc.h"

Go to the source code of this file.

Functions

int wusbhc_mmcie_create (struct wusbhc *wusbhc)
 
void wusbhc_mmcie_destroy (struct wusbhc *wusbhc)
 
int wusbhc_mmcie_set (struct wusbhc *wusbhc, u8 interval, u8 repeat_cnt, struct wuie_hdr *wuie)
 
 EXPORT_SYMBOL_GPL (wusbhc_mmcie_set)
 
void wusbhc_mmcie_rm (struct wusbhc *wusbhc, struct wuie_hdr *wuie)
 
 EXPORT_SYMBOL_GPL (wusbhc_mmcie_rm)
 
int wusbhc_start (struct wusbhc *wusbhc)
 
void wusbhc_stop (struct wusbhc *wusbhc)
 
int wusbhc_chid_set (struct wusbhc *wusbhc, const struct wusb_ckhdid *chid)
 
 EXPORT_SYMBOL_GPL (wusbhc_chid_set)
 

Function Documentation

EXPORT_SYMBOL_GPL ( wusbhc_mmcie_set  )
EXPORT_SYMBOL_GPL ( wusbhc_mmcie_rm  )
EXPORT_SYMBOL_GPL ( wusbhc_chid_set  )
int wusbhc_chid_set ( struct wusbhc wusbhc,
const struct wusb_ckhdid chid 
)

Definition at line 264 of file mmc.c.

int wusbhc_mmcie_create ( struct wusbhc wusbhc)

Definition at line 45 of file mmc.c.

void wusbhc_mmcie_destroy ( struct wusbhc wusbhc)

Definition at line 56 of file mmc.c.

void wusbhc_mmcie_rm ( struct wusbhc wusbhc,
struct wuie_hdr wuie 
)

Definition at line 141 of file mmc.c.

int wusbhc_mmcie_set ( struct wusbhc wusbhc,
u8  interval,
u8  repeat_cnt,
struct wuie_hdr wuie 
)

Definition at line 94 of file mmc.c.

int wusbhc_start ( struct wusbhc wusbhc)

Definition at line 192 of file mmc.c.

void wusbhc_stop ( struct wusbhc wusbhc)

Definition at line 249 of file mmc.c.