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

Go to the source code of this file.

Functions

int brcmf_proto_attach (struct brcmf_pub *drvr)
 
void brcmf_proto_detach (struct brcmf_pub *drvr)
 
int brcmf_proto_init (struct brcmf_pub *drvr)
 
void brcmf_proto_stop (struct brcmf_pub *drvr)
 
void brcmf_proto_hdrpush (struct brcmf_pub *, int ifidx, struct sk_buff *txp)
 
int brcmf_proto_dcmd (struct brcmf_pub *drvr, int ifidx, struct brcmf_dcmd *dcmd, int len)
 
int brcmf_c_preinit_dcmds (struct brcmf_pub *drvr)
 
int brcmf_proto_cdc_set_dcmd (struct brcmf_pub *drvr, int ifidx, uint cmd, void *buf, uint len)
 

Function Documentation

int brcmf_c_preinit_dcmds ( struct brcmf_pub drvr)

Definition at line 853 of file dhd_common.c.

int brcmf_proto_attach ( struct brcmf_pub drvr)

Definition at line 422 of file dhd_cdc.c.

int brcmf_proto_cdc_set_dcmd ( struct brcmf_pub drvr,
int  ifidx,
uint  cmd,
void buf,
uint  len 
)

Definition at line 221 of file dhd_cdc.c.

int brcmf_proto_dcmd ( struct brcmf_pub drvr,
int  ifidx,
struct brcmf_dcmd dcmd,
int  len 
)

Definition at line 274 of file dhd_cdc.c.

void brcmf_proto_detach ( struct brcmf_pub drvr)

Definition at line 448 of file dhd_cdc.c.

void brcmf_proto_hdrpush ( struct brcmf_pub ,
int  ifidx,
struct sk_buff txp 
)

Definition at line 353 of file dhd_cdc.c.

int brcmf_proto_init ( struct brcmf_pub drvr)

Definition at line 454 of file dhd_cdc.c.

void brcmf_proto_stop ( struct brcmf_pub drvr)

Definition at line 483 of file dhd_cdc.c.