Home
last modified time | relevance | path

Searched refs:group (Results 1826 - 1850 of 4121) sorted by relevance

1...<<71727374757677787980>>...165

/kernel/linux/linux-6.6/drivers/pinctrl/intel/
H A Dpinctrl-intel.h26 * struct intel_pingroup - Description about group of pins
27 * @grp: Generic data of the pin group (name and pins)
28 * @mode: Native mode in which the group is muxed out @pins. Used if @modes is %NULL.
48 * struct intel_padgroup - Hardware pad group information
50 * @base: Starting pin of this group
51 * @size: Size of this group (maximum is %INTEL_PINCTRL_MAX_GPP_SIZE).
52 * @gpio_base: Starting GPIO base of this group
67 * enum - Special treatment for GPIO base in pad group
94 * @gpp_size: Maximum number of pads in each group, such as PADCFGLOCK,
96 * @gpp_num_padown_regs: Number of pad registers each pad group consume
[all...]
/kernel/linux/linux-6.6/drivers/input/keyboard/
H A Dimx_sc_key.c42 unsigned long event, void *group) in imx_sc_key_notify()
49 if ((event & SC_IRQ_BUTTON) && (*(u8 *)group == SC_IRQ_GROUP_WAKE)) { in imx_sc_key_notify()
157 dev_err(&pdev->dev, "failed to enable scu group irq\n"); in imx_sc_key_probe()
41 imx_sc_key_notify(struct notifier_block *nb, unsigned long event, void *group) imx_sc_key_notify() argument
/kernel/linux/linux-6.6/scripts/
H A Dlink-vmlinux.sh103 ${wl}--start-group ${libs} ${wl}--end-group \
/kernel/linux/linux-6.6/drivers/scsi/
H A Dnsp32_debug.c47 #define group(opcode) (((opcode) >> 5) & 7) macro
65 const char **table = commands[ group(opcode) ]; in print_opcodek()
/kernel/linux/linux-6.6/scripts/clang-tools/
H A Dgen_compile_commands.py216 entry = process_line(directory, result.group(1),
217 result.group(2))
/third_party/icu/tools/scripts/
H A Duconfig_vars_test.py66 if uconfig_no_flag.group(0) not in uconfig_no_flags_all:
67 uconfig_no_flags_all.append(uconfig_no_flag.group(0))
/third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/
H A DBuildMetadataCppFromXml.java103 Variant variant = Variant.parse(basenameMatcher.group(1)); in parse()
104 Type type = Type.parse(basenameMatcher.group(2)); in parse()
/third_party/mbedtls/tests/scripts/
H A Dset_psa_test_dependencies.py218 arguments = content_matches[-1].group(0).split(':')
234 old_dependencies = dependencies_match.group(0).split(':')
/third_party/jerryscript/tools/
H A Dgen-doctest.py130 decl, decl_lineno = self._process_decl(decl_match.group(1))
135 decl, decl_lineno = self._process_decl(decl_match.group(1))
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_sel_peephole.cpp169 then_mov[i]->group != else_mov[i]->group || in opt_peephole_sel()
/third_party/musl/src/passwd/
H A Dgetgr_a.c20 int __getgr_a(const char *name, gid_t gid, struct group *gr, char **buf, size_t *size, char ***mem, size_t *nmem, struct group **res) in __getgr_a()
29 f = fopen("/etc/group", "rbe"); in __getgr_a()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A D_manylinux.py159 return int(m.group("major")), int(m.group("minor"))
/third_party/mesa3d/src/intel/isl/
H A Dgen_format_layout.py160 self.type = self._types[grouped.group('type')].upper()
161 self.size = int(grouped.group('size'))
/third_party/libfuse/test/
H A Dutil.py30 proto = (int(hit.group(1)), int(hit.group(2)))
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dregexp_adapter_icu.cc160 UnicodeStringToUtf8String(matcher->group(group_index, status)); in Consume()
184 *matched_string = UnicodeStringToUtf8String(matcher->group(1, status)); in Match()
/third_party/python/Tools/c-analyzer/c_parser/
H A Dmatch.py175 group = _KIND.get_group(item.kind)
176 collated[group].append(item)
/third_party/python/Lib/ctypes/
H A D_aix.py146 return matches[0].group(1)
207 versions.append(m.group(0))
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberTestCaseUtil.cpp177 void createAmberTestsFromIndexFile (tcu::TestContext& testCtx, tcu::TestCaseGroup* group, const std::string filename, const char* category) in createAmberTestsFromIndexFile() argument
187 group->addChild(testCase); in createAmberTestsFromIndexFile()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dcomment_convert.py81 content = match.group('content')
164 indent = def_match.group('indentation')
H A Dpromote.py100 type = matches.group('type')
101 name = matches.group('name')
/third_party/unity/extras/fixture/test/
H A Dunity_fixture_Test.c137 static const char* group[] = { variable
144 TEST_ASSERT_EQUAL(0, UnityGetCommandLineOptions(3, group)); in TEST()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dcompat.rs199 grp: *mut ::group, in getgrent_r()
202 result: *mut *mut ::group, in getgrent_r()
/third_party/rust/crates/rustix/src/process/
H A Did.rs1 //! Unix user, group, and process identifiers.
17 /// The raw integer value of a Unix group ID.
31 /// `gid_t`—A Unix group ID.
79 /// A `Gid` corresponding to the root group (gid 0).
86 /// `raw` must be the value of a valid Unix group ID.
98 /// Test whether this gid represents the root group (gid 0).
214 /// `getgid()`—Returns the process' real group ID.
228 /// `getegid()`—Returns the process' effective group ID.
270 /// `getpgid(pid)`—Returns the process group ID of the given process.
283 /// `getpgrp()`—Returns the process' group I
[all...]
/third_party/rust/crates/syn/tests/
H A Dtest_pat.rs50 let group = Group::new(Delimiter::None, quote!(Some(_))); in test_group()
51 let tokens = TokenStream::from_iter(vec![TokenTree::Group(group)]); in test_group()
/third_party/skia/buildtools/checkdeps/
H A Djava_checker.py113 classset.add(found_item.group(1))
150 clazz = found_item.group(1)

Completed in 11 milliseconds

1...<<71727374757677787980>>...165