/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_atheros.c | 829 qos_map->valid = 1; in atheros_set_qos_map() 1229 /* Cached accounting data is not valid anymore. */ in atheros_new_sta()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 1308 netif_warn(bp, rx_err, bp->dev, "TPA packet without valid hash\n"); in bnxt_tpa_start() 1750 /* The valid test of the entry must be done first before in bnxt_rx_pkt() 1957 /* The valid test of the entry must be done first before in bnxt_force_rx_discard() 2296 /* The valid test of the entry must be done first before in __bnxt_poll_work() 2420 /* The valid test of the entry must be done first before in bnxt_poll_nitroa0() 2574 /* The valid test of the entry must be done first before in bnxt_poll_p5() 4448 u8 *valid; in bnxt_hwrm_do_send_msg() local 4568 valid = ((u8 *)resp) + len - 1; in bnxt_hwrm_do_send_msg() 4600 /* Last byte of resp contains valid bit */ in bnxt_hwrm_do_send_msg() 4601 valid in bnxt_hwrm_do_send_msg() [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt7615/ |
H A D | mcu.c | 2611 u8 valid; in mt7615_mcu_set_wmm() member 2619 .valid = WMM_PARAM_SET, in mt7615_mcu_set_wmm()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | hw.c | 3752 bool rtl8821ae_gpio_radio_on_off_checking(struct ieee80211_hw *hw, u8 *valid) in rtl8821ae_gpio_radio_on_off_checking() argument 3817 *valid = 1; in rtl8821ae_gpio_radio_on_off_checking()
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emufx.c | 1052 pcm->valid = 0; in snd_emu10k1_ipcm_poke() 1059 pcm->valid = 1; in snd_emu10k1_ipcm_poke()
|
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/ |
H A D | atomisp_cmd.c | 142 dev_dbg(isp->dev, "clearing ISPSSPM1 valid bit.\n"); in write_target_freq_to_hw() 164 dev_dbg(isp->dev, "waiting for ISPSSPM1 valid bit to be 0.\n"); in write_target_freq_to_hw() 787 if (!frame->valid) in atomisp_buf_done() 817 if (!frame->valid) in atomisp_buf_done() 1719 dev_err(asd->isp->dev, "Set sensor array size is not valid\n"); in atomisp_set_array_res() 1821 dev_err(isp->dev, "3a statistics is not valid.\n"); in atomisp_3a_stat() 3151 * no valid metadata. This allows the caller to get the in atomisp_param()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/ |
H A D | hw.c | 3752 bool rtl8821ae_gpio_radio_on_off_checking(struct ieee80211_hw *hw, u8 *valid) in rtl8821ae_gpio_radio_on_off_checking() argument 3817 *valid = 1; in rtl8821ae_gpio_radio_on_off_checking()
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | core.c | 1449 phy_ppdu->valid = true; in rtw89_core_rx_process_phy_sts() 1787 struct rtw89_rx_phy_ppdu phy_ppdu = {.buf = skb->data, .valid = false, in rtw89_core_rx_process_ppdu_sts()
|
/kernel/linux/linux-6.6/drivers/hwmon/ |
H A D | nct6775-core.c | 1578 || !data->valid) { in nct6775_update_device() 1702 data->valid = true; in nct6775_update_device()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emufx.c | 1107 pcm->valid = 0; in snd_emu10k1_ipcm_poke() 1114 pcm->valid = 1; in snd_emu10k1_ipcm_poke()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | dtfmttst.cpp | 2599 const Format &fmt, Locale &valid, Locale &actual) { in getActualAndValidLocales() 2609 valid = sym->getLocale(ULOC_VALID_LOCALE, status); in getActualAndValidLocales() 2630 dataerrln("FAIL: Could not fetch valid + actual locales"); in TestDateFormatSymbolsClone() 2640 errln("FAIL: Could not fetch valid + actual locales"); in TestDateFormatSymbolsClone() 2598 getActualAndValidLocales( const Format &fmt, Locale &valid, Locale &actual) getActualAndValidLocales() argument
|
H A D | numfmtst.cpp | 2224 // Test XYZ, a valid but non-standard currency. in TestCurrencyUnit() 2536 UBool valid = (*pat) == '+'; in TestIllegalPatterns() local 2540 if (U_SUCCESS(ec) == valid) { in TestIllegalPatterns() 2545 pat, (valid?"succeeded":"failed"), in TestIllegalPatterns() 2714 errln("FAIL: " + where + "Loc \"" + mloc + "\": skip case using previous locale, no valid MeasureFormat"); in TestCases() 9370 assertEquals("A valid scientific notation pattern should be produced", in Test11648_ExpDecFormatMalPattern()
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_cmd_buffer.c | 2175 if (!render_target->valid) { in pvr_init_render_targets() 2191 render_target->valid = true; in pvr_init_render_targets() 3940 /* Largest valid PPP State update in words = 31 4346 /* UVB_SCRATCH_SELECT_ONE with no rasterization is only valid when in pvr_emit_dirty_vdm_state()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_from_tgsi.cpp | 1448 info_out->prop.cp.gmem[gmemSlot++] = {.valid = 1, .image = 0, .slot = i}; in scanDeclaration() 1457 info_out->prop.cp.gmem[gmemSlot++] = {.valid = 1, .image = 1, .slot = i}; in scanDeclaration() 1924 // on NVC0, this is valid and c{I+J}[k] == cI[(J << 16) + k] 1963 // on NVC0, this is valid and c{I+J}[k] == cI[(J << 16) + k]
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_lib.c | 358 * The Full(0) certificate decodes to a seemingly valid X.509 in dane_tlsa_add() 1732 /* Fix this so it checks all the valid key/cert options */ 3134 * callback can assume that |in| is syntactically valid. The client must 3176 /* Not valid per RFC */ in SSL_CTX_set_alpn_protos() 3208 /* Not valid per RFC */ in SSL_set_alpn_protos() 5398 * This function returns success (> 0) only when all the SCTs are valid, 0 in ssl_validate_ct() 5852 if ((c->valid && !sk_SSL_CIPHER_push(sk, c)) || in bytes_to_cipher_list() 5853 (!c->valid && !sk_SSL_CIPHER_push(scsvs, c))) { in bytes_to_cipher_list()
|
/third_party/openssl/ssl/ |
H A D | ssl_lib.c | 1650 /* Fix this so it checks all the valid key/cert options */ 3034 * callback can assume that |in| is syntactically valid. The client must 3076 /* Not valid per RFC */ in SSL_CTX_set_alpn_protos() 3108 /* Not valid per RFC */ in SSL_set_alpn_protos() 5279 * This function returns success (> 0) only when all the SCTs are valid, 0 in ssl_validate_ct() 5736 if ((c->valid && !sk_SSL_CIPHER_push(sk, c)) || in bytes_to_cipher_list() 5737 (!c->valid && !sk_SSL_CIPHER_push(scsvs, c))) { in bytes_to_cipher_list()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_tgsi_vgpu10.c | 8598 * Check if a texture instruction is valid. 8603 * \return TRUE if valid, FALSE if invalid. 8611 boolean valid = TRUE; in is_valid_tex_instruction() local 8616 valid = FALSE; in is_valid_tex_instruction() 8620 if (!valid) { in is_valid_tex_instruction() 8630 return valid; in is_valid_tex_instruction() 9277 * is valid. If not valid, move the source to a temporary register first. 9308 * Check that the writemask for a double-precision instruction is valid. 11256 * is valid, cop in emit_vpos_instructions() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 6484 u32 reg, bdidx, cid, valid; in bnx2_dump_ftq() local 6539 valid = BNX2_RD(bp, BNX2_TBDC_CAM_OPCODE); in bnx2_dump_ftq() 6542 bdidx >> 24, (valid >> 8) & 0x0ff); in bnx2_dump_ftq()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | ci_dpm.c | 5826 if (gpio.valid) { in ci_dpm_init() 5835 if (gpio.valid) { in ci_dpm_init() 5844 if (gpio.valid) { in ci_dpm_init() 5927 /* make sure dc limits are valid */ in ci_dpm_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 6468 u32 reg, bdidx, cid, valid; in bnx2_dump_ftq() local 6523 valid = BNX2_RD(bp, BNX2_TBDC_CAM_OPCODE); in bnx2_dump_ftq() 6526 bdidx >> 24, (valid >> 8) & 0x0ff); in bnx2_dump_ftq()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_hsi.h | 972 u8 valid; member 1438 u8 valid; member 1949 u8 valid; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | ci_dpm.c | 5802 if (gpio.valid) { in ci_dpm_init() 5811 if (gpio.valid) { in ci_dpm_init() 5820 if (gpio.valid) { in ci_dpm_init() 5903 /* make sure dc limits are valid */ in ci_dpm_init()
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | ipr.c | 2814 /* Signal address valid - clear IOA Reset alert */ in ipr_get_ldump_data_section() 3057 int valid = 1; in ipr_get_ioa_dump() local 3129 /* Smart Dump table is ready to use and the first entry is valid */ in ipr_get_ioa_dump() 3133 "Dump of IOA failed. Dump table not valid: %d, %X.\n", in ipr_get_ioa_dump() 3172 valid = 0; in ipr_get_ioa_dump() 3174 if (valid) { in ipr_get_ioa_dump()
|
/kernel/linux/linux-6.6/net/core/ |
H A D | rtnetlink.c | 786 int i, valid = 0; in rtnetlink_put_metrics() local 818 valid++; in rtnetlink_put_metrics() 822 if (!valid) { in rtnetlink_put_metrics() 5116 * device itself. Therefore, a zero notification length is valid and in rtnl_bridge_notify()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 2068 boolean valid = pat.charAt(0) == '+'; in TestIllegalPatterns() 2080 if ((e==null) == valid) { in TestIllegalPatterns() 2084 (valid?"succeeded":"failed") + "; got " + msg); in TestIllegalPatterns() 3551 // For valid array, it is displayed as {min value, max value} in TestSetMinimumIntegerDigits() 3854 errln("Fail valid value checking in setParseMaxDigits."); 5443 assertEquals("A valid scientific notation pattern should be produced", "0.00E0", pat); in Test11648() 5454 assertEquals("Should produce a valid pattern", pattern, newPattern); in Test11649()
|