/kernel/linux/linux-5.10/sound/pci/ice1712/ |
H A D | prodigy192.c | 112 struct prodigy192_spec *spec = ice->spec; in stac9460_dac_mute_put() local 120 mutex_lock(&spec->mute_mutex); in stac9460_dac_mute_put() 126 mutex_unlock(&spec->mute_mutex); in stac9460_dac_mute_put() 309 struct prodigy192_spec *spec = ice->spec; in stac9460_set_rate_val() local 324 mutex_lock(&spec->mute_mutex); in stac9460_set_rate_val() 338 mutex_unlock(&spec->mute_mutex); in stac9460_set_rate_val() 609 struct prodigy192_spec *spec = ice->spec; in prodigy192_ak4114_init() local 647 struct prodigy192_spec *spec = ice->spec; prodigy192_add_controls() local 717 struct prodigy192_spec *spec; prodigy192_init() local [all...] |
/kernel/linux/linux-6.6/sound/pci/ice1712/ |
H A D | prodigy192.c | 112 struct prodigy192_spec *spec = ice->spec; in stac9460_dac_mute_put() local 120 mutex_lock(&spec->mute_mutex); in stac9460_dac_mute_put() 126 mutex_unlock(&spec->mute_mutex); in stac9460_dac_mute_put() 309 struct prodigy192_spec *spec = ice->spec; in stac9460_set_rate_val() local 324 mutex_lock(&spec->mute_mutex); in stac9460_set_rate_val() 338 mutex_unlock(&spec->mute_mutex); in stac9460_set_rate_val() 609 struct prodigy192_spec *spec = ice->spec; in prodigy192_ak4114_init() local 647 struct prodigy192_spec *spec = ice->spec; prodigy192_add_controls() local 717 struct prodigy192_spec *spec; prodigy192_init() local [all...] |
/third_party/node/deps/npm/node_modules/pacote/lib/ |
H A D | registry.js | 25 constructor (spec, opts) { 26 super(spec, opts) 36 this.registry = fetch.pickRegistry(spec, opts) 38 this.spec.escapedName 60 { package: this.spec.toString() } 74 'pacote-pkg-id': `registry:${this.spec.name}`, 94 spec: this.spec, 130 let mani = await pickManifest(packument, this.spec.fetchSpec, { 297 const purl = this.spec [all...] |
/third_party/mesa3d/src/broadcom/cle/ |
H A D | v3d_decoder.h | 39 struct v3d_group *v3d_spec_find_struct(struct v3d_spec *spec, const char *name); 41 struct v3d_group *v3d_spec_find_instruction(struct v3d_spec *spec, const uint8_t *p); 42 struct v3d_group *v3d_spec_find_register(struct v3d_spec *spec, uint32_t offset); 43 struct v3d_group *v3d_spec_find_register_by_name(struct v3d_spec *spec, const char *name); 47 struct v3d_enum *v3d_spec_find_enum(struct v3d_spec *spec, const char *name); 64 struct v3d_spec *spec; member
|
/third_party/mesa3d/src/mapi/glapi/gen/ |
H A D | remap_helper.py | 49 spec = [sig] 51 spec.append("gl" + ent) 53 # spec is terminated by an empty string 54 spec.append('') 56 return spec 92 spec = get_function_spec(f) 105 for line in spec:
|
/third_party/ltp/testcases/kernel/syscalls/clock_gettime/ |
H A D | clock_gettime01.c | 60 static struct tst_ts spec; variable 63 { .clock_gettime = libc_clock_gettime, .ts_type = TST_LIBC_TIMESPEC, .desc = "vDSO or syscall with libc spec"}, 66 { .clock_gettime = sys_clock_gettime, .ts_type = TST_KERN_OLD_TIMESPEC, .desc = "syscall with old kernel spec"}, 70 { .clock_gettime = sys_clock_gettime64, .ts_type = TST_KERN_TIMESPEC, .desc = "syscall time64 with kernel spec"}, 92 memset(&spec, 0, sizeof(spec)); in verify_clock_gettime() 93 spec.type = tv->ts_type; in verify_clock_gettime() 95 TEST(tv->clock_gettime(tc[i].clktype, tst_ts_get(&spec))); in verify_clock_gettime() 109 ret = tst_ts_valid(&spec); in verify_clock_gettime()
|
/third_party/python/Lib/importlib/resources/ |
H A D | _common.py | 35 spec = package.__spec__ 36 reader = getattr(spec.loader, 'get_resource_reader', None) # type: ignore 39 return reader(spec.name) # type: ignore 64 spec = wrap_spec(package) 65 reader = spec.loader.get_resource_reader(spec.name)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmLoopDepInfTests.cpp | 152 ComputeShaderSpec spec; in getComputeShaderSpec() local 173 // getComputeSourceCode (spec.assembly); in getComputeShaderSpec() 175 spec.inputs.push_back(BufferSp(new Float32Buffer(inputFloats))); in getComputeShaderSpec() 176 spec.outputs.push_back(BufferSp(new Float32Buffer(outputFloats))); in getComputeShaderSpec() 177 spec.numWorkGroups = tcu::IVec3(numElements, 1, 1); in getComputeShaderSpec() 178 spec.verifyIO = &verifyOutput; in getComputeShaderSpec() 180 return spec; in getComputeShaderSpec()
|
H A D | vktSpvAsmLoopDepLenTests.cpp | 168 ComputeShaderSpec spec; in getComputeShaderSpec() local 188 // getComputeSourceCode (spec.assembly); in getComputeShaderSpec() 190 spec.inputs.push_back(BufferSp(new Float32Buffer(inputFloats))); in getComputeShaderSpec() 191 spec.outputs.push_back(BufferSp(new Float32Buffer(outputFloats))); in getComputeShaderSpec() 192 spec.numWorkGroups = tcu::IVec3(numElements, 1, 1); in getComputeShaderSpec() 193 spec.verifyIO = &verifyOutput; in getComputeShaderSpec() 195 return spec; in getComputeShaderSpec()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmLoopDepInfTests.cpp | 152 ComputeShaderSpec spec; in getComputeShaderSpec() local 173 // getComputeSourceCode (spec.assembly); in getComputeShaderSpec() 175 spec.inputs.push_back(BufferSp(new Float32Buffer(inputFloats))); in getComputeShaderSpec() 176 spec.outputs.push_back(BufferSp(new Float32Buffer(outputFloats))); in getComputeShaderSpec() 177 spec.numWorkGroups = tcu::IVec3(numElements, 1, 1); in getComputeShaderSpec() 178 spec.verifyIO = &verifyOutput; in getComputeShaderSpec() 180 return spec; in getComputeShaderSpec()
|
H A D | vktSpvAsmLoopDepLenTests.cpp | 168 ComputeShaderSpec spec; in getComputeShaderSpec() local 188 // getComputeSourceCode (spec.assembly); in getComputeShaderSpec() 190 spec.inputs.push_back(BufferSp(new Float32Buffer(inputFloats))); in getComputeShaderSpec() 191 spec.outputs.push_back(BufferSp(new Float32Buffer(outputFloats))); in getComputeShaderSpec() 192 spec.numWorkGroups = tcu::IVec3(numElements, 1, 1); in getComputeShaderSpec() 193 spec.verifyIO = &verifyOutput; in getComputeShaderSpec() 195 return spec; in getComputeShaderSpec()
|
/third_party/node/deps/npm/lib/commands/ |
H A D | owner.js | 29 'add <user> <package-spec>', 30 'rm <user> <package-spec>', 31 'ls <package-spec>', 61 const spec = npa(name) 62 const data = await pacote.packument(spec, { 111 const spec = npa(pkg) 115 const { maintainers } = await pacote.packument(spec, packumentOpts) 150 const spec = npa(pkg) 164 const data = await pacote.packument(spec, { 203 const dataPath = `/${spec [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_cat_test.cc | 490 for (int spec = absl::kZeroPad2; spec <= absl::kZeroPad20; ++spec) { in CheckHex() 492 absl::StrCat(absl::Hex(v, static_cast<absl::PadSpec>(spec))); in CheckHex() 494 spec - absl::kZeroPad2 + 2, v); in CheckHex() 498 for (int spec = absl::kSpacePad2; spec <= absl::kSpacePad20; ++spec) { in CheckHex() 500 absl::StrCat(absl::Hex(v, static_cast<absl::PadSpec>(spec))); in CheckHex() 502 spec in CheckHex() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_fs.c | 164 u16 vid, struct mlx5_flow_spec *spec) in __mlx5e_add_vlan_rule() 175 spec->match_criteria_enable = MLX5_MATCH_OUTER_HEADERS; in __mlx5e_add_vlan_rule() 184 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, in __mlx5e_add_vlan_rule() 189 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, in __mlx5e_add_vlan_rule() 191 MLX5_SET(fte_match_param, spec->match_value, outer_headers.cvlan_tag, 1); in __mlx5e_add_vlan_rule() 195 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, in __mlx5e_add_vlan_rule() 197 MLX5_SET(fte_match_param, spec->match_value, outer_headers.svlan_tag, 1); in __mlx5e_add_vlan_rule() 201 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, in __mlx5e_add_vlan_rule() 203 MLX5_SET(fte_match_param, spec->match_value, outer_headers.svlan_tag, 1); in __mlx5e_add_vlan_rule() 204 MLX5_SET_TO_ONES(fte_match_param, spec in __mlx5e_add_vlan_rule() 162 __mlx5e_add_vlan_rule(struct mlx5e_priv *priv, enum mlx5e_vlan_rule_type rule_type, u16 vid, struct mlx5_flow_spec *spec) __mlx5e_add_vlan_rule() argument 238 struct mlx5_flow_spec *spec; mlx5e_add_vlan_rule() local 827 struct mlx5_flow_spec *spec; mlx5e_generate_ttc_rule() local 999 struct mlx5_flow_spec *spec; mlx5e_generate_inner_ttc_rule() local 1275 struct mlx5_flow_spec *spec; mlx5e_add_l2_flow_rule() local [all...] |
/third_party/libabigail/tests/ |
H A D | test-diff-filter.cc | 835 InOutSpec spec; member 841 : spec(s), in test_task() 864 in_elfv0_path = string(get_src_dir()) + "/tests/" + spec.in_elfv0_path; in perform() 865 in_elfv1_path = string(get_src_dir()) + "/tests/" + spec.in_elfv1_path; in perform() 866 abidiff_options = spec.abidiff_options; in perform() 868 string(get_src_dir()) + "/tests/" + spec.in_report_path; in perform() 870 string(get_build_dir()) + "/tests/" + spec.out_report_path; in perform()
|
H A D | test-read-write.cc | 252 InOutSpec spec; member 259 /// @param the spec of where to find the abixml file to read and the 262 : spec(s), in test_task() 270 string input_suffix(spec.in_path); in perform() 280 string ref_out_path_suffix(spec.ref_out_path); in perform() 291 if (spec.in_suppr_spec_path && strcmp(spec.in_suppr_spec_path, "")) in perform() 293 in_suppr_spec_path = string(spec.in_suppr_spec_path); in perform() 314 string output_suffix(spec.out_path); in perform()
|
/third_party/skia/third_party/externals/freetype/builds/mac/ |
H A D | ftmac.c | 296 FSSpec spec; in FT_ATSFontGetFileReference() local 299 err = ATSFontGetFileSpecification( ats_font_id, &spec ); in FT_ATSFontGetFileReference() 301 err = FSpMakeFSRef( &spec, ats_font_ref ); in FT_ATSFontGetFileReference() 538 FSSpec spec = *spec_p; in FT_FSpMakePath() local 548 unsigned char node_namelen = spec.name[0]; in FT_FSpMakePath() 549 unsigned char* node_name = spec.name + 1; in FT_FSpMakePath() 560 vRefNum = spec.vRefNum; in FT_FSpMakePath() 561 dirID = spec.parID; in FT_FSpMakePath() 563 err = FSMakeFSSpec( vRefNum, dirID, parDir_name, &spec ); in FT_FSpMakePath() 564 if ( noErr != err || dirID == spec in FT_FSpMakePath() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | rdma.c | 30 struct mlx5_flow_spec *spec; in mlx5_rdma_enable_roce_steering() local 44 spec = kvzalloc(sizeof(*spec), GFP_KERNEL); in mlx5_rdma_enable_roce_steering() 45 if (!spec) { in mlx5_rdma_enable_roce_steering() 75 mlx5_esw_set_spec_source_port(esw, esw->manager_vport, spec); in mlx5_rdma_enable_roce_steering() 78 flow_rule = mlx5_add_flow_rules(ft, spec, &flow_act, NULL, 0); in mlx5_rdma_enable_roce_steering() 86 kvfree(spec); in mlx5_rdma_enable_roce_steering() 99 kvfree(spec); in mlx5_rdma_enable_roce_steering()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/tc/ |
H A D | post_act.c | 83 struct mlx5_flow_spec *spec; in mlx5e_tc_post_act_offload() local 89 spec = kvzalloc(sizeof(*spec), GFP_KERNEL); in mlx5e_tc_post_act_offload() 90 if (!spec) in mlx5e_tc_post_act_offload() 94 mlx5e_tc_match_to_reg_match(spec, FTEID_TO_REG, handle->id, MLX5_POST_ACTION_MASK); in mlx5e_tc_post_act_offload() 96 handle->rule = mlx5e_tc_rule_offload(post_act->priv, spec, handle->attr); in mlx5e_tc_post_act_offload() 103 kvfree(spec); in mlx5e_tc_post_act_offload() 107 kvfree(spec); in mlx5e_tc_post_act_offload()
|
H A D | ct_fs_smfs.c | 47 mlx5_ct_fs_smfs_fill_mask(struct mlx5_ct_fs *fs, struct mlx5_flow_spec *spec, bool ipv4, bool tcp, in mlx5_ct_fs_smfs_fill_mask() argument 50 void *headers_c = MLX5_ADDR_OF(fte_match_param, spec->match_criteria, outer_headers); in mlx5_ct_fs_smfs_fill_mask() 86 mlx5e_tc_match_to_reg_match(spec, ZONE_TO_REG, 0, MLX5_CT_ZONE_MASK); in mlx5_ct_fs_smfs_fill_mask() 94 struct mlx5_flow_spec *spec; in mlx5_ct_fs_smfs_matcher_create() local 96 spec = kvzalloc(sizeof(*spec), GFP_KERNEL); in mlx5_ct_fs_smfs_matcher_create() 97 if (!spec) in mlx5_ct_fs_smfs_matcher_create() 100 mlx5_ct_fs_smfs_fill_mask(fs, spec, ipv4, tcp, gre); in mlx5_ct_fs_smfs_matcher_create() 101 spec->match_criteria_enable = MLX5_MATCH_MISC_PARAMETERS_2 | MLX5_MATCH_OUTER_HEADERS; in mlx5_ct_fs_smfs_matcher_create() 103 dr_matcher = mlx5_smfs_matcher_create(tbl, priority, spec); in mlx5_ct_fs_smfs_matcher_create() 296 mlx5_ct_fs_smfs_ct_rule_add(struct mlx5_ct_fs *fs, struct mlx5_flow_spec *spec, struct mlx5_flow_attr *attr, struct flow_rule *flow_rule) mlx5_ct_fs_smfs_ct_rule_add() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
H A D | smfs.c | 10 mlx5_smfs_matcher_create(struct mlx5dr_table *table, u32 priority, struct mlx5_flow_spec *spec) in mlx5_smfs_matcher_create() argument 14 matcher_mask.match_buf = (u64 *)&spec->match_criteria; in mlx5_smfs_matcher_create() 17 return mlx5dr_matcher_create(table, priority, spec->match_criteria_enable, &matcher_mask); in mlx5_smfs_matcher_create() 51 mlx5_smfs_rule_create(struct mlx5dr_matcher *matcher, struct mlx5_flow_spec *spec, in mlx5_smfs_rule_create() argument 57 value.match_buf = (u64 *)spec->match_value; in mlx5_smfs_rule_create()
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | uaccess.h | 68 #define __put_get_user_asm(to, from, size, spec) \ 70 register unsigned long __reg0 asm("0") = spec; \ 91 unsigned long spec = 0x010000UL; in __put_user_fn() local 98 size, spec); in __put_user_fn() 103 size, spec); in __put_user_fn() 108 size, spec); in __put_user_fn() 113 size, spec); in __put_user_fn() 124 unsigned long spec = 0x01UL; in __get_user_fn() local 131 size, spec); in __get_user_fn() 136 size, spec); in __get_user_fn() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ |
H A D | ingress_lgcy.c | 145 struct mlx5_flow_spec *spec = NULL; in esw_acl_ingress_lgcy_setup() local 200 spec = kvzalloc(sizeof(*spec), GFP_KERNEL); in esw_acl_ingress_lgcy_setup() 201 if (!spec) { in esw_acl_ingress_lgcy_setup() 207 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, in esw_acl_ingress_lgcy_setup() 211 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, in esw_acl_ingress_lgcy_setup() 213 MLX5_SET_TO_ONES(fte_match_param, spec->match_criteria, in esw_acl_ingress_lgcy_setup() 216 spec->match_value, in esw_acl_ingress_lgcy_setup() 222 spec->match_criteria_enable = MLX5_MATCH_OUTER_HEADERS; in esw_acl_ingress_lgcy_setup() 224 vport->ingress.allow_rule = mlx5_add_flow_rules(vport->ingress.acl, spec, in esw_acl_ingress_lgcy_setup() [all...] |
/kernel/linux/linux-6.6/sound/firewire/motu/ |
H A D | motu-protocol-v1.c | 181 if (motu->spec == &snd_motu_spec_828) in snd_motu_protocol_v1_get_clock_rate() 183 else if (motu->spec == &snd_motu_spec_896) in snd_motu_protocol_v1_get_clock_rate() 246 if (motu->spec == &snd_motu_spec_828) in snd_motu_protocol_v1_set_clock_rate() 248 else if (motu->spec == &snd_motu_spec_896) in snd_motu_protocol_v1_set_clock_rate() 332 if (motu->spec == &snd_motu_spec_828) in snd_motu_protocol_v1_get_clock_source() 334 else if (motu->spec == &snd_motu_spec_896) in snd_motu_protocol_v1_get_clock_source() 385 if (motu->spec == &snd_motu_spec_828) in snd_motu_protocol_v1_switch_fetching_mode() 387 else if (motu->spec == &snd_motu_spec_896) in snd_motu_protocol_v1_switch_fetching_mode() 443 memcpy(motu->tx_packet_formats.pcm_chunks, motu->spec->tx_fixed_pcm_chunks, in snd_motu_protocol_v1_cache_packet_formats() 445 memcpy(motu->rx_packet_formats.pcm_chunks, motu->spec in snd_motu_protocol_v1_cache_packet_formats() [all...] |
H A D | motu-protocol-v2.c | 100 bool support_iec60958_on_opt = (motu->spec == &snd_motu_spec_828mk2 || in get_clock_source() 101 motu->spec == &snd_motu_spec_traveler); in get_clock_source() 103 if (motu->spec == &snd_motu_spec_896hd) { in get_clock_source() 193 if (motu->spec == &snd_motu_spec_828mk2) { in snd_motu_protocol_v2_switch_fetching_mode() 196 } else if (motu->spec == &snd_motu_spec_896hd) { in snd_motu_protocol_v2_switch_fetching_mode() 214 if (motu->spec == &snd_motu_spec_traveler) in snd_motu_protocol_v2_switch_fetching_mode() 229 bool has_two_opt_ifaces = (motu->spec == &snd_motu_spec_8pre); in snd_motu_protocol_v2_cache_packet_formats() 247 motu->spec->tx_fixed_pcm_chunks, in snd_motu_protocol_v2_cache_packet_formats() 250 motu->spec->rx_fixed_pcm_chunks, in snd_motu_protocol_v2_cache_packet_formats()
|