Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/include/
H A Dosdep_service.h105 struct rtw_cbuf { struct
112 bool rtw_cbuf_full(struct rtw_cbuf *cbuf); argument
113 bool rtw_cbuf_empty(struct rtw_cbuf *cbuf);
114 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf);
115 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf);
116 struct rtw_cbuf *rtw_cbuf_alloc(u32 size);
/linux/drivers/staging/rtl8723bs/os_dep/
H A Dosdep_service.c158 * @cbuf: pointer of struct rtw_cbuf
162 inline bool rtw_cbuf_full(struct rtw_cbuf *cbuf) in rtw_cbuf_full()
169 * @cbuf: pointer of struct rtw_cbuf
173 inline bool rtw_cbuf_empty(struct rtw_cbuf *cbuf) in rtw_cbuf_empty()
180 * @cbuf: pointer of struct rtw_cbuf
186 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf) in rtw_cbuf_push()
199 * @cbuf: pointer of struct rtw_cbuf
204 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf) in rtw_cbuf_pop()
217 * rtw_cbuf_alloc - allocate a rtw_cbuf with given size and do initialization
220 * Returns: pointer of srtuct rtw_cbuf, NUL
[all...]