Home
last modified time | relevance | path

Searched refs:group (Results 1976 - 2000 of 4056) sorted by relevance

1...<<71727374757677787980>>...163

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp1356 * \brief Make test group consisting of graphics pipeline tests
1358 void addGraphicsPipelineTests(TestCaseGroup& group) in addGraphicsPipelineTests() argument
1363 group.getTestContext(), "graphics_pipelines", "Test pipeline creation cache control with graphics pipelines"); in addGraphicsPipelineTests()
1371 group.addChild(tests.release()); in addGraphicsPipelineTests()
1375 * \brief Make test group consisting of compute pipeline tests
1377 void addComputePipelineTests(TestCaseGroup& group) in addComputePipelineTests() argument
1382 group.getTestContext(), "compute_pipelines", "Test pipeline creation cache control with compute pipelines"); in addComputePipelineTests()
1390 group.addChild(tests.release()); in addComputePipelineTests()
1396 * \brief Make pipeline creation cache control test group
/kernel/linux/build/test/moduletest/runtest/bin/
H A Dmem_debug_t_uninit.sh29 echo ${zram0_group} > /sys/block/zram0/group
H A Denhancedswap_t_uninit.sh29 echo ${zram0_group} > /sys/block/zram0/group
/kernel/linux/linux-5.10/drivers/mmc/core/
H A Dsd_ops.h21 int mmc_sd_switch(struct mmc_card *card, int mode, int group,
/kernel/linux/linux-5.10/tools/objtool/
H A Dspecial.h18 bool group; member
29 unsigned int orig_len, new_len; /* group only */
/kernel/linux/linux-5.10/include/linux/firmware/imx/
H A Dsci.h22 int imx_scu_irq_group_enable(u8 group, u32 mask, u8 enable);
/kernel/linux/linux-6.6/drivers/usb/typec/
H A Dbus.h22 struct attribute_group group; member
/kernel/linux/linux-6.6/include/sound/
H A Dump_convert.h36 void snd_ump_convert_to_ump(struct ump_cvt_to_ump *cvt, unsigned char group,
/kernel/linux/linux-6.6/tools/objtool/include/objtool/
H A Dspecial.h18 bool group; member
30 unsigned int orig_len, new_len; /* group only */
/kernel/liteos_a/kernel/base/include/
H A Dlos_net_container_pri.h44 struct net_group *group; member
/third_party/musl/src/passwd/
H A Dputgrent.c5 int putgrent(const struct group *gr, FILE *f) in putgrent()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_monitor.h29 int group; member
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instrfactory.h55 AluGroup *group; member in r600::InstrFactory
/third_party/musl/libc-test/src/functionalext/supplement/passwd/
H A Dsetgrent.c25 * @tc.desc : rewinds to the beginning of the group database
31 struct group *result = getgrent(); in setgrent_0100()
/third_party/libabigail/include/
H A Dabg-elf-based-reader.h57 read_and_add_corpus_to_group(ir::corpus_group& group,
/third_party/skia/src/sksl/lex/
H A DRegexParser.h35 * Matches a char literal, parenthesized group, character set, or dot ('.').
66 * Matches a parenthesized group.
68 void group();
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DGPUBindGroup.h28 GPUBindGroup(wgpu::BindGroup group);
/third_party/skia/third_party/externals/tint/test/
H A Dextract-spvasm.py36 test_name = run_match.group(1)
/kernel/linux/linux-5.10/fs/ext4/
H A Dext4.h101 /* data type for block offset of block group */
110 /* data type for block group number */
139 /* allocate for locality group */
249 #define EXT4_RESIZE_INO 7 /* Reserved group descriptors inode */
321 * Structure of a blocks group descriptor
336 __le16 bg_checksum; /* crc16(sb_uuid+group+desc) */
358 * Structure of a flex block group info
372 * Macro-instructions used to manage group descriptors
589 /* Used to pass group descriptor data when online resize is done */
591 __u32 group; /* Grou member
602 u32 group; global() member
614 __u32 group; global() member
3344 ext4_group_lock_ptr(struct super_block *sb, ext4_group_t group) ext4_group_lock_ptr() argument
3359 ext4_lock_group(struct super_block *sb, ext4_group_t group) ext4_lock_group() argument
3379 ext4_unlock_group(struct super_block *sb, ext4_group_t group) ext4_unlock_group() argument
[all...]
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/
H A Dcoresight-cti-sysfs.c155 /* attribute and group sysfs tables. */
933 * Each connection has dynamic group triggers<N> + name, trigin/out sigs/types
1082 struct attribute_group *group = NULL; in cti_create_con_sysfs_group() local
1085 group = devm_kzalloc(dev, sizeof(struct attribute_group), GFP_KERNEL); in cti_create_con_sysfs_group()
1086 if (!group) in cti_create_con_sysfs_group()
1089 group->name = devm_kasprintf(dev, GFP_KERNEL, "triggers%d", con_idx); in cti_create_con_sysfs_group()
1090 if (!group->name) in cti_create_con_sysfs_group()
1094 ctidev->con_groups[grp_idx] = group; in cti_create_con_sysfs_group()
1095 tc->attr_group = group; in cti_create_con_sysfs_group()
1096 return group; in cti_create_con_sysfs_group()
[all...]
/kernel/linux/linux-5.10/tools/power/pm-graph/
H A Dbootgraph.py328 ktime = float(m.group('ktime'))
331 msg = m.group('msg')
339 bt = datetime.strptime(m.group('d')+' '+m.group('t'), '%Y-%m-%d %H:%M:%S')
346 func = m.group('f')
347 pid = int(m.group('p'))
354 f, r, t = m.group('f', 'r', 't')
400 m.group('time', 'proc', 'pid', 'msg', 'dur')
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_mdb.c682 NL_SET_ERR_MSG_MOD(extack, "IPv4 entry group address is not multicast"); in is_valid_mdb_entry()
686 NL_SET_ERR_MSG_MOD(extack, "IPv4 entry group address is local multicast"); in is_valid_mdb_entry()
692 NL_SET_ERR_MSG_MOD(extack, "IPv6 entry group address is link-local all nodes"); in is_valid_mdb_entry()
832 struct br_ip group, star_group; in br_mdb_add_group() local
837 __mdb_entry_to_br_ip(entry, &group, mdb_attrs); in br_mdb_add_group()
839 /* host join errors which can happen before creating the group */ in br_mdb_add_group()
846 if (!br_multicast_is_star_g(&group)) { in br_mdb_add_group()
852 mp = br_mdb_ip_get(br, &group); in br_mdb_add_group()
854 mp = br_multicast_new_group(br, &group); in br_mdb_add_group()
884 filter_mode = br_multicast_is_star_g(&group) in br_mdb_add_group()
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-pistachio.c887 unsigned group) in pistachio_pinctrl_get_group_name()
891 return pctl->groups[group].name; in pistachio_pinctrl_get_group_name()
895 unsigned group, in pistachio_pinctrl_get_group_pins()
901 *pins = &pctl->groups[group].pin; in pistachio_pinctrl_get_group_pins()
944 unsigned func, unsigned group) in pistachio_pinmux_enable()
947 const struct pistachio_pin_group *pg = &pctl->groups[group]; in pistachio_pinmux_enable()
960 group, func); in pistachio_pinmux_enable()
971 if (pf->scenarios[i] == group) in pistachio_pinmux_enable()
886 pistachio_pinctrl_get_group_name(struct pinctrl_dev *pctldev, unsigned group) pistachio_pinctrl_get_group_name() argument
894 pistachio_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *num_pins) pistachio_pinctrl_get_group_pins() argument
943 pistachio_pinmux_enable(struct pinctrl_dev *pctldev, unsigned func, unsigned group) pistachio_pinmux_enable() argument
H A Dpinctrl-palmas.c637 unsigned group) in palmas_pinctrl_get_group_name()
641 return pci->pin_groups[group].name; in palmas_pinctrl_get_group_name()
645 unsigned group, const unsigned **pins, unsigned *num_pins) in palmas_pinctrl_get_group_pins()
649 *pins = pci->pin_groups[group].pins; in palmas_pinctrl_get_group_pins()
650 *num_pins = pci->pin_groups[group].npins; in palmas_pinctrl_get_group_pins()
690 unsigned group) in palmas_pinctrl_set_mux()
697 g = &pci->pin_groups[group]; in palmas_pinctrl_set_mux()
738 pci->pins_current_opt[group] = i; in palmas_pinctrl_set_mux()
636 palmas_pinctrl_get_group_name(struct pinctrl_dev *pctldev, unsigned group) palmas_pinctrl_get_group_name() argument
644 palmas_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *num_pins) palmas_pinctrl_get_group_pins() argument
688 palmas_pinctrl_set_mux(struct pinctrl_dev *pctldev, unsigned function, unsigned group) palmas_pinctrl_set_mux() argument
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-k210.c128 * Pin groups: each of the 48 programmable pins is a group.
707 unsigned int group) in k210_pinmux_set_mux()
710 if (group >= K210_NPINS) in k210_pinmux_set_mux()
713 k210_pinmux_set_pin_function(pctldev, group, function); in k210_pinmux_set_mux()
732 unsigned int group) in k210_pinctrl_get_group_name()
734 return k210_group_names[group]; in k210_pinctrl_get_group_name()
738 unsigned int group, in k210_pinctrl_get_group_pins()
742 if (group >= K210_NPINS) { in k210_pinctrl_get_group_pins()
748 *pins = &k210_pins[group].number; in k210_pinctrl_get_group_pins()
705 k210_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int function, unsigned int group) k210_pinmux_set_mux() argument
731 k210_pinctrl_get_group_name(struct pinctrl_dev *pctldev, unsigned int group) k210_pinctrl_get_group_name() argument
737 k210_pinctrl_get_group_pins(struct pinctrl_dev *pctldev, unsigned int group, const unsigned int **pins, unsigned int *npins) k210_pinctrl_get_group_pins() argument

Completed in 25 milliseconds

1...<<71727374757677787980>>...163