Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8723bs/include/
Dosdep_service.h112 struct rtw_cbuf { struct
119 bool rtw_cbuf_full(struct rtw_cbuf *cbuf); argument
120 bool rtw_cbuf_empty(struct rtw_cbuf *cbuf);
121 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf);
122 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf);
123 struct rtw_cbuf *rtw_cbuf_alloc(u32 size);
Drtw_cmd.h62 struct rtw_cbuf *c2h_queue;
/linux-6.1.9/drivers/staging/rtl8723bs/os_dep/
Dosdep_service.c163 inline bool rtw_cbuf_full(struct rtw_cbuf *cbuf) in rtw_cbuf_full()
174 inline bool rtw_cbuf_empty(struct rtw_cbuf *cbuf) in rtw_cbuf_empty()
187 bool rtw_cbuf_push(struct rtw_cbuf *cbuf, void *buf) in rtw_cbuf_push()
205 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf) in rtw_cbuf_pop()
223 struct rtw_cbuf *rtw_cbuf_alloc(u32 size) in rtw_cbuf_alloc()
225 struct rtw_cbuf *cbuf; in rtw_cbuf_alloc()
/linux-6.1.9/drivers/staging/r8188eu/include/
Dosdep_service.h141 struct rtw_cbuf { struct
148 bool rtw_cbuf_empty(struct rtw_cbuf *cbuf); argument
149 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf);
150 struct rtw_cbuf *rtw_cbuf_alloc(u32 size);
Drtw_cmd.h54 struct rtw_cbuf *c2h_queue;
/linux-6.1.9/drivers/staging/r8188eu/os_dep/
Dosdep_service.c185 inline bool rtw_cbuf_empty(struct rtw_cbuf *cbuf) in rtw_cbuf_empty()
197 void *rtw_cbuf_pop(struct rtw_cbuf *cbuf) in rtw_cbuf_pop()
215 struct rtw_cbuf *rtw_cbuf_alloc(u32 size) in rtw_cbuf_alloc()
217 struct rtw_cbuf *cbuf; in rtw_cbuf_alloc()