| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/os_dep/linux/ |
| H A D | rtw_proc.c | 155 const struct rtw_proc_hdl drv_proc_hdls [] = { variable 165 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 171 const struct rtw_proc_hdl *hdl = drv_proc_hdls+index; in rtw_drv_proc_open() 178 const struct rtw_proc_hdl *hdl = drv_proc_hdls+index; in rtw_drv_proc_write() 215 entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_fops, (void *)i); in rtw_drv_proc_init() 236 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/os_dep/linux/ |
| H A D | rtw_proc.c | 171 const struct rtw_proc_hdl drv_proc_hdls [] = { variable 183 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 189 const struct rtw_proc_hdl *hdl = drv_proc_hdls+index; in rtw_drv_proc_open() 196 const struct rtw_proc_hdl *hdl = drv_proc_hdls+index; in rtw_drv_proc_write() 233 entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_fops, (void *)i); in rtw_drv_proc_init() 254 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/ |
| H A D | rtw_proc.c | 183 const struct rtw_proc_hdl drv_proc_hdls[] = { variable 198 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 204 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_open() 226 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_write() 272 if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_drv_proc_init() 273 … entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_seq_fops, (void *)i); in rtw_drv_proc_init() 274 else if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ) in rtw_drv_proc_init() 275 …entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_sseq_fops, (void *)i); in rtw_drv_proc_init() 299 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/ |
| H A D | rtw_proc.c | 173 const struct rtw_proc_hdl drv_proc_hdls[] = { variable 185 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 191 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_open() 198 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_write() 235 entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_fops, (void *)i); in rtw_drv_proc_init() 256 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/ |
| H A D | rtw_proc.c | 207 const struct rtw_proc_hdl drv_proc_hdls[] = { variable 223 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 229 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_open() 255 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_write() 301 if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_drv_proc_init() 302 … entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_seq_fops, (void *)i); in rtw_drv_proc_init() 303 else if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_drv_proc_init() 304 drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_drv_proc_init() 305 …entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_sseq_fops, (void *)i); in rtw_drv_proc_init() 329 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/ |
| H A D | rtw_proc.c | 189 const struct rtw_proc_hdl drv_proc_hdls[] = { variable 205 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 211 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_open() 233 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_write() 279 if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_drv_proc_init() 280 … entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_seq_fops, (void *)i); in rtw_drv_proc_init() 281 else if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ) in rtw_drv_proc_init() 282 …entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_sseq_fops, (void *)i); in rtw_drv_proc_init() 306 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/ |
| H A D | rtw_proc.c | 189 const struct rtw_proc_hdl drv_proc_hdls[] = { variable 205 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 211 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_open() 233 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_write() 279 if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_drv_proc_init() 280 … entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_seq_fops, (void *)i); in rtw_drv_proc_init() 281 else if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ) in rtw_drv_proc_init() 282 …entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_sseq_fops, (void *)i); in rtw_drv_proc_init() 306 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/ |
| H A D | rtw_proc.c | 189 const struct rtw_proc_hdl drv_proc_hdls[] = { variable 205 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 211 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_open() 233 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_write() 279 if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_drv_proc_init() 280 … entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_seq_fops, (void *)i); in rtw_drv_proc_init() 281 else if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ) in rtw_drv_proc_init() 282 …entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_sseq_fops, (void *)i); in rtw_drv_proc_init() 306 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/ |
| H A D | rtw_proc.c | 213 const struct rtw_proc_hdl drv_proc_hdls[] = { variable 230 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 236 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_open() 262 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_write() 324 if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_drv_proc_init() 325 … entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_seq_fops, (void *)i); in rtw_drv_proc_init() 326 else if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_drv_proc_init() 327 drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_drv_proc_init() 328 …entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_sseq_fops, (void *)i); in rtw_drv_proc_init() 352 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/ |
| H A D | rtw_proc.c | 214 const struct rtw_proc_hdl drv_proc_hdls[] = { variable 231 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 237 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_open() 263 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_write() 309 if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_drv_proc_init() 310 … entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_seq_fops, (void *)i); in rtw_drv_proc_init() 311 else if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_drv_proc_init() 312 drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_drv_proc_init() 313 …entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_sseq_fops, (void *)i); in rtw_drv_proc_init() 337 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/os_dep/linux/ |
| H A D | rtw_proc.c | 267 const struct rtw_proc_hdl drv_proc_hdls[] = { variable 293 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 299 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_open() 328 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_write() 390 if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_drv_proc_init() 391 … entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_seq_fops, (void *)i); in rtw_drv_proc_init() 392 else if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_drv_proc_init() 393 drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_drv_proc_init() 394 …entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_sseq_fops, (void *)i); in rtw_drv_proc_init() 418 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/os_dep/linux/ |
| H A D | rtw_proc.c | 265 const struct rtw_proc_hdl drv_proc_hdls[] = { variable 291 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 297 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_open() 326 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_write() 388 if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_drv_proc_init() 389 … entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_seq_fops, (void *)i); in rtw_drv_proc_init() 390 else if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_drv_proc_init() 391 drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_drv_proc_init() 392 …entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_sseq_fops, (void *)i); in rtw_drv_proc_init() 416 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/ |
| H A D | rtw_proc.c | 223 const struct rtw_proc_hdl drv_proc_hdls[] = { variable 245 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 251 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_open() 277 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_write() 339 if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_drv_proc_init() 340 … entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_seq_fops, (void *)i); in rtw_drv_proc_init() 341 else if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_drv_proc_init() 342 drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_drv_proc_init() 343 …entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_sseq_fops, (void *)i); in rtw_drv_proc_init() 367 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/ |
| H A D | rtw_proc.c | 274 const struct rtw_proc_hdl drv_proc_hdls[] = { variable 302 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 308 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_open() 334 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_write() 396 if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_drv_proc_init() 397 … entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_seq_fops, (void *)i); in rtw_drv_proc_init() 398 else if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_drv_proc_init() 399 drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_drv_proc_init() 400 …entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_sseq_fops, (void *)i); in rtw_drv_proc_init() 424 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/ |
| H A D | rtw_proc.c | 260 const struct rtw_proc_hdl drv_proc_hdls[] = { variable 284 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 290 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_open() 316 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_write() 378 if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_drv_proc_init() 379 … entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_seq_fops, (void *)i); in rtw_drv_proc_init() 380 else if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_drv_proc_init() 381 drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_drv_proc_init() 382 …entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_sseq_fops, (void *)i); in rtw_drv_proc_init() 406 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/ |
| H A D | rtw_proc.c | 224 const struct rtw_proc_hdl drv_proc_hdls[] = { variable 246 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 252 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_open() 278 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_write() 340 if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_drv_proc_init() 341 … entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_seq_fops, (void *)i); in rtw_drv_proc_init() 342 else if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_drv_proc_init() 343 drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_drv_proc_init() 344 …entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_sseq_fops, (void *)i); in rtw_drv_proc_init() 368 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/ |
| H A D | rtw_proc.c | 215 const struct rtw_proc_hdl drv_proc_hdls[] = { variable 234 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 240 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_open() 266 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_write() 328 if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_drv_proc_init() 329 … entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_seq_fops, (void *)i); in rtw_drv_proc_init() 330 else if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_drv_proc_init() 331 drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_drv_proc_init() 332 …entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_sseq_fops, (void *)i); in rtw_drv_proc_init() 356 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/ |
| H A D | rtw_proc.c | 274 const struct rtw_proc_hdl drv_proc_hdls[] = { variable 302 const int drv_proc_hdls_num = sizeof(drv_proc_hdls) / sizeof(struct rtw_proc_hdl); 308 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_open() 334 const struct rtw_proc_hdl *hdl = drv_proc_hdls + index; in rtw_drv_proc_write() 396 if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_drv_proc_init() 397 … entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_seq_fops, (void *)i); in rtw_drv_proc_init() 398 else if (drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_drv_proc_init() 399 drv_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_drv_proc_init() 400 …entry = rtw_proc_create_entry(drv_proc_hdls[i].name, rtw_proc, &rtw_drv_proc_sseq_fops, (void *)i); in rtw_drv_proc_init() 424 remove_proc_entry(drv_proc_hdls[i].name, rtw_proc); in rtw_drv_proc_deinit()
|