/kernel/linux/linux-6.6/drivers/pinctrl/intel/ |
H A D | pinctrl-intel.h | 26 * 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 D | imx_sc_key.c | 42 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 D | link-vmlinux.sh | 103 ${wl}--start-group ${libs} ${wl}--end-group \
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | nsp32_debug.c | 47 #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 D | gen_compile_commands.py | 216 entry = process_line(directory, result.group(1), 217 result.group(2))
|
/third_party/icu/tools/scripts/ |
H A D | uconfig_vars_test.py | 66 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 D | BuildMetadataCppFromXml.java | 103 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 D | set_psa_test_dependencies.py | 218 arguments = content_matches[-1].group(0).split(':') 234 old_dependencies = dependencies_match.group(0).split(':')
|
/third_party/jerryscript/tools/ |
H A D | gen-doctest.py | 130 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 D | brw_fs_sel_peephole.cpp | 169 then_mov[i]->group != else_mov[i]->group || in opt_peephole_sel()
|
/third_party/musl/src/passwd/ |
H A D | getgr_a.c | 20 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.py | 159 return int(m.group("major")), int(m.group("minor"))
|
/third_party/mesa3d/src/intel/isl/ |
H A D | gen_format_layout.py | 160 self.type = self._types[grouped.group('type')].upper() 161 self.size = int(grouped.group('size'))
|
/third_party/libfuse/test/ |
H A D | util.py | 30 proto = (int(hit.group(1)), int(hit.group(2)))
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | regexp_adapter_icu.cc | 160 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 D | match.py | 175 group = _KIND.get_group(item.kind) 176 collated[group].append(item)
|
/third_party/python/Lib/ctypes/ |
H A D | _aix.py | 146 return matches[0].group(1) 207 versions.append(m.group(0))
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/ |
H A D | vktAmberTestCaseUtil.cpp | 177 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 D | comment_convert.py | 81 content = match.group('content') 164 indent = def_match.group('indentation')
|
H A D | promote.py | 100 type = matches.group('type') 101 name = matches.group('name')
|
/third_party/unity/extras/fixture/test/ |
H A D | unity_fixture_Test.c | 137 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 D | compat.rs | 199 grp: *mut ::group, in getgrent_r() 202 result: *mut *mut ::group, in getgrent_r()
|
/third_party/rust/crates/rustix/src/process/ |
H A D | id.rs | 1 //! 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 D | test_pat.rs | 50 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 D | java_checker.py | 113 classset.add(found_item.group(1)) 150 clazz = found_item.group(1)
|