| /OK3568_Linux_fs/kernel/Documentation/arm/ |
| H A D | vlocks.rst | 19 cast identifies the winner. 23 no winner has been chosen and the election does not appear to have 73 atomicity is used to pick the winner. This avoids the need for a static 90 to pick a unique winner, but it does not matter which CPU actually
|
| /OK3568_Linux_fs/buildroot/package/libargon2/ |
| H A D | libargon2.mk | 8 LIBARGON2_SITE = $(call github,P-H-C,phc-winner-argon2,$(LIBARGON2_VERSION))
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/ |
| H A D | wsm.c | 1583 int winner = -1; in cw1200_get_prio_queue() local 1598 if (score < best && (winner < 0 || i != 3)) { in cw1200_get_prio_queue() 1600 winner = i; in cw1200_get_prio_queue() 1605 if (winner >= 0 && priv->tx_burst_idx >= 0 && in cw1200_get_prio_queue() 1606 winner != priv->tx_burst_idx && in cw1200_get_prio_queue() 1608 &priv->tx_queue[winner], in cw1200_get_prio_queue() 1613 winner = priv->tx_burst_idx; in cw1200_get_prio_queue() 1615 return winner; in cw1200_get_prio_queue()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | bcm_app_utils.c | 161 int i, left, winner, ret_val = 0; in cca_analyze() local 252 winner = 0; in cca_analyze() 255 winner = i; in cca_analyze() 259 *answer = input[winner]->chanspec; in cca_analyze()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | bcm_app_utils.c | 161 int i, left, winner, ret_val = 0; in cca_analyze() local 252 winner = 0; in cca_analyze() 255 winner = i; in cca_analyze() 259 *answer = input[winner]->chanspec; in cca_analyze()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | bcm_app_utils.c | 161 int i, left, winner, ret_val = 0; in cca_analyze() local 252 winner = 0; in cca_analyze() 255 winner = i; in cca_analyze() 259 *answer = input[winner]->chanspec; in cca_analyze()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | bcm_app_utils.c | 160 int i, left, winner, ret_val = 0; in cca_analyze() local 251 winner = 0; in cca_analyze() 254 winner = i; in cca_analyze() 258 *answer = input[winner]->chanspec; in cca_analyze()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/ |
| H A D | mlan_shim.c | 551 t_u32 winner = 0; in mlan_dnld_fw() local 591 ret = wlan_check_winner_status(pmadapter, &winner); in mlan_dnld_fw() 596 if (winner) { in mlan_dnld_fw() 599 winner); in mlan_dnld_fw()
|
| H A D | mlan_sdio.c | 1436 t_u32 winner = 0; in wlan_check_winner_status() local 1446 &winner)) { in wlan_check_winner_status() 1450 *val = winner; in wlan_check_winner_status()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | bcm_app_utils.c | 153 int i, left, winner, ret_val = 0; in cca_analyze() local 244 winner = 0; in cca_analyze() 247 winner = i; in cca_analyze() 251 *answer = input[winner]->chanspec; in cca_analyze()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | bcm_app_utils.c | 153 int i, left, winner, ret_val = 0; in cca_analyze() local 244 winner = 0; in cca_analyze() 247 winner = i; in cca_analyze() 251 *answer = input[winner]->chanspec; in cca_analyze()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | init.c | 708 adapter->winner = 0; in mwifiex_dnld_fw() 718 if (!adapter->winner) { in mwifiex_dnld_fw()
|
| H A D | sdio.c | 779 u8 winner = 0; in mwifiex_check_winner_status() local 782 if (mwifiex_read_reg(adapter, card->reg->status_reg_0, &winner)) in mwifiex_check_winner_status() 785 if (winner) in mwifiex_check_winner_status() 786 adapter->winner = 0; in mwifiex_check_winner_status() 788 adapter->winner = 1; in mwifiex_check_winner_status()
|
| H A D | pcie.c | 2513 u32 winner = 0; in mwifiex_check_winner_status() local 2518 if (mwifiex_read_reg(adapter, reg->fw_status, &winner)) { in mwifiex_check_winner_status() 2520 } else if (!winner) { in mwifiex_check_winner_status() 2522 adapter->winner = 1; in mwifiex_check_winner_status() 2525 "PCI-E is not the winner <%#x>", winner); in mwifiex_check_winner_status()
|
| H A D | main.h | 880 int winner; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/ |
| H A D | mlan_sdio.c | 2112 t_u32 winner = 0; in wlan_sdio_check_winner_status() local 2128 &winner)) { in wlan_sdio_check_winner_status() 2132 *val = winner; in wlan_sdio_check_winner_status() 2212 t_u32 winner = 0; in wlan_sdio_dnld_fw() local 2258 ret = wlan_sdio_check_winner_status(pmadapter, &winner); in wlan_sdio_dnld_fw() 2263 if (winner) { in wlan_sdio_dnld_fw() 2266 winner); in wlan_sdio_dnld_fw()
|
| H A D | mlan_pcie.c | 3920 t_u32 winner = 0; in wlan_pcie_check_winner_status() local 3928 &winner)) { in wlan_pcie_check_winner_status() 3932 *val = winner; in wlan_pcie_check_winner_status() 4014 t_u32 winner = 0; in wlan_pcie_dnld_fw() local 4033 ret = wlan_pcie_check_winner_status(pmadapter, &winner); in wlan_pcie_dnld_fw() 4038 if (winner) { in wlan_pcie_dnld_fw() 4041 winner); in wlan_pcie_dnld_fw()
|
| /OK3568_Linux_fs/kernel/Documentation/kernel-hacking/ |
| H A D | hacking.rst | 622 headers, but this one is the winner. If you don't have some particular
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gdb.info | 25508 winning xmethod worker. A winner is also selected from among the 25511 winner. In case of a tie between a xmethod worker and a C++ method, the 25512 xmethod worker is selected as the winner. That is, if a winning xmethod 25515 the overall winner to invoke the method. If the winning xmethod worker 25516 is the overall winner, then the corresponding xmethod is invoked via the
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gdb.info | 25508 winning xmethod worker. A winner is also selected from among the 25511 winner. In case of a tie between a xmethod worker and a C++ method, the 25512 xmethod worker is selected as the winner. That is, if a winning xmethod 25515 the overall winner to invoke the method. If the winning xmethod worker 25516 is the overall winner, then the corresponding xmethod is invoked via the
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 112128 > We have a new winner for the oldest-bug competition! It's actually
|