/kernel/linux/linux-5.10/tools/build/feature/ |
H A D | Makefile | 318 -Wl,--start-group -lclangBasic -lclangDriver \ 320 -lclangAST -Wl,--end-group \
|
/kernel/linux/linux-5.10/fs/nilfs2/ |
H A D | bmap.c | 482 unsigned long group = bmap->b_inode->i_ino / entries_per_group; in nilfs_bmap_find_target_in_group() local 484 return group * entries_per_group + in nilfs_bmap_find_target_in_group()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/ |
H A D | rcar_du_vsp.c | 83 __rcar_du_plane_setup(crtc->group, &state); in rcar_du_vsp_enable() 87 * a restart of the group. See rcar_du_plane_atomic_update() for a more in rcar_du_vsp_enable() 92 crtc->group->need_restart = true; in rcar_du_vsp_enable()
|
/kernel/linux/linux-5.10/drivers/pci/endpoint/ |
H A D | pci-epc-core.c | 601 pci_ep_cfs_remove_epc_group(epc->group); in pci_epc_destroy() 668 epc->group = pci_ep_cfs_add_epc_group(dev_name(dev)); in __pci_epc_create()
|
/kernel/linux/linux-5.10/drivers/pci/controller/ |
H A D | pci-xgene-msi.c | 63 * n is group number (0..F), x is index of registers in each group (0..7) 89 * Each MSI termination group has 1 MSIINTn register (n is 0..15) to indicate 116 * - Each 256-vector group is divided into 16 16-vector groups 117 * As an example: 16 16-vector groups for 256-vector group 0-255 is 122 * - The termination address of MSI vector in 256-vector group n and 16-vector 123 * group x is the address of MSIxIRn 124 * - The data for MSI vector in 16-vector group x is x 145 u32 group = hwirq_to_group(data->hwirq); in xgene_compose_msi_msg() local 146 u64 target_addr = msi->msi_addr + (((8 * group) in xgene_compose_msi_msg() [all...] |
/kernel/linux/linux-6.6/fs/nilfs2/ |
H A D | bmap.c | 482 unsigned long group = bmap->b_inode->i_ino / entries_per_group; in nilfs_bmap_find_target_in_group() local 484 return group * entries_per_group + in nilfs_bmap_find_target_in_group()
|
/kernel/linux/linux-6.6/drivers/pinctrl/starfive/ |
H A D | pinctrl-starfive-jh7110-sys.c | 236 u8 group; member 327 grp = gs->group << gs->shift; in jh7110_set_vin_group()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/function/ |
H A D | f_eem.c | 558 func_inst.group); in to_f_eem_opts() 618 config_group_init_type_name(&opts->func_inst.group, "", &eem_func_type); in eem_alloc_inst()
|
H A D | f_subset.c | 383 func_inst.group); in to_f_gether_opts() 443 config_group_init_type_name(&opts->func_inst.group, "", in geth_alloc_inst()
|
H A D | f_obex.c | 383 func_inst.group); in to_f_serial_opts() 439 config_group_init_type_name(&opts->func_inst.group, "", in obex_alloc_inst()
|
H A D | f_loopback.c | 457 func_inst.group); in to_f_lb_opts() 579 config_group_init_type_name(&lb_opts->func_inst.group, "", in loopback_alloc_instance()
|
/kernel/linux/linux-6.6/drivers/pinctrl/ |
H A D | pinctrl-apple-gpio.c | 174 unsigned group) in apple_gpio_pinmux_set() 179 pctl, group, REG_GPIOx_PERIPH | REG_GPIOx_INPUT_ENABLE, in apple_gpio_pinmux_set() 498 "Failed to register group"); in apple_gpio_pinctrl_probe() 173 apple_gpio_pinmux_set(struct pinctrl_dev *pctldev, unsigned func, unsigned group) apple_gpio_pinmux_set() argument
|
/kernel/linux/linux-6.6/drivers/pci/controller/ |
H A D | pci-xgene-msi.c | 63 * n is group number (0..F), x is index of registers in each group (0..7) 89 * Each MSI termination group has 1 MSIINTn register (n is 0..15) to indicate 116 * - Each 256-vector group is divided into 16 16-vector groups 117 * As an example: 16 16-vector groups for 256-vector group 0-255 is 122 * - The termination address of MSI vector in 256-vector group n and 16-vector 123 * group x is the address of MSIxIRn 124 * - The data for MSI vector in 16-vector group x is x 145 u32 group = hwirq_to_group(data->hwirq); in xgene_compose_msi_msg() local 146 u64 target_addr = msi->msi_addr + (((8 * group) in xgene_compose_msi_msg() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_bpftool_synctypes.py | 56 entries.add(capture.group(1)) 91 entries |= {capture.group(1)}
|
/kernel/linux/linux-6.6/lib/ |
H A D | fault-inject.c | 335 return container_of(to_config_group(item), struct fault_config, group); in to_fault_config() 433 config_group_init_type_name(&config->group, name, &fault_config_type); in fault_config_init()
|
/kernel/linux/linux-6.6/tools/build/feature/ |
H A D | Makefile | 359 -Wl,--start-group -lclang-cpp -Wl,--end-group \
|
/third_party/cJSON/tests/unity/extras/fixture/test/ |
H A D | unity_fixture_Test.c | 205 static const char* group[] = { variable 212 TEST_ASSERT_EQUAL(0, UnityGetCommandLineOptions(3, group)); in TEST()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tsdcfmsy.cpp | 63 UnicodeString group = en.getSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol); in testSymbols() local 64 fr.setSymbol(DecimalFormatSymbols::kGroupingSeparatorSymbol, group); in testSymbols()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | IntlTestDecimalFormatSymbols.java | 91 char group = en.getGroupingSeparator(); in TestSymbols() 92 fr.setGroupingSeparator(group); in TestSymbols()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | IntlTestDecimalFormatSymbols.java | 94 char group = en.getGroupingSeparator(); in TestSymbols() 95 fr.setGroupingSeparator(group); in TestSymbols()
|
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/ |
H A D | BuildMetadataProtoFromXml.java | 124 key = matcher.group(1); in start() 125 value = matcher.group(2); in start()
|
/third_party/mesa3d/android/ |
H A D | mesa3d_cross.mk | 157 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--start-group) \ 159 $(if $(PRIVATE_GROUP_STATIC_LIBRARIES),-Wl$(comma)--end-group) \
|
/third_party/mbedtls/tests/scripts/ |
H A D | depends.py | 269 # if a given define is the only one enabled from an exclusive group. 294 """For every symbol tested in an exclusive group check if there are other 375 if m and m.group(1) not in ['NONE', 'NULL', '3DES']: 376 self.base_symbols.add('MBEDTLS_' + m.group(1) + '_C')
|
/third_party/mesa3d/bin/pick/ |
H A D | core.py | 275 commit.because_sha = fixed = await full_sha(m.group(1)) 295 commit.because_sha = reverted = await full_sha(m.group(1))
|
/third_party/lame/libmp3lame/i386/ |
H A D | nasm.h | 56 group CGROUP text 57 group DGROUP data
|