| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_regulation_6g.c | 110 struct rtw_regulation_chplan_group *plan = in _update_psc_group() local 115 plan->cnt = 0; in _update_psc_group() 122 plan->ch[plan->cnt].band = in _update_psc_group() 124 plan->ch[plan->cnt].channel = in _update_psc_group() 126 plan->ch[plan->cnt].property = in _update_psc_group() 128 plan->cnt++; in _update_psc_group() 138 struct rtw_regulation_chplan_group *plan = NULL; in _chnlplan_update_6g() local 163 plan = &rg->chplan[group]; in _chnlplan_update_6g() 164 plan->cnt = 0; in _chnlplan_update_6g() 167 _convert_ch6g((u8)(i + 5), rg, &plan->cnt, plan->ch, in _chnlplan_update_6g() [all …]
|
| H A D | phl_regulation.c | 72 struct rtw_regulation_chplan_group *plan = NULL; in _chnlplan_update_2g() local 94 plan = &rg->chplan[FREQ_GROUP_2GHZ]; in _chnlplan_update_2g() 95 plan->cnt = 0; in _chnlplan_update_2g() 98 _convert_ch2g(rg, &plan->cnt, plan->ch, ch, passive); in _chnlplan_update_2g() 100 PHL_INFO("[REGU], 2 GHz, total channel = %d\n", plan->cnt); in _chnlplan_update_2g() 208 struct rtw_regulation_chplan_group *plan = NULL; in _chnlplan_update_5g() local 235 plan = &rg->chplan[group]; in _chnlplan_update_5g() 236 plan->cnt = 0; in _chnlplan_update_5g() 239 _convert_ch5g((u8)(i + 1), rg, &plan->cnt, plan->ch, in _chnlplan_update_5g() 241 total += plan->cnt; in _chnlplan_update_5g() [all …]
|
| H A D | phl_scan_instance.c | 199 struct rtw_regulation_chplan *plan, in _select_channels_by_group() argument 207 for (i = 0; i < plan->cnt; i++) { in _select_channels_by_group() 208 band = plan->ch[i].band; in _select_channels_by_group() 209 chnl = plan->ch[i].channel; in _select_channels_by_group() 210 property = plan->ch[i].property; in _select_channels_by_group()
|
| H A D | phl_regulation_6g.h | 21 struct rtw_regulation_chplan *plan);
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_regulation_6g.c | 110 struct rtw_regulation_chplan_group *plan = in _update_psc_group() local 115 plan->cnt = 0; in _update_psc_group() 122 plan->ch[plan->cnt].band = in _update_psc_group() 124 plan->ch[plan->cnt].channel = in _update_psc_group() 126 plan->ch[plan->cnt].property = in _update_psc_group() 128 plan->cnt++; in _update_psc_group() 138 struct rtw_regulation_chplan_group *plan = NULL; in _chnlplan_update_6g() local 163 plan = &rg->chplan[group]; in _chnlplan_update_6g() 164 plan->cnt = 0; in _chnlplan_update_6g() 167 _convert_ch6g((u8)(i + 5), rg, &plan->cnt, plan->ch, in _chnlplan_update_6g() [all …]
|
| H A D | phl_regulation.c | 72 struct rtw_regulation_chplan_group *plan = NULL; in _chnlplan_update_2g() local 94 plan = &rg->chplan[FREQ_GROUP_2GHZ]; in _chnlplan_update_2g() 95 plan->cnt = 0; in _chnlplan_update_2g() 98 _convert_ch2g(rg, &plan->cnt, plan->ch, ch, passive); in _chnlplan_update_2g() 100 PHL_INFO("[REGU], 2 GHz, total channel = %d\n", plan->cnt); in _chnlplan_update_2g() 208 struct rtw_regulation_chplan_group *plan = NULL; in _chnlplan_update_5g() local 235 plan = &rg->chplan[group]; in _chnlplan_update_5g() 236 plan->cnt = 0; in _chnlplan_update_5g() 239 _convert_ch5g((u8)(i + 1), rg, &plan->cnt, plan->ch, in _chnlplan_update_5g() 241 total += plan->cnt; in _chnlplan_update_5g() [all …]
|
| H A D | phl_scan_instance.c | 199 struct rtw_regulation_chplan *plan, in _select_channels_by_group() argument 207 for (i = 0; i < plan->cnt; i++) { in _select_channels_by_group() 208 band = plan->ch[i].band; in _select_channels_by_group() 209 chnl = plan->ch[i].channel; in _select_channels_by_group() 210 property = plan->ch[i].property; in _select_channels_by_group()
|
| H A D | phl_regulation_6g.h | 21 struct rtw_regulation_chplan *plan);
|
| /OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | 0003-Fix-build-with-Werror-Wunused-but-set-variable.patch | 20 …signed int plan_subset_encoding (const OT::cff1::accelerator_subset_t &acc, hb_subset_plan_t *plan) 32 subset_enc_num_codes = plan->num_output_glyphs () - 1;
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_chplan.c | 468 struct rtw_regulation_chplan plan; in rtw_chplan_get_ch() local 471 if (rtw_phl_query_specific_chplan(phl_info, id, &plan)) { in rtw_chplan_get_ch() 472 for (index = 0; index < plan.cnt; index++) { in rtw_chplan_get_ch() 473 if (plan.ch[index].band != BAND_ON_24G && plan.ch[index].band != BAND_ON_5G) in rtw_chplan_get_ch() 475 if (plan.ch[index].channel != ch) in rtw_chplan_get_ch() 478 if (plan.ch[index].property & CH_PASSIVE) in rtw_chplan_get_ch() 480 if (plan.ch[index].property & CH_DFS) in rtw_chplan_get_ch() 740 struct rtw_regulation_chplan plan = {0}; in init_channel_set_from_rtk_priv() local 762 …if (rtw_phl_regulation_query_chplan(GET_PHL_INFO(dvobj), REGULQ_CHPLAN_FULL, NULL, &plan) != true)… in init_channel_set_from_rtk_priv() 767 for (i = 0; i < plan.cnt; i++) { in init_channel_set_from_rtk_priv() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_chplan.c | 468 struct rtw_regulation_chplan plan; in rtw_chplan_get_ch() local 471 if (rtw_phl_query_specific_chplan(phl_info, id, &plan)) { in rtw_chplan_get_ch() 472 for (index = 0; index < plan.cnt; index++) { in rtw_chplan_get_ch() 473 if (plan.ch[index].band != BAND_ON_24G && plan.ch[index].band != BAND_ON_5G) in rtw_chplan_get_ch() 475 if (plan.ch[index].channel != ch) in rtw_chplan_get_ch() 478 if (plan.ch[index].property & CH_PASSIVE) in rtw_chplan_get_ch() 480 if (plan.ch[index].property & CH_DFS) in rtw_chplan_get_ch() 740 struct rtw_regulation_chplan plan = {0}; in init_channel_set_from_rtk_priv() local 762 …if (rtw_phl_regulation_query_chplan(GET_PHL_INFO(dvobj), REGULQ_CHPLAN_FULL, NULL, &plan) != true)… in init_channel_set_from_rtk_priv() 767 for (i = 0; i < plan.cnt; i++) { in init_channel_set_from_rtk_priv() [all …]
|
| /OK3568_Linux_fs/buildroot/board/freescale/imx6ullevk/ |
| H A D | readme.txt | 16 if you plan to use NXP provided U-Boot and kernel. 22 if you plan to use mainline U-Boot and mainline kernel.
|
| /OK3568_Linux_fs/kernel/drivers/parport/ |
| H A D | Kconfig | 100 called parport_ip32. If in doubt, saying N is the safe plan. 109 called parport_amiga. If in doubt, saying N is the safe plan. 118 parport_mfc3. If in doubt, saying N is the safe plan. 127 called parport_atari. If in doubt, saying N is the safe plan.
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/ |
| H A D | kselftest.h | 98 static inline void ksft_set_plan(unsigned int plan) in ksft_set_plan() argument 100 ksft_plan = plan; in ksft_set_plan()
|
| /OK3568_Linux_fs/buildroot/board/freescale/imx6ulevk/ |
| H A D | readme.txt | 19 if you plan to use NXP provided U-Boot and kernel. 25 if you plan to use mainline U-Boot and mainline kernel.
|
| /OK3568_Linux_fs/kernel/drivers/block/drbd/ |
| H A D | drbd_worker.c | 511 struct fifo_buffer *plan; in drbd_rs_controller() local 514 plan = rcu_dereference(device->rs_plan_s); in drbd_rs_controller() 516 steps = plan->size; /* (dc->c_plan_ahead * 10 * SLEEP_TIME) / HZ; */ in drbd_rs_controller() 525 correction = want - device->rs_in_flight - plan->total; in drbd_rs_controller() 529 fifo_add_val(plan, cps); in drbd_rs_controller() 530 plan->total += cps * steps; in drbd_rs_controller() 533 curr_corr = fifo_push(plan, 0); in drbd_rs_controller() 534 plan->total -= curr_corr; in drbd_rs_controller() 1676 struct fifo_buffer *plan; in drbd_rs_controller_reset() local 1688 plan = rcu_dereference(device->rs_plan_s); in drbd_rs_controller_reset() [all …]
|
| /OK3568_Linux_fs/kernel/net/mac802154/ |
| H A D | Kconfig | 20 If you plan to use HardMAC IEEE 802.15.4 devices, you can
|
| /OK3568_Linux_fs/kernel/drivers/net/slip/ |
| H A D | Kconfig | 24 you plan to use SLiRP, make sure to say Y to CSLIP, below. The 54 you plan to use SLiRP, the SLIP emulator (available from
|
| /OK3568_Linux_fs/buildroot/package/sqlcipher/ |
| H A D | Config.in | 28 plan under certain situations.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/wireshark/ |
| H A D | README | 9 Currently gtk is supported with this release and I plan on integrating QT.
|
| /OK3568_Linux_fs/buildroot/package/uclibc-ng-test/ |
| H A D | Config.in | 18 safely say no if you do not plan to dig into your C library.
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ |
| H A D | Kconfig | 28 We plan to remove this option and code, so if you find 32 necessary, give up on our plan of removing it).
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/i2c/ |
| H A D | i2c-omap.txt | 24 Future plan is to migrate hwmod data base contents into device tree
|
| /OK3568_Linux_fs/kernel/net/wimax/ |
| H A D | Kconfig | 16 for a service plan with a provider.
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/toshiba/ |
| H A D | Kconfig | 37 If you have the wireless-less model of PS3 or have no plan to
|