Home
last modified time | relevance | path

Searched refs:complete (Results 1 – 4 of 4) sorted by relevance

/hardware/broadcom/wlan/bcm4329/src/include/
Dbcmsdh.h129 bcmsdh_cmplt_fn_t complete, void *handle);
132 bcmsdh_cmplt_fn_t complete, void *handle);
/hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
Dbcmsdh.c449 bcmsdh_cmplt_fn_t complete, void *handle) in bcmsdh_recv_buf() argument
492 bcmsdh_cmplt_fn_t complete, void *handle) in bcmsdh_send_buf() argument
/hardware/ti/omap3/dspbridge/libbridge/
DCOPYING44 complete object files to the recipients, so that they can relink them
137 making modifications to it. For a library, complete source code means
151 complete source code as you receive it, in any medium, provided that
230 it with the complete corresponding machine-readable source code, which
286 a) Accompany the work with the complete corresponding
290 with the Library, with the complete machine-readable "work that
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
Ddhd_sdio.c426 void *pkt, bcmsdh_cmplt_fn_t complete, void *handle);
429 void *pkt, bcmsdh_cmplt_fn_t complete, void *handle);
5327 void *pkt, bcmsdh_cmplt_fn_t complete, void *handle) in dhd_bcmsdh_recv_buf() argument
5332 status = bcmsdh_recv_buf(bus->sdh, addr, fn, flags, buf, nbytes, pkt, complete, handle); in dhd_bcmsdh_recv_buf()
5338 void *pkt, bcmsdh_cmplt_fn_t complete, void *handle) in dhd_bcmsdh_send_buf() argument
5340 return (bcmsdh_send_buf(bus->sdh, addr, fn, flags, buf, nbytes, pkt, complete, handle)); in dhd_bcmsdh_send_buf()