Home
last modified time | relevance | path

Searched refs:plan (Results 1 – 25 of 125) sorted by relevance

12345

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_regulation_6g.c110 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 Dphl_regulation.c72 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 Dphl_scan_instance.c199 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 Dphl_regulation_6g.h21 struct rtw_regulation_chplan *plan);
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_regulation_6g.c110 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 Dphl_regulation.c72 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 Dphl_scan_instance.c199 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 Dphl_regulation_6g.h21 struct rtw_regulation_chplan *plan);
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A D0003-Fix-build-with-Werror-Wunused-but-set-variable.patch20 …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 Drtw_chplan.c468 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 Drtw_chplan.c468 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 Dreadme.txt16 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 DKconfig100 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 Dkselftest.h98 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 Dreadme.txt19 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 Ddrbd_worker.c511 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 DKconfig20 If you plan to use HardMAC IEEE 802.15.4 devices, you can
/OK3568_Linux_fs/kernel/drivers/net/slip/
H A DKconfig24 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 DConfig.in28 plan under certain situations.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/wireshark/
H A DREADME9 Currently gtk is supported with this release and I plan on integrating QT.
/OK3568_Linux_fs/buildroot/package/uclibc-ng-test/
H A DConfig.in18 safely say no if you do not plan to dig into your C library.
/OK3568_Linux_fs/kernel/drivers/net/wireless/
H A DKconfig28 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 Di2c-omap.txt24 Future plan is to migrate hwmod data base contents into device tree
/OK3568_Linux_fs/kernel/net/wimax/
H A DKconfig16 for a service plan with a provider.
/OK3568_Linux_fs/kernel/drivers/net/ethernet/toshiba/
H A DKconfig37 If you have the wireless-less model of PS3 or have no plan to

12345