Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/os_dep/
Drtw_proc.c82 static const struct rtw_proc_hdl drv_proc_hdls[] = {
87 static const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl);
93 const struct rtw_proc_hdl *hdl = drv_proc_hdls+index; in rtw_drv_proc_open()
101 const struct rtw_proc_hdl *hdl = drv_proc_hdls+index; in rtw_drv_proc_write()
360 static const struct rtw_proc_hdl adapter_proc_hdls[] = {
419 static const int adapter_proc_hdls_num = sizeof(adapter_proc_hdls) / sizeof(struct rtw_proc_hdl);
424 const struct rtw_proc_hdl *hdl = adapter_proc_hdls+index; in rtw_adapter_proc_open()
432 const struct rtw_proc_hdl *hdl = adapter_proc_hdls+index; in rtw_adapter_proc_write()
595 static const struct rtw_proc_hdl odm_proc_hdls[] = {
602 static const int odm_proc_hdls_num = sizeof(odm_proc_hdls) / sizeof(struct rtw_proc_hdl);
[all …]
Drtw_proc.h13 struct rtw_proc_hdl { struct