Searched refs:bcmsdh_rwdata (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/bcmdhd/include/ |
D | bcmsdh.h | 164 extern int bcmsdh_rwdata(void *sdh, uint rw, uint32 addr, uint8 *buf, uint nbytes);
|
/drivers/net/wireless/bcmdhd/ |
D | bcmsdh_linux.c | 772 EXPORT_SYMBOL(bcmsdh_rwdata);
|
D | bcmsdh.c | 569 bcmsdh_rwdata(void *sdh, uint rw, uint32 addr, uint8 *buf, uint nbytes) in bcmsdh_rwdata() function
|
D | dhd_sdio.c | 3033 if ((bcmerror = bcmsdh_rwdata(bus->sdh, write, sdaddr, data, dsize))) { in dhdsdio_membytes()
|