Home
last modified time | relevance | path

Searched refs:group (Results 2126 - 2150 of 3881) sorted by relevance

1...<<81828384858687888990>>...156

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingCaptureReplayTests.cpp1405 void addReplayShaderBindingTablesTests(tcu::TestCaseGroup* group) in addReplayShaderBindingTablesTests() argument
1433 group->addChild(new RayTracingCaptureReplayTestCase(group->getTestContext(), testTypes[testTypeNdx].name, testTypes[testTypeNdx].description, testParams)); in addReplayShaderBindingTablesTests()
1437 void addReplayAccelerationStruturesTests(tcu::TestCaseGroup* group) in addReplayAccelerationStruturesTests() argument
1483 de::MovePtr<tcu::TestCaseGroup> operationTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), operationTypes[operationTypeNdx].name, "")); in addReplayAccelerationStruturesTests()
1487 de::MovePtr<tcu::TestCaseGroup> buildGroup(new tcu::TestCaseGroup(group->getTestContext(), buildTypes[buildTypeNdx].name, "")); in addReplayAccelerationStruturesTests()
1491 de::MovePtr<tcu::TestCaseGroup> operationTargetGroup(new tcu::TestCaseGroup(group->getTestContext(), operationTargets[operationTargetNdx].name, "")); in addReplayAccelerationStruturesTests()
1509 operationTargetGroup->addChild(new RayTracingCaptureReplayTestCase(group->getTestContext(), bottomTestTypes[testTypeNdx].name, "", testParams)); in addReplayAccelerationStruturesTests()
1515 group->addChild(operationTypeGroup.release()); in addReplayAccelerationStruturesTests()
1521 de::MovePtr<tcu::TestCaseGroup> group(ne in createCaptureReplayTests()
[all...]
/kernel/linux/linux-5.10/drivers/extcon/
H A Dextcon-max8997.c235 * @group: the path according to attached cable
239 * and then divide precise type of cable according to cable group.
244 enum max8997_muic_cable_group group, bool *attached) in max8997_muic_get_cable_type()
250 switch (group) { in max8997_muic_get_cable_type()
301 dev_err(info->dev, "Unknown cable group (%d)\n", group); in max8997_muic_get_cable_type()
243 max8997_muic_get_cable_type(struct max8997_muic_info *info, enum max8997_muic_cable_group group, bool *attached) max8997_muic_get_cable_type() argument
H A Dextcon-max14577.c245 * @group: the path according to attached cable
249 * and then divide precise type of cable according to cable group.
254 enum max14577_muic_cable_group group, bool *attached) in max14577_muic_get_cable_type()
260 switch (group) { in max14577_muic_get_cable_type()
312 dev_err(info->dev, "Unknown cable group (%d)\n", group); in max14577_muic_get_cable_type()
253 max14577_muic_get_cable_type(struct max14577_muic_info *info, enum max14577_muic_cable_group group, bool *attached) max14577_muic_get_cable_type() argument
/kernel/linux/linux-5.10/drivers/crypto/nx/
H A Dnx-842.c146 if (s > be16_to_cpu(hdr->group[0].padding)) { in nx842_crypto_add_header()
298 /* header goes before first group */ in nx842_crypto_compress()
304 ret = compress(ctx, &p, &hdr->group[n], &c, &ignore, h); in nx842_crypto_compress()
496 /* ignore applies to last group */ in nx842_crypto_decompress()
500 ret = decompress(ctx, &p, &hdr->group[n], &c, ignore); in nx842_crypto_decompress()
/kernel/linux/linux-5.10/drivers/hwmon/
H A Dina2xx.c625 int ret, group = 0; in ina2xx_probe() local
666 data->groups[group++] = &ina2xx_group; in ina2xx_probe()
668 data->groups[group++] = &ina226_group; in ina2xx_probe()
H A Dfam15h_power.c53 struct attribute_group group; member
324 data->group.attrs = fam15h_power_attrs; in fam15h_power_init_attrs()
474 data->groups[0] = &data->group; in fam15h_power_probe()
/kernel/linux/linux-5.10/fs/orangefs/
H A Dorangefs-utils.c150 attrs->group = from_kgid(&init_user_ns, inode->i_gid); in copy_attributes_from_inode()
152 gossip_debug(GOSSIP_UTILS_DEBUG, "(GID) %d\n", attrs->group); in copy_attributes_from_inode()
359 downcall.resp.getattr.attributes.group); in orangefs_inode_getattr()
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
H A Dpinctrl-rza2.c324 * contain a single group of pins, and that group of pins will only have a
366 /* Register a single pin group listing all the pins we read from DT */ in rza2_dt_node_to_map()
374 * Register a single group function where the 'data' is an array PSEL in rza2_dt_node_to_map()
396 (*map)->data.mux.group = np->name; in rza2_dt_node_to_map()
433 unsigned int group) in rza2_set_mux()
440 grp = pinctrl_generic_get_group(pctldev, group); in rza2_set_mux()
432 rza2_set_mux(struct pinctrl_dev *pctldev, unsigned int selector, unsigned int group) rza2_set_mux() argument
/kernel/linux/linux-6.6/fs/orangefs/
H A Dorangefs-utils.c150 attrs->group = from_kgid(&init_user_ns, inode->i_gid); in copy_attributes_from_inode()
152 gossip_debug(GOSSIP_UTILS_DEBUG, "(GID) %d\n", attrs->group); in copy_attributes_from_inode()
359 downcall.resp.getattr.attributes.group); in orangefs_inode_getattr()
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/
H A Dpinctrl-rza2.c324 * contain a single group of pins, and that group of pins will only have a
366 /* Register a single pin group listing all the pins we read from DT */ in rza2_dt_node_to_map()
374 * Register a single group function where the 'data' is an array PSEL in rza2_dt_node_to_map()
396 (*map)->data.mux.group = np->name; in rza2_dt_node_to_map()
433 unsigned int group) in rza2_set_mux()
440 grp = pinctrl_generic_get_group(pctldev, group); in rza2_set_mux()
432 rza2_set_mux(struct pinctrl_dev *pctldev, unsigned int selector, unsigned int group) rza2_set_mux() argument
/kernel/linux/linux-6.6/drivers/base/test/
H A Dproperty-entry-test.c410 static const struct software_node *group[] = { &node1, &node2, NULL }; in pe_test_reference() local
428 error = software_node_register_node_group(group); in pe_test_reference()
489 software_node_unregister_node_group(group); in pe_test_reference()
/kernel/linux/linux-6.6/drivers/crypto/nx/
H A Dnx-842.c146 if (s > be16_to_cpu(hdr->group[0].padding)) { in nx842_crypto_add_header()
298 /* header goes before first group */ in nx842_crypto_compress()
304 ret = compress(ctx, &p, &hdr->group[n], &c, &ignore, h); in nx842_crypto_compress()
496 /* ignore applies to last group */ in nx842_crypto_decompress()
500 ret = decompress(ctx, &p, &hdr->group[n], &c, ignore); in nx842_crypto_decompress()
/kernel/linux/linux-6.6/drivers/extcon/
H A Dextcon-max14577.c246 * @group: the path according to attached cable
250 * and then divide precise type of cable according to cable group.
255 enum max14577_muic_cable_group group, bool *attached) in max14577_muic_get_cable_type()
261 switch (group) { in max14577_muic_get_cable_type()
313 dev_err(info->dev, "Unknown cable group (%d)\n", group); in max14577_muic_get_cable_type()
254 max14577_muic_get_cable_type(struct max14577_muic_info *info, enum max14577_muic_cable_group group, bool *attached) max14577_muic_get_cable_type() argument
H A Dextcon-max8997.c238 * @group: the path according to attached cable
242 * and then divide precise type of cable according to cable group.
247 enum max8997_muic_cable_group group, bool *attached) in max8997_muic_get_cable_type()
253 switch (group) { in max8997_muic_get_cable_type()
304 dev_err(info->dev, "Unknown cable group (%d)\n", group); in max8997_muic_get_cable_type()
246 max8997_muic_get_cable_type(struct max8997_muic_info *info, enum max8997_muic_cable_group group, bool *attached) max8997_muic_get_cable_type() argument
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dina2xx.c623 int ret, group = 0; in ina2xx_probe() local
668 data->groups[group++] = &ina2xx_group; in ina2xx_probe()
670 data->groups[group++] = &ina226_group; in ina2xx_probe()
H A Dfam15h_power.c53 struct attribute_group group; member
324 data->group.attrs = fam15h_power_attrs; in fam15h_power_init_attrs()
474 data->groups[0] = &data->group; in fam15h_power_probe()
H A Dmax31760.c50 struct attribute_group group; member
513 state->group.attrs = state->attrs; in max31760_create_lut_nodes()
514 state->groups[0] = &state->group; in max31760_create_lut_nodes()
/kernel/liteos_a/syscall/
H A Dlos_syscall.h247 extern int SysFchownat(int fd, const char *path, uid_t owner, gid_t group, int flag);
248 extern int SysFchown(int fd, uid_t owner, gid_t group);
249 extern int SysChown(const char *pathname, uid_t owner, gid_t group);
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DLikelySubtagsBuilder.java336 return lsr(m.group(1), m.group(2), m.group(3)); in lsrFromLocaleID()
/third_party/mesa3d/src/freedreno/ds/
H A Dfd_pps_driver.cc53 /* TODO is there a reason to want more than one group? */ in setup_a6xx_counters()
54 CounterGroup group = {}; in setup_a6xx_counters() local
55 group.name = "counters"; in setup_a6xx_counters()
60 groups.emplace_back(std::move(group)); in setup_a6xx_counters()
642 /* Resolve the countable and assign next counter from it's group: */
653 /* Assign a counter from the same group: */ in resolve()
657 std::cout << "Countable: " << name << ", group=" << g->name << in resolve()
/third_party/node/deps/v8/tools/dev/
H A Dgm.py336 mode = re.match("([^-]+)", self.mode).group(1)
368 extra_opt = match.group(1) if match else ""
370 orig_cmdline = cmdline.search(output).group(1).strip()
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dasyoutypeformatter.cc66 string* group) { in MatchAllGroups()
68 DCHECK(group); in MatchAllGroups()
78 cache->GetRegExp(new_pattern).Consume(consume_input.get(), group); in MatchAllGroups()
62 MatchAllGroups(const string& pattern, const string& input, const AbstractRegExpFactory& regexp_factory, RegExpCache* cache, string* group) MatchAllGroups() argument
/third_party/python/Lib/distutils/command/
H A Dsdist.py81 ('group=', 'g',
82 "Group name used when creating a tar file [default: current group]"),
122 self.group = None
481 owner=self.owner, group=self.group)
/third_party/python/Lib/idlelib/
H A Dformat.py185 return re.match(r"^([ \t]*)", line).group()
196 return m.group(1)
209 return m.end(), len(m.group().expandtabs(tabwidth))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawSampleAttributeTests.cpp484 de::MovePtr<tcu::TestCaseGroup> group {new tcu::TestCaseGroup{testCtx, "implicit_sample_shading"}}; in createSampleAttributeTests()
489 group->addChild(new SampleShadingSampleAttributeTestCase(testCtx, triggerCase.name, params)); in createSampleAttributeTests()
492 return group.release(); in createSampleAttributeTests()

Completed in 25 milliseconds

1...<<81828384858687888990>>...156