Home
last modified time | relevance | path

Searched refs:mcc_proc_hdls (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/os_dep/linux/
H A Drtw_proc.c3247 const struct rtw_proc_hdl mcc_proc_hdls[] = { variable
3260 const int mcc_proc_hdls_num = sizeof(mcc_proc_hdls) / sizeof(struct rtw_proc_hdl);
3265 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_open()
3287 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_write()
3340 if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_mcc_proc_init()
3341 entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_seq_fops, (void *)i); in rtw_mcc_proc_init()
3342 else if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ) in rtw_mcc_proc_init()
3343 … entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_sseq_fops, (void *)i); in rtw_mcc_proc_init()
3370 remove_proc_entry(mcc_proc_hdls[i].name, dir_mcc); in rtw_mcc_proc_deinit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/os_dep/linux/
H A Drtw_proc.c2324 const struct rtw_proc_hdl mcc_proc_hdls[] = { variable
2336 const int mcc_proc_hdls_num = sizeof(mcc_proc_hdls) / sizeof(struct rtw_proc_hdl);
2341 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_open()
2349 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_write()
2393 entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_fops, (void *)i); in rtw_mcc_proc_init()
2417 remove_proc_entry(mcc_proc_hdls[i].name, dir_mcc); in rtw_mcc_proc_deinit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/os_dep/linux/
H A Drtw_proc.c5046 const struct rtw_proc_hdl mcc_proc_hdls[] = { variable
5063 const int mcc_proc_hdls_num = sizeof(mcc_proc_hdls) / sizeof(struct rtw_proc_hdl);
5068 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_open()
5094 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_write()
5147 if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_mcc_proc_init()
5148 entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_seq_fops, (void *)i); in rtw_mcc_proc_init()
5149 else if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_mcc_proc_init()
5150 mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_mcc_proc_init()
5151 … entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_sseq_fops, (void *)i); in rtw_mcc_proc_init()
5178 remove_proc_entry(mcc_proc_hdls[i].name, dir_mcc); in rtw_mcc_proc_deinit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/os_dep/linux/
H A Drtw_proc.c4641 const struct rtw_proc_hdl mcc_proc_hdls[] = { variable
4658 const int mcc_proc_hdls_num = sizeof(mcc_proc_hdls) / sizeof(struct rtw_proc_hdl);
4663 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_open()
4685 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_write()
4738 if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_mcc_proc_init()
4739 entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_seq_fops, (void *)i); in rtw_mcc_proc_init()
4740 else if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ) in rtw_mcc_proc_init()
4741 … entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_sseq_fops, (void *)i); in rtw_mcc_proc_init()
4768 remove_proc_entry(mcc_proc_hdls[i].name, dir_mcc); in rtw_mcc_proc_deinit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/os_dep/linux/
H A Drtw_proc.c4658 const struct rtw_proc_hdl mcc_proc_hdls[] = { variable
4675 const int mcc_proc_hdls_num = sizeof(mcc_proc_hdls) / sizeof(struct rtw_proc_hdl);
4680 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_open()
4702 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_write()
4755 if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_mcc_proc_init()
4756 entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_seq_fops, (void *)i); in rtw_mcc_proc_init()
4757 else if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ) in rtw_mcc_proc_init()
4758 … entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_sseq_fops, (void *)i); in rtw_mcc_proc_init()
4785 remove_proc_entry(mcc_proc_hdls[i].name, dir_mcc); in rtw_mcc_proc_deinit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/os_dep/linux/
H A Drtw_proc.c4696 const struct rtw_proc_hdl mcc_proc_hdls[] = { variable
4713 const int mcc_proc_hdls_num = sizeof(mcc_proc_hdls) / sizeof(struct rtw_proc_hdl);
4718 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_open()
4740 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_write()
4793 if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_mcc_proc_init()
4794 entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_seq_fops, (void *)i); in rtw_mcc_proc_init()
4795 else if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ) in rtw_mcc_proc_init()
4796 … entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_sseq_fops, (void *)i); in rtw_mcc_proc_init()
4823 remove_proc_entry(mcc_proc_hdls[i].name, dir_mcc); in rtw_mcc_proc_deinit()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/os_dep/linux/
H A Drtw_proc.c5803 const struct rtw_proc_hdl mcc_proc_hdls[] = { variable
5820 const int mcc_proc_hdls_num = sizeof(mcc_proc_hdls) / sizeof(struct rtw_proc_hdl);
5825 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_open()
5851 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_write()
5920 if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_mcc_proc_init()
5921 entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_seq_fops, (void *)i); in rtw_mcc_proc_init()
5922 else if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_mcc_proc_init()
5923 mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_mcc_proc_init()
5924 … entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_sseq_fops, (void *)i); in rtw_mcc_proc_init()
5951 remove_proc_entry(mcc_proc_hdls[i].name, dir_mcc); in rtw_mcc_proc_deinit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/os_dep/linux/
H A Drtw_proc.c5365 const struct rtw_proc_hdl mcc_proc_hdls[] = { variable
5382 const int mcc_proc_hdls_num = sizeof(mcc_proc_hdls) / sizeof(struct rtw_proc_hdl);
5387 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_open()
5413 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_write()
5466 if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_mcc_proc_init()
5467 entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_seq_fops, (void *)i); in rtw_mcc_proc_init()
5468 else if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_mcc_proc_init()
5469 mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_mcc_proc_init()
5470 … entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_sseq_fops, (void *)i); in rtw_mcc_proc_init()
5497 remove_proc_entry(mcc_proc_hdls[i].name, dir_mcc); in rtw_mcc_proc_deinit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/os_dep/linux/
H A Drtw_proc.c5967 const struct rtw_proc_hdl mcc_proc_hdls[] = { variable
5984 const int mcc_proc_hdls_num = sizeof(mcc_proc_hdls) / sizeof(struct rtw_proc_hdl);
5989 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_open()
6015 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_write()
6084 if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_mcc_proc_init()
6085 entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_seq_fops, (void *)i); in rtw_mcc_proc_init()
6086 else if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_mcc_proc_init()
6087 mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_mcc_proc_init()
6088 … entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_sseq_fops, (void *)i); in rtw_mcc_proc_init()
6115 remove_proc_entry(mcc_proc_hdls[i].name, dir_mcc); in rtw_mcc_proc_deinit()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/os_dep/linux/
H A Drtw_proc.c6189 const struct rtw_proc_hdl mcc_proc_hdls[] = { variable
6206 const int mcc_proc_hdls_num = sizeof(mcc_proc_hdls) / sizeof(struct rtw_proc_hdl);
6211 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_open()
6237 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_write()
6306 if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_mcc_proc_init()
6307 entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_seq_fops, (void *)i); in rtw_mcc_proc_init()
6308 else if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_mcc_proc_init()
6309 mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_mcc_proc_init()
6310 … entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_sseq_fops, (void *)i); in rtw_mcc_proc_init()
6337 remove_proc_entry(mcc_proc_hdls[i].name, dir_mcc); in rtw_mcc_proc_deinit()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/os_dep/linux/
H A Drtw_proc.c6104 const struct rtw_proc_hdl mcc_proc_hdls[] = { variable
6121 const int mcc_proc_hdls_num = sizeof(mcc_proc_hdls) / sizeof(struct rtw_proc_hdl);
6126 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_open()
6152 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_write()
6221 if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_mcc_proc_init()
6222 entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_seq_fops, (void *)i); in rtw_mcc_proc_init()
6223 else if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_mcc_proc_init()
6224 mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_mcc_proc_init()
6225 … entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_sseq_fops, (void *)i); in rtw_mcc_proc_init()
6252 remove_proc_entry(mcc_proc_hdls[i].name, dir_mcc); in rtw_mcc_proc_deinit()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/os_dep/linux/
H A Drtw_proc.c5968 const struct rtw_proc_hdl mcc_proc_hdls[] = { variable
5985 const int mcc_proc_hdls_num = sizeof(mcc_proc_hdls) / sizeof(struct rtw_proc_hdl);
5990 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_open()
6016 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_write()
6085 if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_mcc_proc_init()
6086 entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_seq_fops, (void *)i); in rtw_mcc_proc_init()
6087 else if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_mcc_proc_init()
6088 mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_mcc_proc_init()
6089 … entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_sseq_fops, (void *)i); in rtw_mcc_proc_init()
6116 remove_proc_entry(mcc_proc_hdls[i].name, dir_mcc); in rtw_mcc_proc_deinit()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/os_dep/linux/
H A Drtw_proc.c5849 const struct rtw_proc_hdl mcc_proc_hdls[] = { variable
5866 const int mcc_proc_hdls_num = sizeof(mcc_proc_hdls) / sizeof(struct rtw_proc_hdl);
5871 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_open()
5897 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_write()
5966 if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_mcc_proc_init()
5967 entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_seq_fops, (void *)i); in rtw_mcc_proc_init()
5968 else if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_mcc_proc_init()
5969 mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_mcc_proc_init()
5970 … entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_sseq_fops, (void *)i); in rtw_mcc_proc_init()
5997 remove_proc_entry(mcc_proc_hdls[i].name, dir_mcc); in rtw_mcc_proc_deinit()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/os_dep/linux/
H A Drtw_proc.c6189 const struct rtw_proc_hdl mcc_proc_hdls[] = { variable
6206 const int mcc_proc_hdls_num = sizeof(mcc_proc_hdls) / sizeof(struct rtw_proc_hdl);
6211 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_open()
6237 const struct rtw_proc_hdl *hdl = mcc_proc_hdls + index; in rtw_mcc_proc_write()
6306 if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SEQ) in rtw_mcc_proc_init()
6307 entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_seq_fops, (void *)i); in rtw_mcc_proc_init()
6308 else if (mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SSEQ || in rtw_mcc_proc_init()
6309 mcc_proc_hdls[i].type == RTW_PROC_HDL_TYPE_SZSEQ) in rtw_mcc_proc_init()
6310 … entry = rtw_proc_create_entry(mcc_proc_hdls[i].name, dir_mcc, &rtw_mcc_proc_sseq_fops, (void *)i); in rtw_mcc_proc_init()
6337 remove_proc_entry(mcc_proc_hdls[i].name, dir_mcc); in rtw_mcc_proc_deinit()