/base/security/crypto_framework/common/src/ |
H A D | asy_key_params.c | 48 void FreeDsaCommParamsSpec(HcfDsaCommParamsSpec *spec) in FreeDsaCommParamsSpec() argument 50 if (spec == NULL) { in FreeDsaCommParamsSpec() 53 HcfFree(spec->base.algName); in FreeDsaCommParamsSpec() 54 spec->base.algName = NULL; in FreeDsaCommParamsSpec() 55 HcfFree(spec->p.data); in FreeDsaCommParamsSpec() 56 spec->p.data = NULL; in FreeDsaCommParamsSpec() 57 HcfFree(spec->q.data); in FreeDsaCommParamsSpec() 58 spec->q.data = NULL; in FreeDsaCommParamsSpec() 59 HcfFree(spec->g.data); in FreeDsaCommParamsSpec() 60 spec in FreeDsaCommParamsSpec() 63 FreeDhCommParamsSpec(HcfDhCommParamsSpec *spec) FreeDhCommParamsSpec() argument 76 DestroyDsaCommParamsSpec(HcfDsaCommParamsSpec *spec) DestroyDsaCommParamsSpec() argument 82 DestroyDsaPubKeySpec(HcfDsaPubKeyParamsSpec *spec) DestroyDsaPubKeySpec() argument 93 DestroyDsaKeyPairSpec(HcfDsaKeyPairParamsSpec *spec) DestroyDsaKeyPairSpec() argument 109 DestroyDhCommParamsSpec(HcfDhCommParamsSpec *spec) DestroyDhCommParamsSpec() argument 115 DestroyDhPubKeySpec(HcfDhPubKeyParamsSpec *spec) DestroyDhPubKeySpec() argument 126 DestroyDhPriKeySpec(HcfDhPriKeyParamsSpec *spec) DestroyDhPriKeySpec() argument 140 DestroyDhKeyPairSpec(HcfDhKeyPairParamsSpec *spec) DestroyDhKeyPairSpec() argument 177 FreeEccCommParamsSpec(HcfEccCommParamsSpec *spec) FreeEccCommParamsSpec() argument 195 DestroyEccCommParamsSpec(HcfEccCommParamsSpec *spec) DestroyEccCommParamsSpec() argument 201 DestroyEccPubKeySpec(HcfEccPubKeyParamsSpec *spec) DestroyEccPubKeySpec() argument 211 DestroyEccPriKeySpec(HcfEccPriKeyParamsSpec *spec) DestroyEccPriKeySpec() argument 225 DestroyEccKeyPairSpec(HcfEccKeyPairParamsSpec *spec) DestroyEccKeyPairSpec() argument 240 FreeRsaCommParamsSpec(HcfRsaCommParamsSpec *spec) FreeRsaCommParamsSpec() argument 251 DestroyRsaCommParamsSpec(HcfRsaCommParamsSpec *spec) DestroyRsaCommParamsSpec() argument 257 DestroyRsaPubKeySpec(HcfRsaPubKeyParamsSpec *spec) DestroyRsaPubKeySpec() argument 268 DestroyRsaKeyPairSpec(HcfRsaKeyPairParamsSpec *spec) DestroyRsaKeyPairSpec() argument 284 DestroyDsaParamsSpec(HcfAsyKeyParamsSpec *spec) DestroyDsaParamsSpec() argument 302 DestroyDhParamsSpec(HcfAsyKeyParamsSpec *spec) DestroyDhParamsSpec() argument 323 DestroyEccParamsSpec(HcfAsyKeyParamsSpec *spec) DestroyEccParamsSpec() argument 344 DestroyRsaParamsSpec(HcfAsyKeyParamsSpec *spec) DestroyRsaParamsSpec() argument 362 DestroyAlg25519PubKeySpec(HcfAlg25519PubKeyParamsSpec *spec) DestroyAlg25519PubKeySpec() argument 379 DestroyAlg25519PriKeySpec(HcfAlg25519PriKeyParamsSpec *spec) DestroyAlg25519PriKeySpec() argument 396 DestroyAlg25519KeyPairSpec(HcfAlg25519KeyPairParamsSpec *spec) DestroyAlg25519KeyPairSpec() argument 418 DestroyAlg25519ParamsSpec(HcfAsyKeyParamsSpec *spec) DestroyAlg25519ParamsSpec() argument 446 FindAsyKeySpecFreeAbility(HcfAsyKeyParamsSpec *spec) FindAsyKeySpecFreeAbility() argument 457 FreeAsyKeySpec(HcfAsyKeyParamsSpec *spec) FreeAsyKeySpec() argument 471 DestroySm2CipherTextSpec(Sm2CipherTextSpec *spec) DestroySm2CipherTextSpec() argument [all...] |
/third_party/python/Lib/test/test_importlib/ |
H A D | test_spec.py | 38 def create_module(self, spec): 72 self.spec = self.machinery.ModuleSpec(self.name, self.loader) 78 spec = self.machinery.ModuleSpec(self.name, self.loader) 80 self.assertEqual(spec.name, self.name) 81 self.assertEqual(spec.loader, self.loader) 82 self.assertIs(spec.origin, None) 83 self.assertIs(spec.loader_state, None) 84 self.assertIs(spec.submodule_search_locations, None) 85 self.assertIs(spec.cached, None) 86 self.assertFalse(spec [all...] |
/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | hoontech.c | 43 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_darear() local 45 ICE1712_STDSP24_0_DAREAR(spec->boxbits, activate); in snd_ice1712_stdsp24_darear() 46 snd_ice1712_stdsp24_gpio_write(ice, spec->boxbits[0]); in snd_ice1712_stdsp24_darear() 52 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_mute() local 54 ICE1712_STDSP24_3_MUTE(spec->boxbits, activate); in snd_ice1712_stdsp24_mute() 55 snd_ice1712_stdsp24_gpio_write(ice, spec->boxbits[3]); in snd_ice1712_stdsp24_mute() 61 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_insel() local 70 struct hoontech_spec *spec = ice->spec; snd_ice1712_stdsp24_box_channel() local 120 struct hoontech_spec *spec = ice->spec; snd_ice1712_stdsp24_box_midi() local 148 struct hoontech_spec *spec = ice->spec; snd_ice1712_stdsp24_midi2() local 157 struct hoontech_spec *spec; hoontech_init() local [all...] |
H A D | psc724.c | 106 struct psc724_spec *spec = container_of(wm, struct psc724_spec, wm8766); in psc724_wm8766_write() local 107 struct snd_ice1712 *ice = spec->ice; in psc724_wm8766_write() 148 struct psc724_spec *spec = container_of(wm, struct psc724_spec, wm8776); in psc724_wm8776_write() local 150 snd_vt1724_write_i2c(spec->ice, 0x34, addr, data); in psc724_wm8776_write() 158 struct psc724_spec *spec = ice->spec; in psc724_set_master_switch() local 160 spec->mute_all = !on; in psc724_set_master_switch() 170 struct psc724_spec *spec = ice->spec; in psc724_get_master_switch() local 172 return !spec in psc724_get_master_switch() 179 struct psc724_spec *spec = ice->spec; psc724_set_jack_state() local 205 struct psc724_spec *spec = container_of(work, struct psc724_spec, psc724_update_hp_jack_state() local 218 struct psc724_spec *spec = ice->spec; psc724_set_jack_detection() local 235 struct psc724_spec *spec = ice->spec; psc724_get_jack_detection() local 310 struct psc724_spec *spec = ice->spec; psc724_add_controls() local 363 struct psc724_spec *spec = ice->spec; psc724_set_pro_rate() local 374 struct psc724_spec *spec = ice->spec; psc724_resume() local 387 struct psc724_spec *spec; psc724_init() local 417 struct psc724_spec *spec = ice->spec; psc724_exit() local [all...] |
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | hoontech.c | 43 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_darear() local 45 ICE1712_STDSP24_0_DAREAR(spec->boxbits, activate); in snd_ice1712_stdsp24_darear() 46 snd_ice1712_stdsp24_gpio_write(ice, spec->boxbits[0]); in snd_ice1712_stdsp24_darear() 52 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_mute() local 54 ICE1712_STDSP24_3_MUTE(spec->boxbits, activate); in snd_ice1712_stdsp24_mute() 55 snd_ice1712_stdsp24_gpio_write(ice, spec->boxbits[3]); in snd_ice1712_stdsp24_mute() 61 struct hoontech_spec *spec = ice->spec; in snd_ice1712_stdsp24_insel() local 70 struct hoontech_spec *spec = ice->spec; snd_ice1712_stdsp24_box_channel() local 120 struct hoontech_spec *spec = ice->spec; snd_ice1712_stdsp24_box_midi() local 148 struct hoontech_spec *spec = ice->spec; snd_ice1712_stdsp24_midi2() local 157 struct hoontech_spec *spec; hoontech_init() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
H A D | filter.h | 178 static inline void efx_filter_init_rx(struct efx_filter_spec *spec, in efx_filter_init_rx() argument 183 memset(spec, 0, sizeof(*spec)); in efx_filter_init_rx() 184 spec->priority = priority; in efx_filter_init_rx() 185 spec->flags = EFX_FILTER_FLAG_RX | flags; in efx_filter_init_rx() 186 spec->rss_context = 0; in efx_filter_init_rx() 187 spec->dmaq_id = rxq_id; in efx_filter_init_rx() 190 static inline void efx_filter_init_tx(struct efx_filter_spec *spec, in efx_filter_init_tx() argument 193 memset(spec, 0, sizeof(*spec)); in efx_filter_init_tx() 207 efx_filter_set_ipv4_local(struct efx_filter_spec *spec, u8 proto, __be32 host, __be16 port) efx_filter_set_ipv4_local() argument 228 efx_filter_set_ipv6_local(struct efx_filter_spec *spec, u8 proto, const struct in6_addr *host, __be16 port) efx_filter_set_ipv6_local() argument 251 efx_filter_set_ipv4_full(struct efx_filter_spec *spec, u8 proto, __be32 lhost, __be16 lport, __be32 rhost, __be16 rport) efx_filter_set_ipv4_full() argument 278 efx_filter_set_eth_local(struct efx_filter_spec *spec, u16 vid, const u8 *addr) efx_filter_set_eth_local() argument 299 efx_filter_set_uc_def(struct efx_filter_spec *spec) efx_filter_set_uc_def() argument 309 efx_filter_set_mc_def(struct efx_filter_spec *spec) efx_filter_set_mc_def() argument 321 efx_filter_set_vport_id(struct efx_filter_spec *spec, u32 vport_id) efx_filter_set_vport_id() argument 328 efx_filter_set_encap_type(struct efx_filter_spec *spec, enum efx_encap_type encap_type) efx_filter_set_encap_type() argument 335 efx_filter_get_encap_type( const struct efx_filter_spec *spec) efx_filter_get_encap_type() argument [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fDrawTests.cpp | 54 gls::DrawTestSpec spec(baseSpec); in addTestIterations() 58 spec.primitiveCount = 1; in addTestIterations() 59 test->addIteration(spec, "draw count = 1"); in addTestIterations() 61 spec.primitiveCount = 5; in addTestIterations() 62 test->addIteration(spec, "draw count = 5"); in addTestIterations() 64 spec.primitiveCount = 25; in addTestIterations() 65 test->addIteration(spec, "draw count = 25"); in addTestIterations() 71 static void genBasicSpec (gls::DrawTestSpec& spec, gls::DrawTestSpec::DrawMethod method) in genBasicSpec() argument 73 spec.apiType = glu::ApiType::es(2,0); in genBasicSpec() 74 spec in genBasicSpec() 144 gls::DrawTestSpec spec; init() local 179 gls::DrawTestSpec spec; init() local 225 gls::DrawTestSpec spec; init() local 328 gls::DrawTestSpec spec; init() local 397 gls::DrawTestSpec spec; init() local 595 gls::DrawTestSpec spec; init() local [all...] |
/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_sm4_gcm_cipher_test.cpp | 59 HcfGcmParamsSpec spec = {}; in HWTEST_F() local 60 spec.aad.data = aad; in HWTEST_F() 61 spec.aad.len = sizeof(aad); in HWTEST_F() 62 spec.tag.data = tag; in HWTEST_F() 63 spec.tag.len = sizeof(tag); in HWTEST_F() 64 spec.iv.data = iv; in HWTEST_F() 65 spec.iv.len = sizeof(iv); in HWTEST_F() 79 ret = Sm4Encrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, &cipherTextLen); in HWTEST_F() 85 (void)memcpy_s(spec.tag.data, 16, cipherText + cipherTextLen - 16, 16); in HWTEST_F() 86 PrintfHex("gcm tag", spec in HWTEST_F() 113 HcfGcmParamsSpec spec = {}; HWTEST_F() local 167 HcfGcmParamsSpec spec = {}; HWTEST_F() local 221 HcfGcmParamsSpec spec = {}; HWTEST_F() local 275 HcfGcmParamsSpec spec = {}; HWTEST_F() local 329 HcfGcmParamsSpec spec = {}; HWTEST_F() local 451 HcfGcmParamsSpec spec = {}; HWTEST_F() local 495 HcfGcmParamsSpec spec = {}; HWTEST_F() local 538 HcfGcmParamsSpec spec = {}; HWTEST_F() local 580 HcfGcmParamsSpec spec = {}; HWTEST_F() local 634 HcfGcmParamsSpec spec = {}; HWTEST_F() local 688 HcfGcmParamsSpec spec = {}; HWTEST_F() local 743 HcfGcmParamsSpec spec = {}; HWTEST_F() local 796 HcfGcmParamsSpec spec = {}; HWTEST_F() local 850 HcfGcmParamsSpec spec = {}; HWTEST_F() local 896 HcfGcmParamsSpec spec = {}; HWTEST_F() local [all...] |
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | patch_cs8409.c | 24 struct cs8409_spec *spec = codec->spec; in cs8409_parse_auto_config() local 28 err = snd_hda_parse_pin_defcfg(codec, &spec->gen.autocfg, NULL, 0); in cs8409_parse_auto_config() 32 err = snd_hda_gen_parse_auto_config(codec, &spec->gen.autocfg); in cs8409_parse_auto_config() 37 if (spec->gen.dyn_adc_switch) { in cs8409_parse_auto_config() 40 for (i = 0; i < spec->gen.input_mux.num_items; i++) { in cs8409_parse_auto_config() 41 int idx = spec->gen.dyn_adc_idx[i]; in cs8409_parse_auto_config() 45 snd_hda_gen_fix_pin_power(codec, spec->gen.adc_nids[idx]); in cs8409_parse_auto_config() 57 struct cs8409_spec *spec; in cs8409_alloc_spec() local 59 spec in cs8409_alloc_spec() 93 struct cs8409_spec *spec = codec->spec; cs8409_disable_i2c_clock() local 109 struct cs8409_spec *spec = container_of(work, struct cs8409_spec, i2c_clk_work.work); cs8409_disable_i2c_clock_worker() local 122 struct cs8409_spec *spec = codec->spec; cs8409_enable_i2c_clock() local 161 struct cs8409_spec *spec = codec->spec; cs8409_set_i2c_dev_addr() local 200 struct cs8409_spec *spec = codec->spec; cs8409_i2c_read() local 243 struct cs8409_spec *spec = codec->spec; cs8409_i2c_bulk_read() local 288 struct cs8409_spec *spec = codec->spec; cs8409_i2c_write() local 329 struct cs8409_spec *spec = codec->spec; cs8409_i2c_bulk_write() local 386 struct cs8409_spec *spec = codec->spec; cs8409_enable_ur() local 426 struct cs8409_spec *spec = codec->spec; cs8409_spk_sw_gpio_get() local 436 struct cs8409_spec *spec = codec->spec; cs8409_spk_sw_gpio_put() local 487 struct cs8409_spec *spec = codec->spec; cs42l42_volume_get() local 546 struct cs8409_spec *spec = codec->spec; cs42l42_volume_put() local 581 struct cs8409_spec *spec = codec->spec; cs42l42_playback_pcm_hook() local 610 struct cs8409_spec *spec = codec->spec; cs42l42_capture_pcm_hook() local 872 struct cs8409_spec *spec = codec->spec; cs42l42_resume() local 916 struct cs8409_spec *spec = codec->spec; cs42l42_suspend() local 955 struct cs8409_spec *spec = codec->spec; cs8409_free() local 978 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_jack_unsol_event() local 1010 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_suspend() local 1037 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_hw_init() local 1092 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_exec_verb() local 1125 struct cs8409_spec *spec = codec->spec; cs8409_cs42l42_fixups() local 1245 struct cs8409_spec *spec = codec->spec; dolphin_jack_unsol_event() local 1282 struct cs8409_spec *spec = codec->spec; dolphin_hw_init() local 1322 struct cs8409_spec *spec = codec->spec; dolphin_exec_verb() local 1358 struct cs8409_spec *spec = codec->spec; dolphin_fixups() local [all...] |
H A D | patch_analog.c | 43 #define set_beep_amp(spec, nid, idx, dir) \ 44 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir)) /* mono */ 46 #define set_beep_amp(spec, nid, idx, dir) /* NOP */ 52 struct ad198x_spec *spec = codec->spec; in create_beep_ctls() local 55 if (!spec->beep_amp) in create_beep_ctls() 64 kctl->private_value = spec->beep_amp; in create_beep_ctls() 127 struct ad198x_spec *spec = codec->spec; in ad_vmaster_eapd_hook() local 129 if (!spec in ad_vmaster_eapd_hook() 170 struct ad198x_spec *spec = codec->spec; ad198x_parse_auto_config() local 198 struct ad198x_spec *spec; alloc_ad_spec() local 217 struct ad198x_spec *spec = codec->spec; ad_fixup_inv_jack_detect() local 231 struct ad198x_spec *spec = codec->spec; ad1986a_fixup_eapd() local 244 struct ad198x_spec *spec = codec->spec; ad1986a_fixup_eapd_mix_in() local 385 struct ad198x_spec *spec; patch_ad1986a() local 447 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_info() local 464 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_get() local 474 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_put() local 499 struct ad198x_spec *spec = codec->spec; ad1983_add_spdif_mux_ctl() local 518 struct ad198x_spec *spec; patch_ad1983() local 555 struct ad198x_spec *spec = codec->spec; ad1981_fixup_hp_eapd() local 606 struct ad198x_spec *spec; patch_ad1981() local 727 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_info() local 742 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_get() local 752 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_put() local 785 struct ad198x_spec *spec = codec->spec; ad1988_auto_init() local 806 struct ad198x_spec *spec = codec->spec; ad1988_add_spdif_mux_ctl() local 898 struct ad198x_spec *spec; patch_ad1988() local 975 struct ad198x_spec *spec = codec->spec; ad1884_vmaster_hp_gpio_hook() local 987 struct ad198x_spec *spec = codec->spec; ad1884_fixup_hp_eapd() local 1012 struct ad198x_spec *spec = codec->spec; ad1884_fixup_thinkpad() local 1078 struct ad198x_spec *spec; patch_ad1884() local 1124 struct ad198x_spec *spec; patch_ad1882() local [all...] |
H A D | patch_cirrus.c | 132 struct cs_spec *spec = codec->spec; in cs_vendor_coef_get() local 134 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_get() 136 return snd_hda_codec_read(codec, spec->vendor_nid, 0, in cs_vendor_coef_get() 143 struct cs_spec *spec = codec->spec; in cs_vendor_coef_set() local 145 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set() 147 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set() 159 struct cs_spec *spec = codec->spec; in cs_automute() local 188 struct cs_spec *spec = codec->spec; init_input_coef() local 294 struct cs_spec *spec = codec->spec; cs_init() local 346 struct cs_spec *spec = codec->spec; cs_parse_auto_config() local 498 struct cs_spec *spec = codec->spec; cs420x_fixup_gpio_13() local 511 struct cs_spec *spec = codec->spec; cs420x_fixup_gpio_23() local 574 struct cs_spec *spec; cs_alloc_spec() local 589 struct cs_spec *spec; patch_cs420x() local 656 struct cs_spec *spec = codec->spec; cs4208_fixup_gpio0() local 703 struct cs_spec *spec = codec->spec; cs4208_spdif_sw_put() local 716 struct cs_spec *spec = codec->spec; cs4208_fixup_spdif_switch() local 771 struct cs_spec *spec; patch_cs4208() local 854 struct cs_spec *spec = codec->spec; cs421x_fixup_sense_b() local 992 struct cs_spec *spec = codec->spec; cs4210_pinmux_init() local 1026 struct cs_spec *spec = codec->spec; cs4210_spdif_automute() local 1048 struct cs_spec *spec = codec->spec; parse_cs421x_digital() local 1065 struct cs_spec *spec = codec->spec; cs421x_init() local 1105 struct cs_spec *spec = codec->spec; cs421x_parse_auto_config() local 1138 struct cs_spec *spec = codec->spec; cs421x_suspend() local 1171 struct cs_spec *spec; patch_cs4210() local 1207 struct cs_spec *spec; patch_cs4213() local [all...] |
H A D | hda_generic.c | 33 * @spec: hda_gen_spec object to initialize 37 int snd_hda_gen_spec_init(struct hda_gen_spec *spec) in snd_hda_gen_spec_init() argument 39 snd_array_init(&spec->kctls, sizeof(struct snd_kcontrol_new), 32); in snd_hda_gen_spec_init() 40 snd_array_init(&spec->paths, sizeof(struct nid_path), 8); in snd_hda_gen_spec_init() 41 snd_array_init(&spec->loopback_list, sizeof(struct hda_amp_list), 8); in snd_hda_gen_spec_init() 42 mutex_init(&spec->pcm_mutex); in snd_hda_gen_spec_init() 49 * @spec: hda_gen_spec object 55 * name string @name to the list in @spec. 59 snd_hda_gen_add_kctl(struct hda_gen_spec *spec, const char *name, in snd_hda_gen_add_kctl() argument 62 struct snd_kcontrol_new *knew = snd_array_new(&spec in snd_hda_gen_add_kctl() 76 free_kctls(struct hda_gen_spec *spec) free_kctls() argument 87 snd_hda_gen_spec_free(struct hda_gen_spec *spec) snd_hda_gen_spec_free() argument 107 struct hda_gen_spec *spec = codec->spec; parse_user_hints() local 260 struct hda_gen_spec *spec = codec->spec; get_nid_path() local 289 struct hda_gen_spec *spec = codec->spec; snd_hda_get_path_idx() local 310 struct hda_gen_spec *spec = codec->spec; snd_hda_get_path_from_idx() local 321 struct hda_gen_spec *spec = codec->spec; is_dac_already_used() local 347 struct hda_gen_spec *spec = codec->spec; is_ctl_used() local 480 struct hda_gen_spec *spec = codec->spec; snd_hda_add_new_path() local 515 struct hda_gen_spec *spec = codec->spec; get_preferred_dac() local 530 struct hda_gen_spec *spec = codec->spec; look_for_dac() local 584 struct hda_gen_spec *spec = codec->spec; look_for_out_vol_nid() local 633 struct hda_gen_spec *spec = codec->spec; is_active_nid() local 785 struct hda_gen_spec *spec = codec->spec; activate_amp_in() local 882 struct hda_gen_spec *spec = codec->spec; snd_hda_activate_path() local 909 struct hda_gen_spec *spec = codec->spec; path_power_down_sync() local 919 struct hda_gen_spec *spec = codec->spec; set_pin_eapd() local 979 add_control(struct hda_gen_spec *spec, int type, const char *name, int cidx, unsigned long val) add_control() argument 996 add_control_with_pfx(struct hda_gen_spec *spec, int type, const char *pfx, const char *dir, const char *sfx, int cidx, unsigned long val) add_control_with_pfx() argument 1091 struct hda_gen_spec *spec = codec->spec; sync_auto_mute_bits() local 1170 struct hda_gen_spec *spec = codec->spec; get_line_out_pfx() local 1287 struct hda_gen_spec *spec = codec->spec; assign_out_path_ctls() local 1350 struct hda_gen_spec *spec = codec->spec; get_primary_out() local 1374 struct hda_gen_spec *spec = codec->spec; try_assign_dacs() local 1463 struct hda_gen_spec *spec = codec->spec; get_dac_if_single() local 1500 struct hda_gen_spec *spec = codec->spec; count_multiio_pins() local 1531 struct hda_gen_spec *spec = codec->spec; fill_multi_ios() local 1616 struct hda_gen_spec *spec = codec->spec; map_singles() local 1642 has_aamix_out_paths(struct hda_gen_spec *spec) has_aamix_out_paths() argument 1651 struct hda_gen_spec *spec = codec->spec; check_aamix_out_path() local 1687 struct hda_gen_spec *spec = codec->spec; indep_hp_possible() local 1745 struct hda_gen_spec *spec = codec->spec; fill_and_eval_dacs() local 1917 struct hda_gen_spec *spec = codec->spec; debug_show_configs() local 1969 struct hda_gen_spec *spec = codec->spec; fill_all_dac_nids() local 1987 struct hda_gen_spec *spec = codec->spec; parse_output_paths() local 2109 struct hda_gen_spec *spec = codec->spec; create_multi_out_ctls() local 2205 struct hda_gen_spec *spec = codec->spec; create_hp_out_ctls() local 2213 struct hda_gen_spec *spec = codec->spec; create_speaker_out_ctls() local 2235 struct hda_gen_spec *spec = codec->spec; indep_hp_get() local 2248 struct hda_gen_spec *spec = codec->spec; indep_hp_put() local 2304 struct hda_gen_spec *spec = codec->spec; create_indep_hp_ctls() local 2333 struct hda_gen_spec *spec = codec->spec; ch_mode_info() local 2350 struct hda_gen_spec *spec = codec->spec; ch_mode_get() local 2359 struct hda_gen_spec *spec = codec->spec; get_multiio_path() local 2369 aamix_default(struct hda_gen_spec *spec) aamix_default() argument 2376 struct hda_gen_spec *spec = codec->spec; set_multi_io() local 2408 struct hda_gen_spec *spec = codec->spec; ch_mode_put() local 2436 struct hda_gen_spec *spec = codec->spec; create_multi_channel_mode() local 2455 struct hda_gen_spec *spec = codec->spec; loopback_mixing_get() local 2464 struct hda_gen_spec *spec = codec->spec; update_aamix_paths() local 2494 struct hda_gen_spec *spec = codec->spec; update_output_paths() local 2510 struct hda_gen_spec *spec = codec->spec; loopback_mixing_put() local 2548 struct hda_gen_spec *spec = codec->spec; create_loopback_mixing_ctl() local 2567 struct hda_gen_spec *spec = codec->spec; update_hp_mic() local 2611 struct hda_gen_spec *spec = codec->spec; create_hp_mic() local 2709 struct hda_gen_spec *spec = codec->spec; find_kctl_name() local 2723 struct hda_gen_spec *spec = codec->spec; get_jack_mode_name() local 2735 struct hda_gen_spec *spec = codec->spec; get_out_jack_num_items() local 2747 struct hda_gen_spec *spec = codec->spec; create_out_jack_modes() local 2877 struct hda_gen_spec *spec = codec->spec; get_in_jack_num_items() local 2886 struct hda_gen_spec *spec = codec->spec; create_in_jack_mode() local 3023 struct hda_gen_spec *spec = codec->spec; create_hp_mic_jack_mode() local 3040 add_loopback_list(struct hda_gen_spec *spec, hda_nid_t mix, int idx) add_loopback_list() argument 3097 struct hda_gen_spec *spec = codec->spec; new_analog_input() local 3158 struct hda_gen_spec *spec = codec->spec; fill_adc_nids() local 3188 struct hda_gen_spec *spec = codec->spec; check_dyn_adc_switch() local 3258 struct hda_gen_spec *spec = codec->spec; parse_capture_source() local 3298 struct hda_gen_spec *spec = codec->spec; fill_input_pin_labels() local 3331 struct hda_gen_spec *spec = codec->spec; create_input_ctls() local 3404 struct hda_gen_spec *spec = codec->spec; get_input_path() local 3425 struct hda_gen_spec *spec = codec->spec; mux_enum_info() local 3433 struct hda_gen_spec *spec = codec->spec; mux_enum_get() local 3471 struct hda_gen_spec *spec = codec->spec; cap_put_caller() local 3585 struct hda_gen_spec *spec = codec->spec; is_inv_dmic_pin() local 3608 struct hda_gen_spec *spec = codec->spec; cap_single_sw_put() local 3625 struct hda_gen_spec *spec = codec->spec; add_single_cap_ctl() local 3691 struct hda_gen_spec *spec = codec->spec; create_bind_cap_vol_ctl() local 3739 struct hda_gen_spec *spec = codec->spec; create_multi_cap_vol_ctl() local 3768 struct hda_gen_spec *spec = codec->spec; create_capture_mixers() local 3884 struct hda_gen_spec *spec = codec->spec; parse_mic_boost() local 3936 struct hda_gen_spec *spec = codec->spec; create_mute_led_cdev() local 3968 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_add_mute_led_cdev() local 4005 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_add_micmute_led_cdev() local 4027 struct hda_gen_spec *spec = codec->spec; parse_digital() local 4092 struct hda_gen_spec *spec = codec->spec; mux_select() local 4139 struct hda_gen_spec *spec = codec->spec; set_path_power() local 4240 struct hda_gen_spec *spec = codec->spec; add_all_pin_power_ctls() local 4269 struct hda_gen_spec *spec = codec->spec; sync_all_pin_power_ctls() local 4288 struct hda_gen_spec *spec = codec->spec; add_fake_paths() local 4312 struct hda_gen_spec *spec = codec->spec; add_fake_beep_paths() local 4349 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_fix_pin_power() local 4392 struct hda_gen_spec *spec = codec->spec; do_automute() local 4456 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_update_outputs() local 4503 struct hda_gen_spec *spec = codec->spec; call_update_outputs() local 4522 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_hp_automute() local 4547 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_line_automute() local 4572 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_mic_autoswitch() local 4596 struct hda_gen_spec *spec = codec->spec; call_hp_automute() local 4606 struct hda_gen_spec *spec = codec->spec; call_line_automute() local 4616 struct hda_gen_spec *spec = codec->spec; call_mic_autoswitch() local 4638 struct hda_gen_spec *spec = codec->spec; automute_mode_info() local 4652 struct hda_gen_spec *spec = codec->spec; automute_mode_get() local 4667 struct hda_gen_spec *spec = codec->spec; automute_mode_put() local 4714 struct hda_gen_spec *spec = codec->spec; add_automute_mode_enum() local 4727 struct hda_gen_spec *spec = codec->spec; check_auto_mute_availability() local 4800 struct hda_gen_spec *spec = codec->spec; auto_mic_check_imux() local 4834 struct hda_gen_spec *spec = codec->spec; check_auto_mic_availability() local 4911 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_path_power_filter() local 4971 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_parse_auto_config() local 5175 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_build_controls() local 5250 struct hda_gen_spec *spec = codec->spec; call_pcm_playback_hook() local 5260 struct hda_gen_spec *spec = codec->spec; call_pcm_capture_hook() local 5272 struct hda_gen_spec *spec = codec->spec; playback_pcm_open() local 5294 struct hda_gen_spec *spec = codec->spec; playback_pcm_prepare() local 5309 struct hda_gen_spec *spec = codec->spec; playback_pcm_cleanup() local 5323 struct hda_gen_spec *spec = codec->spec; playback_pcm_close() local 5374 struct hda_gen_spec *spec = codec->spec; alt_playback_pcm_open() local 5392 struct hda_gen_spec *spec = codec->spec; alt_playback_pcm_close() local 5430 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_open() local 5440 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_prepare() local 5449 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_cleanup() local 5457 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_close() local 5473 struct hda_gen_spec *spec = codec->spec; alt_capture_pcm_prepare() local 5486 struct hda_gen_spec *spec = codec->spec; alt_capture_pcm_cleanup() local 5581 struct hda_gen_spec *spec = codec->spec; dyn_adc_pcm_resetup() local 5603 struct hda_gen_spec *spec = codec->spec; dyn_adc_capture_pcm_prepare() local 5616 struct hda_gen_spec *spec = codec->spec; dyn_adc_capture_pcm_cleanup() local 5688 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_build_pcms() local 5818 struct hda_gen_spec *spec = codec->spec; init_multi_out() local 5837 struct hda_gen_spec *spec = codec->spec; init_extra_out() local 5849 struct hda_gen_spec *spec = codec->spec; init_multi_io() local 5868 struct hda_gen_spec *spec = codec->spec; init_aamix_paths() local 5888 struct hda_gen_spec *spec = codec->spec; init_analog_input() local 5908 struct hda_gen_spec *spec = codec->spec; init_input_src() local 5939 struct hda_gen_spec *spec = codec->spec; init_digital() local 5977 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_init() local 6035 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_check_power_status() local 6063 struct hda_gen_spec *spec; snd_hda_parse_generic_codec() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fDrawElementsBaseVertexTests.cpp | 85 static void addRangeElementsToSpec (gls::DrawTestSpec& spec) in addRangeElementsToSpec() argument 87 if (spec.drawMethod == gls::DrawTestSpec::DRAWMETHOD_DRAWELEMENTS_RANGED_BASEVERTEX) in addRangeElementsToSpec() 89 spec.indexMin = 0; in addRangeElementsToSpec() 90 spec.indexMax = (int)getElementCount(spec.primitive, spec.primitiveCount); in addRangeElementsToSpec() 94 static void addTestIterations (gls::DrawTest* test, gls::DrawTestSpec& spec, TestIterationType type) in addTestIterations() argument 98 spec.primitiveCount = 1; in addTestIterations() 99 addRangeElementsToSpec(spec); in addTestIterations() 100 test->addIteration(spec, "dra in addTestIterations() 128 genBasicSpec(gls::DrawTestSpec& spec, glu::ContextType& contextType, gls::DrawTestSpec::DrawMethod method) genBasicSpec() argument 513 gls::DrawTestSpec spec; init() local 581 gls::DrawTestSpec spec; init() local 647 gls::DrawTestSpec spec; init() local 684 gls::DrawTestSpec spec; init() local 732 gls::DrawTestSpec spec; init() local 794 gls::DrawTestSpec spec; init() local [all...] |
/base/security/crypto_framework/test/unittest/src/aes_cipher/ |
H A D | crypto_aes_ccm_cipher_test.cpp | 56 HcfCcmParamsSpec spec = {}; in HWTEST_F() local 57 spec.aad.data = aad; in HWTEST_F() 58 spec.aad.len = sizeof(aad); in HWTEST_F() 59 spec.tag.data = tag; in HWTEST_F() 60 spec.tag.len = sizeof(tag); in HWTEST_F() 61 spec.iv.data = iv; in HWTEST_F() 62 spec.iv.len = sizeof(iv); in HWTEST_F() 76 ret = AesEncrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, &cipherTextLen); in HWTEST_F() 82 (void)memcpy_s(spec.tag.data, 12, cipherText + cipherTextLen - 12, 12); in HWTEST_F() 83 PrintfHex("ccm tag", spec in HWTEST_F() 109 HcfCcmParamsSpec spec = {}; HWTEST_F() local 162 HcfCcmParamsSpec spec = {}; HWTEST_F() local 215 HcfCcmParamsSpec spec = {}; HWTEST_F() local 268 HcfCcmParamsSpec spec = {}; HWTEST_F() local 322 HcfCcmParamsSpec spec = {}; HWTEST_F() local 375 HcfCcmParamsSpec spec = {}; HWTEST_F() local 427 HcfCcmParamsSpec spec = {}; HWTEST_F() local 511 HcfCcmParamsSpec spec = {}; HWTEST_F() local 553 HcfCcmParamsSpec spec = {}; HWTEST_F() local 595 HcfCcmParamsSpec spec = {}; HWTEST_F() local [all...] |
H A D | crypto_aes_gcm_cipher_test.cpp | 57 HcfGcmParamsSpec spec = {}; in HWTEST_F() local 58 spec.aad.data = aad; in HWTEST_F() 59 spec.aad.len = sizeof(aad); in HWTEST_F() 60 spec.tag.data = tag; in HWTEST_F() 61 spec.tag.len = sizeof(tag); in HWTEST_F() 62 spec.iv.data = iv; in HWTEST_F() 63 spec.iv.len = sizeof(iv); in HWTEST_F() 77 ret = AesEncrypt(cipher, key, (HcfParamsSpec *)&spec, cipherText, &cipherTextLen); in HWTEST_F() 83 (void)memcpy_s(spec.tag.data, 16, cipherText + cipherTextLen - 16, 16); in HWTEST_F() 84 PrintfHex("gcm tag", spec in HWTEST_F() 111 HcfGcmParamsSpec spec = {}; HWTEST_F() local 165 HcfGcmParamsSpec spec = {}; HWTEST_F() local 219 HcfGcmParamsSpec spec = {}; HWTEST_F() local 273 HcfGcmParamsSpec spec = {}; HWTEST_F() local 327 HcfGcmParamsSpec spec = {}; HWTEST_F() local 381 HcfGcmParamsSpec spec = {}; HWTEST_F() local 434 HcfGcmParamsSpec spec = {}; HWTEST_F() local 555 HcfGcmParamsSpec spec = {}; HWTEST_F() local 599 HcfGcmParamsSpec spec = {}; HWTEST_F() local 642 HcfGcmParamsSpec spec = {}; HWTEST_F() local 684 HcfGcmParamsSpec spec = {}; HWTEST_F() local 738 HcfGcmParamsSpec spec = {}; HWTEST_F() local 792 HcfGcmParamsSpec spec = {}; HWTEST_F() local 847 HcfGcmParamsSpec spec = {}; HWTEST_F() local 900 HcfGcmParamsSpec spec = {}; HWTEST_F() local 954 HcfGcmParamsSpec spec = {}; HWTEST_F() local 1000 HcfGcmParamsSpec spec = {}; HWTEST_F() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/ |
H A D | filter.h | 179 static inline void efx_filter_init_rx(struct efx_filter_spec *spec, in efx_filter_init_rx() argument 184 memset(spec, 0, sizeof(*spec)); in efx_filter_init_rx() 185 spec->priority = priority; in efx_filter_init_rx() 186 spec->flags = EFX_FILTER_FLAG_RX | flags; in efx_filter_init_rx() 187 spec->rss_context = 0; in efx_filter_init_rx() 188 spec->dmaq_id = rxq_id; in efx_filter_init_rx() 191 static inline void efx_filter_init_tx(struct efx_filter_spec *spec, in efx_filter_init_tx() argument 194 memset(spec, 0, sizeof(*spec)); in efx_filter_init_tx() 208 efx_filter_set_ipv4_local(struct efx_filter_spec *spec, u8 proto, __be32 host, __be16 port) efx_filter_set_ipv4_local() argument 231 efx_filter_set_ipv4_full(struct efx_filter_spec *spec, u8 proto, __be32 lhost, __be16 lport, __be32 rhost, __be16 rport) efx_filter_set_ipv4_full() argument 258 efx_filter_set_eth_local(struct efx_filter_spec *spec, u16 vid, const u8 *addr) efx_filter_set_eth_local() argument 279 efx_filter_set_uc_def(struct efx_filter_spec *spec) efx_filter_set_uc_def() argument 289 efx_filter_set_mc_def(struct efx_filter_spec *spec) efx_filter_set_mc_def() argument 296 efx_filter_set_encap_type(struct efx_filter_spec *spec, enum efx_encap_type encap_type) efx_filter_set_encap_type() argument 303 efx_filter_get_encap_type( const struct efx_filter_spec *spec) efx_filter_get_encap_type() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | filter.h | 178 static inline void efx_filter_init_rx(struct efx_filter_spec *spec, in efx_filter_init_rx() argument 183 memset(spec, 0, sizeof(*spec)); in efx_filter_init_rx() 184 spec->priority = priority; in efx_filter_init_rx() 185 spec->flags = EFX_FILTER_FLAG_RX | flags; in efx_filter_init_rx() 186 spec->rss_context = 0; in efx_filter_init_rx() 187 spec->dmaq_id = rxq_id; in efx_filter_init_rx() 190 static inline void efx_filter_init_tx(struct efx_filter_spec *spec, in efx_filter_init_tx() argument 193 memset(spec, 0, sizeof(*spec)); in efx_filter_init_tx() 207 efx_filter_set_ipv4_local(struct efx_filter_spec *spec, u8 proto, __be32 host, __be16 port) efx_filter_set_ipv4_local() argument 230 efx_filter_set_ipv4_full(struct efx_filter_spec *spec, u8 proto, __be32 lhost, __be16 lport, __be32 rhost, __be16 rport) efx_filter_set_ipv4_full() argument 257 efx_filter_set_eth_local(struct efx_filter_spec *spec, u16 vid, const u8 *addr) efx_filter_set_eth_local() argument 278 efx_filter_set_uc_def(struct efx_filter_spec *spec) efx_filter_set_uc_def() argument 288 efx_filter_set_mc_def(struct efx_filter_spec *spec) efx_filter_set_mc_def() argument 295 efx_filter_set_encap_type(struct efx_filter_spec *spec, enum efx_encap_type encap_type) efx_filter_set_encap_type() argument 302 efx_filter_get_encap_type( const struct efx_filter_spec *spec) efx_filter_get_encap_type() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/falcon/ |
H A D | filter.h | 152 static inline void ef4_filter_init_rx(struct ef4_filter_spec *spec, in ef4_filter_init_rx() argument 157 memset(spec, 0, sizeof(*spec)); in ef4_filter_init_rx() 158 spec->priority = priority; in ef4_filter_init_rx() 159 spec->flags = EF4_FILTER_FLAG_RX | flags; in ef4_filter_init_rx() 160 spec->rss_context = EF4_FILTER_RSS_CONTEXT_DEFAULT; in ef4_filter_init_rx() 161 spec->dmaq_id = rxq_id; in ef4_filter_init_rx() 164 static inline void ef4_filter_init_tx(struct ef4_filter_spec *spec, in ef4_filter_init_tx() argument 167 memset(spec, 0, sizeof(*spec)); in ef4_filter_init_tx() 181 ef4_filter_set_ipv4_local(struct ef4_filter_spec *spec, u8 proto, __be32 host, __be16 port) ef4_filter_set_ipv4_local() argument 204 ef4_filter_set_ipv4_full(struct ef4_filter_spec *spec, u8 proto, __be32 lhost, __be16 lport, __be32 rhost, __be16 rport) ef4_filter_set_ipv4_full() argument 231 ef4_filter_set_eth_local(struct ef4_filter_spec *spec, u16 vid, const u8 *addr) ef4_filter_set_eth_local() argument 252 ef4_filter_set_uc_def(struct ef4_filter_spec *spec) ef4_filter_set_uc_def() argument 262 ef4_filter_set_mc_def(struct ef4_filter_spec *spec) ef4_filter_set_mc_def() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/falcon/ |
H A D | filter.h | 152 static inline void ef4_filter_init_rx(struct ef4_filter_spec *spec, in ef4_filter_init_rx() argument 157 memset(spec, 0, sizeof(*spec)); in ef4_filter_init_rx() 158 spec->priority = priority; in ef4_filter_init_rx() 159 spec->flags = EF4_FILTER_FLAG_RX | flags; in ef4_filter_init_rx() 160 spec->rss_context = EF4_FILTER_RSS_CONTEXT_DEFAULT; in ef4_filter_init_rx() 161 spec->dmaq_id = rxq_id; in ef4_filter_init_rx() 164 static inline void ef4_filter_init_tx(struct ef4_filter_spec *spec, in ef4_filter_init_tx() argument 167 memset(spec, 0, sizeof(*spec)); in ef4_filter_init_tx() 181 ef4_filter_set_ipv4_local(struct ef4_filter_spec *spec, u8 proto, __be32 host, __be16 port) ef4_filter_set_ipv4_local() argument 204 ef4_filter_set_ipv4_full(struct ef4_filter_spec *spec, u8 proto, __be32 lhost, __be16 lport, __be32 rhost, __be16 rport) ef4_filter_set_ipv4_full() argument 231 ef4_filter_set_eth_local(struct ef4_filter_spec *spec, u16 vid, const u8 *addr) ef4_filter_set_eth_local() argument 252 ef4_filter_set_uc_def(struct ef4_filter_spec *spec) ef4_filter_set_uc_def() argument 262 ef4_filter_set_mc_def(struct ef4_filter_spec *spec) ef4_filter_set_mc_def() argument [all...] |
/base/security/crypto_framework/test/unittest/src/sm2/ |
H A D | crypto_sm2_util_test.cpp | 84 HcfResult ConstructCorrectSm2CipherTextSpec(Sm2CipherTextSpec **spec) in ConstructCorrectSm2CipherTextSpec() argument 98 *spec = tempSpec; in ConstructCorrectSm2CipherTextSpec() 102 HcfResult ConstructMissYErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) in ConstructMissYErrorSm2CipherTextSpec() argument 114 *spec = tempSpec; in ConstructMissYErrorSm2CipherTextSpec() 118 HcfResult ConstructMissXErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) in ConstructMissXErrorSm2CipherTextSpec() argument 130 *spec = tempSpec; in ConstructMissXErrorSm2CipherTextSpec() 134 HcfResult ConstructMissHashDataErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) in ConstructMissHashDataErrorSm2CipherTextSpec() argument 146 *spec = tempSpec; in ConstructMissHashDataErrorSm2CipherTextSpec() 150 HcfResult ConstructMissCipherDataErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) in ConstructMissCipherDataErrorSm2CipherTextSpec() argument 162 *spec in ConstructMissCipherDataErrorSm2CipherTextSpec() 166 ConstructLenErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructLenErrorSm2CipherTextSpec() argument 185 ConstructLenZeroXSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructLenZeroXSm2CipherTextSpec() argument 203 ConstructLenZeroYSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructLenZeroYSm2CipherTextSpec() argument 221 ConstructLenZeroCipherDataSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructLenZeroCipherDataSm2CipherTextSpec() argument 239 ConstructLenZeroHashDataSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructLenZeroHashDataSm2CipherTextSpec() argument 257 ConstructMissErrorSm2CipherTextSpec(Sm2CipherTextSpec **spec) ConstructMissErrorSm2CipherTextSpec() argument 271 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 287 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 302 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 314 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 326 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 338 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 350 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 362 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 374 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 393 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 405 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 417 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 429 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 441 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 453 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 462 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 471 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 479 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 487 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 503 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 518 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 531 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 544 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 557 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 570 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local 579 Sm2CipherTextSpec *spec = nullptr; HWTEST_F() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | cpu_setup.h | 8 void __setup_cpu_power7(unsigned long offset, struct cpu_spec *spec); 9 void __setup_cpu_power8(unsigned long offset, struct cpu_spec *spec); 10 void __setup_cpu_power9(unsigned long offset, struct cpu_spec *spec); 11 void __setup_cpu_power10(unsigned long offset, struct cpu_spec *spec); 17 void __setup_cpu_e500v1(unsigned long offset, struct cpu_spec *spec); 18 void __setup_cpu_e500v2(unsigned long offset, struct cpu_spec *spec); 19 void __setup_cpu_e500mc(unsigned long offset, struct cpu_spec *spec); 20 void __setup_cpu_440ep(unsigned long offset, struct cpu_spec *spec); 21 void __setup_cpu_440epx(unsigned long offset, struct cpu_spec *spec); 22 void __setup_cpu_440gx(unsigned long offset, struct cpu_spec *spec); [all...] |
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | patch_analog.c | 43 #define set_beep_amp(spec, nid, idx, dir) \ 44 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir)) /* mono */ 46 #define set_beep_amp(spec, nid, idx, dir) /* NOP */ 52 struct ad198x_spec *spec = codec->spec; in create_beep_ctls() local 55 if (!spec->beep_amp) in create_beep_ctls() 64 kctl->private_value = spec->beep_amp; in create_beep_ctls() 133 struct ad198x_spec *spec = codec->spec; in ad_vmaster_eapd_hook() local 135 if (!spec in ad_vmaster_eapd_hook() 177 struct ad198x_spec *spec = codec->spec; ad198x_parse_auto_config() local 205 struct ad198x_spec *spec; alloc_ad_spec() local 224 struct ad198x_spec *spec = codec->spec; ad_fixup_inv_jack_detect() local 238 struct ad198x_spec *spec = codec->spec; ad1986a_fixup_eapd() local 251 struct ad198x_spec *spec = codec->spec; ad1986a_fixup_eapd_mix_in() local 392 struct ad198x_spec *spec; patch_ad1986a() local 454 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_info() local 471 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_get() local 481 struct ad198x_spec *spec = codec->spec; ad1983_auto_smux_enum_put() local 506 struct ad198x_spec *spec = codec->spec; ad1983_add_spdif_mux_ctl() local 525 struct ad198x_spec *spec; patch_ad1983() local 562 struct ad198x_spec *spec = codec->spec; ad1981_fixup_hp_eapd() local 613 struct ad198x_spec *spec; patch_ad1981() local 734 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_info() local 749 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_get() local 759 struct ad198x_spec *spec = codec->spec; ad1988_auto_smux_enum_put() local 792 struct ad198x_spec *spec = codec->spec; ad1988_auto_init() local 813 struct ad198x_spec *spec = codec->spec; ad1988_add_spdif_mux_ctl() local 905 struct ad198x_spec *spec; patch_ad1988() local 982 struct ad198x_spec *spec = codec->spec; ad1884_vmaster_hp_gpio_hook() local 994 struct ad198x_spec *spec = codec->spec; ad1884_fixup_hp_eapd() local 1019 struct ad198x_spec *spec = codec->spec; ad1884_fixup_thinkpad() local 1085 struct ad198x_spec *spec; patch_ad1884() local 1131 struct ad198x_spec *spec; patch_ad1882() local [all...] |
H A D | hda_generic.c | 33 * @spec: hda_gen_spec object to initialize 37 int snd_hda_gen_spec_init(struct hda_gen_spec *spec) in snd_hda_gen_spec_init() argument 39 snd_array_init(&spec->kctls, sizeof(struct snd_kcontrol_new), 32); in snd_hda_gen_spec_init() 40 snd_array_init(&spec->paths, sizeof(struct nid_path), 8); in snd_hda_gen_spec_init() 41 snd_array_init(&spec->loopback_list, sizeof(struct hda_amp_list), 8); in snd_hda_gen_spec_init() 42 mutex_init(&spec->pcm_mutex); in snd_hda_gen_spec_init() 49 * @spec: hda_gen_spec object 55 * name string @name to the list in @spec. 59 snd_hda_gen_add_kctl(struct hda_gen_spec *spec, const char *name, in snd_hda_gen_add_kctl() argument 62 struct snd_kcontrol_new *knew = snd_array_new(&spec in snd_hda_gen_add_kctl() 76 free_kctls(struct hda_gen_spec *spec) free_kctls() argument 87 snd_hda_gen_spec_free(struct hda_gen_spec *spec) snd_hda_gen_spec_free() argument 107 struct hda_gen_spec *spec = codec->spec; parse_user_hints() local 260 struct hda_gen_spec *spec = codec->spec; get_nid_path() local 289 struct hda_gen_spec *spec = codec->spec; snd_hda_get_path_idx() local 310 struct hda_gen_spec *spec = codec->spec; snd_hda_get_path_from_idx() local 321 struct hda_gen_spec *spec = codec->spec; is_dac_already_used() local 347 struct hda_gen_spec *spec = codec->spec; is_ctl_used() local 480 struct hda_gen_spec *spec = codec->spec; snd_hda_add_new_path() local 515 struct hda_gen_spec *spec = codec->spec; get_preferred_dac() local 530 struct hda_gen_spec *spec = codec->spec; look_for_dac() local 584 struct hda_gen_spec *spec = codec->spec; look_for_out_vol_nid() local 633 struct hda_gen_spec *spec = codec->spec; is_active_nid() local 785 struct hda_gen_spec *spec = codec->spec; activate_amp_in() local 882 struct hda_gen_spec *spec = codec->spec; snd_hda_activate_path() local 909 struct hda_gen_spec *spec = codec->spec; path_power_down_sync() local 919 struct hda_gen_spec *spec = codec->spec; set_pin_eapd() local 979 add_control(struct hda_gen_spec *spec, int type, const char *name, int cidx, unsigned long val) add_control() argument 994 add_control_with_pfx(struct hda_gen_spec *spec, int type, const char *pfx, const char *dir, const char *sfx, int cidx, unsigned long val) add_control_with_pfx() argument 1085 struct hda_gen_spec *spec = codec->spec; sync_auto_mute_bits() local 1164 struct hda_gen_spec *spec = codec->spec; get_line_out_pfx() local 1281 struct hda_gen_spec *spec = codec->spec; assign_out_path_ctls() local 1344 struct hda_gen_spec *spec = codec->spec; get_primary_out() local 1368 struct hda_gen_spec *spec = codec->spec; try_assign_dacs() local 1457 struct hda_gen_spec *spec = codec->spec; get_dac_if_single() local 1494 struct hda_gen_spec *spec = codec->spec; count_multiio_pins() local 1525 struct hda_gen_spec *spec = codec->spec; fill_multi_ios() local 1610 struct hda_gen_spec *spec = codec->spec; map_singles() local 1636 has_aamix_out_paths(struct hda_gen_spec *spec) has_aamix_out_paths() argument 1645 struct hda_gen_spec *spec = codec->spec; check_aamix_out_path() local 1681 struct hda_gen_spec *spec = codec->spec; indep_hp_possible() local 1739 struct hda_gen_spec *spec = codec->spec; fill_and_eval_dacs() local 1911 struct hda_gen_spec *spec = codec->spec; debug_show_configs() local 1963 struct hda_gen_spec *spec = codec->spec; fill_all_dac_nids() local 1981 struct hda_gen_spec *spec = codec->spec; parse_output_paths() local 2103 struct hda_gen_spec *spec = codec->spec; create_multi_out_ctls() local 2199 struct hda_gen_spec *spec = codec->spec; create_hp_out_ctls() local 2207 struct hda_gen_spec *spec = codec->spec; create_speaker_out_ctls() local 2229 struct hda_gen_spec *spec = codec->spec; indep_hp_get() local 2242 struct hda_gen_spec *spec = codec->spec; indep_hp_put() local 2298 struct hda_gen_spec *spec = codec->spec; create_indep_hp_ctls() local 2327 struct hda_gen_spec *spec = codec->spec; ch_mode_info() local 2344 struct hda_gen_spec *spec = codec->spec; ch_mode_get() local 2353 struct hda_gen_spec *spec = codec->spec; get_multiio_path() local 2363 aamix_default(struct hda_gen_spec *spec) aamix_default() argument 2370 struct hda_gen_spec *spec = codec->spec; set_multi_io() local 2402 struct hda_gen_spec *spec = codec->spec; ch_mode_put() local 2430 struct hda_gen_spec *spec = codec->spec; create_multi_channel_mode() local 2449 struct hda_gen_spec *spec = codec->spec; loopback_mixing_get() local 2458 struct hda_gen_spec *spec = codec->spec; update_aamix_paths() local 2488 struct hda_gen_spec *spec = codec->spec; update_output_paths() local 2504 struct hda_gen_spec *spec = codec->spec; loopback_mixing_put() local 2542 struct hda_gen_spec *spec = codec->spec; create_loopback_mixing_ctl() local 2561 struct hda_gen_spec *spec = codec->spec; update_hp_mic() local 2605 struct hda_gen_spec *spec = codec->spec; create_hp_mic() local 2703 struct hda_gen_spec *spec = codec->spec; find_kctl_name() local 2717 struct hda_gen_spec *spec = codec->spec; get_jack_mode_name() local 2729 struct hda_gen_spec *spec = codec->spec; get_out_jack_num_items() local 2741 struct hda_gen_spec *spec = codec->spec; create_out_jack_modes() local 2871 struct hda_gen_spec *spec = codec->spec; get_in_jack_num_items() local 2880 struct hda_gen_spec *spec = codec->spec; create_in_jack_mode() local 3017 struct hda_gen_spec *spec = codec->spec; create_hp_mic_jack_mode() local 3034 add_loopback_list(struct hda_gen_spec *spec, hda_nid_t mix, int idx) add_loopback_list() argument 3091 struct hda_gen_spec *spec = codec->spec; new_analog_input() local 3152 struct hda_gen_spec *spec = codec->spec; fill_adc_nids() local 3182 struct hda_gen_spec *spec = codec->spec; check_dyn_adc_switch() local 3252 struct hda_gen_spec *spec = codec->spec; parse_capture_source() local 3292 struct hda_gen_spec *spec = codec->spec; fill_input_pin_labels() local 3325 struct hda_gen_spec *spec = codec->spec; create_input_ctls() local 3398 struct hda_gen_spec *spec = codec->spec; get_input_path() local 3419 struct hda_gen_spec *spec = codec->spec; mux_enum_info() local 3427 struct hda_gen_spec *spec = codec->spec; mux_enum_get() local 3465 struct hda_gen_spec *spec = codec->spec; cap_put_caller() local 3578 struct hda_gen_spec *spec = codec->spec; is_inv_dmic_pin() local 3601 struct hda_gen_spec *spec = codec->spec; cap_single_sw_put() local 3618 struct hda_gen_spec *spec = codec->spec; add_single_cap_ctl() local 3678 struct hda_gen_spec *spec = codec->spec; create_bind_cap_vol_ctl() local 3724 struct hda_gen_spec *spec = codec->spec; create_multi_cap_vol_ctl() local 3753 struct hda_gen_spec *spec = codec->spec; create_capture_mixers() local 3869 struct hda_gen_spec *spec = codec->spec; parse_mic_boost() local 3921 struct hda_gen_spec *spec = codec->spec; create_mute_led_cdev() local 3958 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_add_mute_led_cdev() local 3990 struct hda_gen_spec *spec = codec->spec; call_micmute_led_update() local 4020 struct hda_gen_spec *spec = codec->spec; update_micmute_led() local 4054 struct hda_gen_spec *spec = codec->spec; micmute_led_mode_get() local 4064 struct hda_gen_spec *spec = codec->spec; micmute_led_mode_put() local 4088 struct hda_gen_spec *spec = codec->spec; add_micmute_led_hook() local 4138 struct hda_gen_spec *spec = codec->spec; parse_digital() local 4203 struct hda_gen_spec *spec = codec->spec; mux_select() local 4250 struct hda_gen_spec *spec = codec->spec; set_path_power() local 4351 struct hda_gen_spec *spec = codec->spec; add_all_pin_power_ctls() local 4380 struct hda_gen_spec *spec = codec->spec; sync_all_pin_power_ctls() local 4399 struct hda_gen_spec *spec = codec->spec; add_fake_paths() local 4423 struct hda_gen_spec *spec = codec->spec; add_fake_beep_paths() local 4460 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_fix_pin_power() local 4503 struct hda_gen_spec *spec = codec->spec; do_automute() local 4567 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_update_outputs() local 4614 struct hda_gen_spec *spec = codec->spec; call_update_outputs() local 4633 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_hp_automute() local 4658 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_line_automute() local 4683 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_mic_autoswitch() local 4707 struct hda_gen_spec *spec = codec->spec; call_hp_automute() local 4717 struct hda_gen_spec *spec = codec->spec; call_line_automute() local 4727 struct hda_gen_spec *spec = codec->spec; call_mic_autoswitch() local 4749 struct hda_gen_spec *spec = codec->spec; automute_mode_info() local 4763 struct hda_gen_spec *spec = codec->spec; automute_mode_get() local 4778 struct hda_gen_spec *spec = codec->spec; automute_mode_put() local 4825 struct hda_gen_spec *spec = codec->spec; add_automute_mode_enum() local 4838 struct hda_gen_spec *spec = codec->spec; check_auto_mute_availability() local 4911 struct hda_gen_spec *spec = codec->spec; auto_mic_check_imux() local 4945 struct hda_gen_spec *spec = codec->spec; check_auto_mic_availability() local 5022 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_path_power_filter() local 5082 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_parse_auto_config() local 5283 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_build_controls() local 5357 struct hda_gen_spec *spec = codec->spec; call_pcm_playback_hook() local 5367 struct hda_gen_spec *spec = codec->spec; call_pcm_capture_hook() local 5379 struct hda_gen_spec *spec = codec->spec; playback_pcm_open() local 5401 struct hda_gen_spec *spec = codec->spec; playback_pcm_prepare() local 5416 struct hda_gen_spec *spec = codec->spec; playback_pcm_cleanup() local 5430 struct hda_gen_spec *spec = codec->spec; playback_pcm_close() local 5481 struct hda_gen_spec *spec = codec->spec; alt_playback_pcm_open() local 5499 struct hda_gen_spec *spec = codec->spec; alt_playback_pcm_close() local 5537 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_open() local 5547 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_prepare() local 5556 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_cleanup() local 5564 struct hda_gen_spec *spec = codec->spec; dig_playback_pcm_close() local 5580 struct hda_gen_spec *spec = codec->spec; alt_capture_pcm_prepare() local 5593 struct hda_gen_spec *spec = codec->spec; alt_capture_pcm_cleanup() local 5688 struct hda_gen_spec *spec = codec->spec; dyn_adc_pcm_resetup() local 5710 struct hda_gen_spec *spec = codec->spec; dyn_adc_capture_pcm_prepare() local 5723 struct hda_gen_spec *spec = codec->spec; dyn_adc_capture_pcm_cleanup() local 5795 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_build_pcms() local 5925 struct hda_gen_spec *spec = codec->spec; init_multi_out() local 5944 struct hda_gen_spec *spec = codec->spec; init_extra_out() local 5956 struct hda_gen_spec *spec = codec->spec; init_multi_io() local 5975 struct hda_gen_spec *spec = codec->spec; init_aamix_paths() local 5995 struct hda_gen_spec *spec = codec->spec; init_analog_input() local 6015 struct hda_gen_spec *spec = codec->spec; init_input_src() local 6046 struct hda_gen_spec *spec = codec->spec; init_digital() local 6084 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_init() local 6160 struct hda_gen_spec *spec = codec->spec; snd_hda_gen_check_power_status() local 6189 struct hda_gen_spec *spec; snd_hda_parse_generic_codec() local [all...] |
H A D | patch_cirrus.c | 131 struct cs_spec *spec = codec->spec; in cs_vendor_coef_get() local 132 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_get() 134 return snd_hda_codec_read(codec, spec->vendor_nid, 0, in cs_vendor_coef_get() 141 struct cs_spec *spec = codec->spec; in cs_vendor_coef_set() local 142 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set() 144 snd_hda_codec_write(codec, spec->vendor_nid, 0, in cs_vendor_coef_set() 156 struct cs_spec *spec = codec->spec; in cs_automute() local 184 struct cs_spec *spec = codec->spec; init_input_coef() local 297 struct cs_spec *spec = codec->spec; cs_init() local 349 struct cs_spec *spec = codec->spec; cs_parse_auto_config() local 499 struct cs_spec *spec = codec->spec; cs420x_fixup_gpio_13() local 511 struct cs_spec *spec = codec->spec; cs420x_fixup_gpio_23() local 573 struct cs_spec *spec; cs_alloc_spec() local 588 struct cs_spec *spec; patch_cs420x() local 655 struct cs_spec *spec = codec->spec; cs4208_fixup_gpio0() local 701 struct cs_spec *spec = codec->spec; cs4208_spdif_sw_put() local 714 struct cs_spec *spec = codec->spec; cs4208_fixup_spdif_switch() local 769 struct cs_spec *spec; patch_cs4208() local 852 struct cs_spec *spec = codec->spec; cs421x_fixup_sense_b() local 989 struct cs_spec *spec = codec->spec; cs4210_pinmux_init() local 1023 struct cs_spec *spec = codec->spec; cs4210_spdif_automute() local 1045 struct cs_spec *spec = codec->spec; parse_cs421x_digital() local 1061 struct cs_spec *spec = codec->spec; cs421x_init() local 1101 struct cs_spec *spec = codec->spec; cs421x_parse_auto_config() local 1134 struct cs_spec *spec = codec->spec; cs421x_suspend() local 1167 struct cs_spec *spec; patch_cs4210() local 1203 struct cs_spec *spec; patch_cs4213() local [all...] |
/base/security/crypto_framework/test/unittest/include/ |
H A D | ecc_asy_key_common.h | 26 HcfResult ConstructEcc192CommParamsSpec(HcfAsyKeyParamsSpec **spec); 27 HcfResult ConstructEcc224CommParamsSpec(HcfAsyKeyParamsSpec **spec); 28 HcfResult ConstructEcc224PubKeyParamsSpec(HcfAsyKeyParamsSpec **spec); 29 HcfResult ConstructEcc224PriKeyParamsSpec(HcfAsyKeyParamsSpec **spec); 30 HcfResult ConstructEcc224KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec); 31 HcfResult ConstructEcc256CommParamsSpec(HcfAsyKeyParamsSpec **spec); 32 HcfResult ConstructEcc256PubKeyParamsSpec(HcfAsyKeyParamsSpec **spec); 33 HcfResult ConstructEcc256PriKeyParamsSpec(HcfAsyKeyParamsSpec **spec); 34 HcfResult ConstructEcc256KeyPairParamsSpec(HcfAsyKeyParamsSpec **spec); 35 HcfResult ConstructEcc384CommParamsSpec(HcfAsyKeyParamsSpec **spec); [all...] |