Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/include/
Dosdep_service.h250 struct rtw_cbuf { struct
257 bool rtw_cbuf_full(struct rtw_cbuf *cbuf); argument
258 bool rtw_cbuf_empty(struct rtw_cbuf *cbuf);
259 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf);
260 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf);
261 struct rtw_cbuf *rtw_cbuf_alloc(u32 size);
Drtw_cmd.h62 struct rtw_cbuf *c2h_queue;
/Linux-v5.4/drivers/staging/rtl8723bs/os_dep/
Dosdep_service.c371 inline bool rtw_cbuf_full(struct rtw_cbuf *cbuf) in rtw_cbuf_full()
382 inline bool rtw_cbuf_empty(struct rtw_cbuf *cbuf) in rtw_cbuf_empty()
395 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf) in rtw_cbuf_push()
414 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf) in rtw_cbuf_pop()
433 struct rtw_cbuf *rtw_cbuf_alloc(u32 size) in rtw_cbuf_alloc()
435 struct rtw_cbuf *cbuf; in rtw_cbuf_alloc()