Home
last modified time | relevance | path

Searched refs:rtw_cbuf (Results 1 – 3 of 3) sorted by relevance

/drivers/staging/rtl8723bs/include/
Dosdep_service.h156 struct rtw_cbuf { struct
163 bool rtw_cbuf_full(struct rtw_cbuf *cbuf); argument
164 bool rtw_cbuf_empty(struct rtw_cbuf *cbuf);
165 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf);
166 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf);
167 struct rtw_cbuf *rtw_cbuf_alloc(u32 size);
Drtw_cmd.h62 struct rtw_cbuf *c2h_queue;
/drivers/staging/rtl8723bs/os_dep/
Dosdep_service.c226 inline bool rtw_cbuf_full(struct rtw_cbuf *cbuf) in rtw_cbuf_full()
237 inline bool rtw_cbuf_empty(struct rtw_cbuf *cbuf) in rtw_cbuf_empty()
250 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf) in rtw_cbuf_push()
269 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf) in rtw_cbuf_pop()
288 struct rtw_cbuf *rtw_cbuf_alloc(u32 size) in rtw_cbuf_alloc()
290 struct rtw_cbuf *cbuf; in rtw_cbuf_alloc()