Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dosdep_service.h252 struct rtw_cbuf { struct
259 bool rtw_cbuf_full(struct rtw_cbuf *cbuf); argument
260 bool rtw_cbuf_empty(struct rtw_cbuf *cbuf);
261 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf);
262 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf);
263 struct rtw_cbuf *rtw_cbuf_alloc(u32 size);
Drtw_cmd.h63 struct rtw_cbuf *c2h_queue;
/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Dosdep_service.c387 inline bool rtw_cbuf_full(struct rtw_cbuf *cbuf) in rtw_cbuf_full()
398 inline bool rtw_cbuf_empty(struct rtw_cbuf *cbuf) in rtw_cbuf_empty()
411 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf) in rtw_cbuf_push()
430 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf) in rtw_cbuf_pop()
449 struct rtw_cbuf *rtw_cbuf_alloc(u32 size) in rtw_cbuf_alloc()
451 struct rtw_cbuf *cbuf; in rtw_cbuf_alloc()