Home
last modified time | relevance | path

Searched refs:group (Results 1251 - 1275 of 3881) sorted by relevance

1...<<51525354555657585960>>...156

/kernel/linux/linux-6.6/drivers/infiniband/core/
H A Dsysfs.c95 struct attribute_group group; member
910 data->group.attrs = kcalloc(stats->num_counters + 2, in alloc_hw_stats_device()
911 sizeof(*data->group.attrs), GFP_KERNEL); in alloc_hw_stats_device()
912 if (!data->group.attrs) in alloc_hw_stats_device()
915 data->group.name = "hw_counters"; in alloc_hw_stats_device()
928 kfree(data->group.attrs); in ib_device_release_hw_stats()
971 data->group.attrs[pos] = &attr->attr.attr; in ib_setup_device_attrs()
983 data->group.attrs[pos] = &attr->attr.attr; in ib_setup_device_attrs()
986 ibdev->groups[i] = &data->group; in ib_setup_device_attrs()
994 alloc_hw_stats_port(struct ib_port *port, struct attribute_group *group) in alloc_hw_stats_port() argument
1032 setup_hw_port_stats(struct ib_port *port, struct attribute_group *group) setup_hw_port_stats() argument
1096 alloc_port_table_group(const char *name, struct attribute_group *group, struct port_table_attribute *attrs, size_t num, ssize_t (*show)(struct ib_device *ibdev, u32 port_num, struct ib_port_attribute *, char *buf)) alloc_port_table_group() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DShaderModule.cpp463 // We have to include buffers if they are included in the bind group's in GetBindGroupMinBufferSizes()
553 // Binding mismatch between shader and bind group is invalid. For example, a
555 // group layout is invalid. However, a readonly binding in the shader with a
556 // writable storage buffer in the bind group layout is valid, a storage
557 // binding in the shader with an internal storage buffer in the bind group
594 BindGroupIndex group,
597 // Iterate over all bindings used by this group in the shader, and find the
599 for (const auto& it : entryPoint.bindings[group]) {
602 "validating that the entry-point's declaration for [[group(%u), "
604 static_cast<uint32_t>(group), static_cas
[all...]
/third_party/python/Lib/test/
H A Dtest_nntplib.py56 self.assertEqual(str, type(groups[0].group))
62 self.assertEqual(str, type(groups[0].group))
77 self.assertIsInstance(groups[0].group, str)
105 result = self.server.group(self.GROUP_NAME)
107 resp, count, first, last, group = result
108 self.assertEqual(group, self.GROUP_NAME)
134 resp, count, first, last, name = self.server.group(self.GROUP_NAME)
147 resp, count, first, last, name = self.server.group(self.GROUP_NAME)
164 resp, count, first, last, name = self.server.group(self.GROUP_NAME)
180 resp, count, first, last, name = self.server.group(sel
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c568 unsigned group) in abx500_pmx_set()
576 g = &pct->soc->groups[group]; in abx500_pmx_set()
580 dev_dbg(pct->dev, "enable group %s, %u pins\n", g->name, g->npins); in abx500_pmx_set()
687 unsigned *num_maps, const char *group, in abx500_dt_add_map_mux()
694 (*map)[*num_maps].data.mux.group = group; in abx500_dt_add_map_mux()
703 unsigned *num_maps, const char *group, in abx500_dt_add_map_configs()
718 (*map)[*num_maps].data.configs.group_or_pin = group; in abx500_dt_add_map_configs()
753 const char *group; in abx500_dt_subnode_to_map() local
764 of_property_for_each_string(np, "groups", prop, group) { in abx500_dt_subnode_to_map()
567 abx500_pmx_set(struct pinctrl_dev *pctldev, unsigned function, unsigned group) abx500_pmx_set() argument
685 abx500_dt_add_map_mux(struct pinctrl_map **map, unsigned *reserved_maps, unsigned *num_maps, const char *group, const char *function) abx500_dt_add_map_mux() argument
701 abx500_dt_add_map_configs(struct pinctrl_map **map, unsigned *reserved_maps, unsigned *num_maps, const char *group, unsigned long *configs, unsigned num_configs) abx500_dt_add_map_configs() argument
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/renesas/
H A Dpinctrl.c118 const char *group; in sh_pfc_dt_subnode_to_map() local
181 dev_err(dev, "No pin or group provided in DT node\n"); in sh_pfc_dt_subnode_to_map()
201 of_property_for_each_string(np, pmx->groups_prop_name, prop, group) { in sh_pfc_dt_subnode_to_map()
204 maps[idx].data.mux.group = group; in sh_pfc_dt_subnode_to_map()
210 ret = sh_pfc_map_add_config(&maps[idx], group, in sh_pfc_dt_subnode_to_map()
343 unsigned group) in sh_pfc_func_set_mux()
347 const struct sh_pfc_pin_group *grp = &pfc->info->groups[group]; in sh_pfc_func_set_mux()
352 dev_dbg(pctldev->dev, "Configuring pin group %s\n", grp->name); in sh_pfc_func_set_mux()
374 /* All group pin in sh_pfc_func_set_mux()
342 sh_pfc_func_set_mux(struct pinctrl_dev *pctldev, unsigned selector, unsigned group) sh_pfc_func_set_mux() argument
741 sh_pfc_pinconf_group_set(struct pinctrl_dev *pctldev, unsigned group, unsigned long *configs, unsigned num_configs) sh_pfc_pinconf_group_set() argument
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/sirf/
H A Dpinctrl-sirf.c10 * Copyright (c) 2011 - 2014 Cambridge Silicon Radio Limited, a CSR plc group
85 const char *function, *group; in sirfsoc_dt_node_to_map() local
116 of_property_for_each_string(np, "sirf,pins", prop, group) { in sirfsoc_dt_node_to_map()
118 (*map)[index].data.mux.group = group; in sirfsoc_dt_node_to_map()
158 SIRFSOC_GPIO_PAD_EN(mask[i].group)); in sirfsoc_pinmux_endisable()
164 SIRFSOC_GPIO_PAD_EN(mask[i].group)); in sirfsoc_pinmux_endisable()
180 unsigned group) in sirfsoc_pinmux_set_mux()
216 int group = range->id; in sirfsoc_pinmux_request_gpio() local
223 SIRFSOC_GPIO_PAD_EN(group)); in sirfsoc_pinmux_request_gpio()
178 sirfsoc_pinmux_set_mux(struct pinctrl_dev *pmxdev, unsigned selector, unsigned group) sirfsoc_pinmux_set_mux() argument
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/
H A Dpinctrl.c115 const char *group; in sh_pfc_dt_subnode_to_map() local
161 dev_err(dev, "No pin or group provided in DT node\n"); in sh_pfc_dt_subnode_to_map()
181 of_property_for_each_string(np, "groups", prop, group) { in sh_pfc_dt_subnode_to_map()
184 maps[idx].data.mux.group = group; in sh_pfc_dt_subnode_to_map()
190 ret = sh_pfc_map_add_config(&maps[idx], group, in sh_pfc_dt_subnode_to_map()
323 unsigned group) in sh_pfc_func_set_mux()
327 const struct sh_pfc_pin_group *grp = &pfc->info->groups[group]; in sh_pfc_func_set_mux()
332 dev_dbg(pctldev->dev, "Configuring pin group %s\n", grp->name); in sh_pfc_func_set_mux()
354 /* All group pin in sh_pfc_func_set_mux()
322 sh_pfc_func_set_mux(struct pinctrl_dev *pctldev, unsigned selector, unsigned group) sh_pfc_func_set_mux() argument
726 sh_pfc_pinconf_group_set(struct pinctrl_dev *pctldev, unsigned group, unsigned long *configs, unsigned num_configs) sh_pfc_pinconf_group_set() argument
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/nomadik/
H A Dpinctrl-abx500.c570 unsigned group) in abx500_pmx_set()
578 g = &pct->soc->groups[group]; in abx500_pmx_set()
582 dev_dbg(pct->dev, "enable group %s, %u pins\n", g->name, g->npins); in abx500_pmx_set()
689 unsigned *num_maps, const char *group, in abx500_dt_add_map_mux()
696 (*map)[*num_maps].data.mux.group = group; in abx500_dt_add_map_mux()
705 unsigned *num_maps, const char *group, in abx500_dt_add_map_configs()
720 (*map)[*num_maps].data.configs.group_or_pin = group; in abx500_dt_add_map_configs()
755 const char *group; in abx500_dt_subnode_to_map() local
766 of_property_for_each_string(np, "groups", prop, group) { in abx500_dt_subnode_to_map()
569 abx500_pmx_set(struct pinctrl_dev *pctldev, unsigned function, unsigned group) abx500_pmx_set() argument
687 abx500_dt_add_map_mux(struct pinctrl_map **map, unsigned *reserved_maps, unsigned *num_maps, const char *group, const char *function) abx500_dt_add_map_mux() argument
703 abx500_dt_add_map_configs(struct pinctrl_map **map, unsigned *reserved_maps, unsigned *num_maps, const char *group, unsigned long *configs, unsigned num_configs) abx500_dt_add_map_configs() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/
H A Dsfn_instr_test.cpp318 auto group = alu.split(vf); in TEST_F() local
319 group->fix_last_flag(); in TEST_F()
320 ASSERT_TRUE(group); in TEST_F()
322 auto i = group->begin(); in TEST_F()
323 EXPECT_NE(i, group->end()); in TEST_F()
327 EXPECT_NE(i, group->end()); in TEST_F()
331 EXPECT_NE(i, group->end()); in TEST_F()
335 EXPECT_NE(i, group->end()); in TEST_F()
339 EXPECT_NE(i, group->end()); in TEST_F()
342 EXPECT_EQ(i, group in TEST_F()
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-filter-apply.c242 * only group streams that require the same filter */ in get_group()
248 * looking up streams that belong to the same stream group as the original
249 * object. The idea is that streams from the sam group are always routed
252 char *group; in find_paired_master() local
254 if ((group = get_group(o, is_sink_input))) { in find_paired_master()
265 if (pa_streq(g, group)) { in find_paired_master()
292 if (pa_streq(g, group)) { in find_paired_master()
309 pa_xfree(group); in find_paired_master()
425 char *g, *group; in move_objects_for_filter() local
428 group in move_objects_for_filter()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp4815 void addBasicBuildingTests(tcu::TestCaseGroup* group) in addBasicBuildingTests() argument
4914 de::MovePtr<tcu::TestCaseGroup> buildGroup(new tcu::TestCaseGroup(group->getTestContext(), buildTypes[buildTypeNdx].name)); in addBasicBuildingTests()
4918 de::MovePtr<tcu::TestCaseGroup> bottomGroup(new tcu::TestCaseGroup(group->getTestContext(), bottomTestTypes[bottomNdx].name)); in addBasicBuildingTests()
4922 de::MovePtr<tcu::TestCaseGroup> topGroup(new tcu::TestCaseGroup(group->getTestContext(), topTestTypes[topNdx].name)); in addBasicBuildingTests()
4926 de::MovePtr<tcu::TestCaseGroup> paddingGroup(new tcu::TestCaseGroup(group->getTestContext(), paddingType[paddingTypeIdx].name)); in addBasicBuildingTests()
4976 paddingGroup->addChild(new RayTracingASBasicTestCase(group->getTestContext(), testName.c_str(), testParams)); in addBasicBuildingTests()
4988 group->addChild(buildGroup.release()); in addBasicBuildingTests()
4992 void addVertexIndexFormatsTests(tcu::TestCaseGroup* group) in addVertexIndexFormatsTests() argument
5049 de::MovePtr<tcu::TestCaseGroup> buildGroup(new tcu::TestCaseGroup(group->getTestContext(), buildTypes[buildTypeNdx].name)); in addVertexIndexFormatsTests()
5056 de::MovePtr<tcu::TestCaseGroup> vertexFormatGroup(new tcu::TestCaseGroup(group in addVertexIndexFormatsTests()
5102 addOperationTestsImpl(tcu::TestCaseGroup* group, const deUint32 workerThreads) addOperationTestsImpl() argument
5206 addOperationTests(tcu::TestCaseGroup* group) addOperationTests() argument
5211 addHostThreadingOperationTests(tcu::TestCaseGroup* group) addHostThreadingOperationTests() argument
5229 addFuncArgTests(tcu::TestCaseGroup* group) addFuncArgTests() argument
5278 addInstanceTriangleCullingTests(tcu::TestCaseGroup* group) addInstanceTriangleCullingTests() argument
5376 addDynamicIndexingTests(tcu::TestCaseGroup* group) addDynamicIndexingTests() argument
5382 addEmptyAccelerationStructureTests(tcu::TestCaseGroup* group) addEmptyAccelerationStructureTests() argument
5467 addInstanceIndexTests(tcu::TestCaseGroup* group) addInstanceIndexTests() argument
5536 addInstanceUpdateTests(tcu::TestCaseGroup* group) addInstanceUpdateTests() argument
5601 addInstanceRayCullMaskTests(tcu::TestCaseGroup* group) addInstanceRayCullMaskTests() argument
5688 addGetDeviceAccelerationStructureCompabilityTests(tcu::TestCaseGroup* group) addGetDeviceAccelerationStructureCompabilityTests() argument
5754 addUpdateHeaderBottomAddressTests(tcu::TestCaseGroup* group) addUpdateHeaderBottomAddressTests() argument
5821 addQueryPoolResultsTests(TestCaseGroup* group) addQueryPoolResultsTests() argument
5880 addCopyWithinPipelineTests(TestCaseGroup* group) addCopyWithinPipelineTests() argument
5914 addUpdateTests(TestCaseGroup* group) addUpdateTests() argument
[all...]
H A DvktRayTracingPositionFetchTests.cpp467 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "position_fetch")); in createPositionFetchTests()
503 de::MovePtr<tcu::TestCaseGroup> buildGroup(new tcu::TestCaseGroup(group->getTestContext(), buildTypes[buildTypeNdx].name)); in createPositionFetchTests()
510 de::MovePtr<tcu::TestCaseGroup> vertexFormatGroup(new tcu::TestCaseGroup(group->getTestContext(), formatName.c_str())); in createPositionFetchTests()
528 de::MovePtr<tcu::TestCaseGroup> testFlagGroup(new tcu::TestCaseGroup(group->getTestContext(), maskName.c_str())); in createPositionFetchTests()
541 group->addChild(buildGroup.release()); in createPositionFetchTests()
545 return group.release(); in createPositionFetchTests()
/kernel/linux/linux-6.6/arch/riscv/kvm/
H A Daia_device.c240 u32 hart, group = 0; in aia_imsic_hart_index() local
245 group = (addr >> aia->nr_group_shift) & in aia_imsic_hart_index()
248 return (group << aia->nr_hart_bits) | hart; in aia_imsic_hart_index()
333 switch (attr->group) { in aia_set_attr()
400 switch (attr->group) { in aia_get_attr()
471 switch (attr->group) { in aia_has_attr()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Deeprom.c229 enum mt76x2_cal_channel_group group; in mt76x2_get_5g_rx_gain() local
231 group = mt76x2_get_cal_channel_group(channel); in mt76x2_get_5g_rx_gain()
232 switch (group) { in mt76x2_get_5g_rx_gain()
392 enum mt76x2_cal_channel_group group; in mt76x2_get_power_info_5g() local
397 group = mt76x2_get_cal_channel_group(channel); in mt76x2_get_power_info_5g()
398 offset += group * MT_TX_POWER_GROUP_SIZE_5G; in mt76x2_get_power_info_5g()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Deeprom.c229 enum mt76x2_cal_channel_group group; in mt76x2_get_5g_rx_gain() local
231 group = mt76x2_get_cal_channel_group(channel); in mt76x2_get_5g_rx_gain()
232 switch (group) { in mt76x2_get_5g_rx_gain()
380 enum mt76x2_cal_channel_group group; in mt76x2_get_power_info_5g() local
385 group = mt76x2_get_cal_channel_group(channel); in mt76x2_get_power_info_5g()
386 offset += group * MT_TX_POWER_GROUP_SIZE_5G; in mt76x2_get_power_info_5g()
/third_party/ffmpeg/libavcodec/
H A Daacdec.c222 int g, i, group, k, idx = 0; in apply_dependent_coupling() local
232 for (group = 0; group < ics->group_len[g]; group++) { in apply_dependent_coupling()
235 dest[group * 128 + k] += gain * src[group * 128 + k]; in apply_dependent_coupling()
/third_party/googletest/googletest/test/
H A Dgoogletest-json-output-unittest.py780 year=int(match.group(1)), month=int(match.group(2)),
781 day=int(match.group(3)), hour=int(match.group(4)),
782 minute=int(match.group(5)), second=int(match.group(6)))
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dmacro_collector.py144 self.arguments_for['group'] = sorted(self.dh_groups)
286 # Grab the macro name in group 1, the parameter name if any in group 2
287 # and the expansion in group 3.
321 elif name.startswith('PSA_KEY_TYPE_') and parameter == 'group':
481 name = m.group(1)
487 dest = self.table_by_prefix.get(m.group(2))
491 if m.group(3):
492 self.argspecs[name] = self._argument_split(m.group(3))
550 self.add_test_case_line(m.group(
[all...]
/third_party/mbedtls/tests/scripts/
H A Dcheck_files.py182 interpreter = m.group(1) or m.group(2)
425 if m and m.group(1) != self.COPYRIGHT_HOLDER:
431 if m.group(1) != self.SPDX_HEADER_KEY:
434 if not m.group(3):
437 if m.group(3) != self.LICENSE_IDENTIFIER:
/third_party/ltp/lib/
H A Dtst_safe_macros.c376 struct group *safe_getgrnam(const char *file, const int lineno, in safe_getgrnam()
379 struct group *rval; in safe_getgrnam()
391 struct group *safe_getgrnam_fallback(const char *file, const int lineno, in safe_getgrnam_fallback()
394 struct group *rval; in safe_getgrnam_fallback()
408 struct group *safe_getgrgid(const char *file, const int lineno, gid_t gid) in safe_getgrgid()
410 struct group *rval; in safe_getgrgid()
/third_party/lwip/src/core/
H A Draw.c374 struct net_group *group = get_net_group_from_raw_pcb(pcb); in raw_sendto() local
378 netif = netif_get_by_index(pcb->netif_idx, group); in raw_sendto()
390 netif = netif_get_by_index(pcb->mcast_ifindex, group); in raw_sendto()
400 netif = ip_route(&pcb->local_ip, ipaddr, group); in raw_sendto()
607 void set_raw_pcb_net_group(struct raw_pcb *pcb, struct net_group *group) in set_raw_pcb_net_group() argument
609 set_ippcb_net_group((struct ip_pcb *)pcb, group); in set_raw_pcb_net_group()
/third_party/node/deps/openssl/openssl/providers/implementations/exchange/
H A Decdh_exch.c417 const EC_GROUP *group; in ecdh_size() local
420 || (group = EC_KEY_get0_group(k)) == NULL) in ecdh_size()
423 degree = EC_GROUP_get_degree(group); in ecdh_size()
437 const EC_GROUP *group; in ecdh_plain_derive() local
452 if ((group = EC_KEY_get0_group(pecdhctx->k)) == NULL in ecdh_plain_derive()
453 || (cofactor = EC_GROUP_get0_cofactor(group)) == NULL ) in ecdh_plain_derive()
/third_party/python/Lib/
H A Dsysconfig.py338 n, v = m.group(1, 2)
376 n = m.group(1)
572 n, v = m.group(1, 2)
583 vars[m.group(1)] = 0
789 release = m.group()
823 s = s[0:beg] + vars.get(m.group(1)) + s[end:]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryGridRenderTests.cpp686 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "limits")); in createGeometryGridRenderLimitsTests()
708 group->addChild(new GridRenderTestCase(testCtx, cases[ndx].name, cases[ndx].flags)); in createGeometryGridRenderLimitsTests()
710 return group.release(); in createGeometryGridRenderLimitsTests()
716 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "scatter", "Scatter output primitives")); in createGeometryGridRenderScatterTests()
738 group->addChild(new GridRenderTestCase(testCtx, cases[ndx].name, cases[ndx].flags)); in createGeometryGridRenderScatterTests()
740 return group.release(); in createGeometryGridRenderScatterTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiGranularityTests.cpp394 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "granularity", "Granularity query tests")); in createGranularityQueryTests()
507 group->addChild(single.release()); in createGranularityQueryTests()
508 group->addChild(multi.release()); in createGranularityQueryTests()
509 group->addChild(random.release()); in createGranularityQueryTests()
510 group->addChild(inRenderPass.release()); in createGranularityQueryTests()
512 return group.release(); in createGranularityQueryTests()

Completed in 34 milliseconds

1...<<51525354555657585960>>...156