Home
last modified time | relevance | path

Searched refs:group (Results 2751 - 2775 of 4056) sorted by relevance

1...<<111112113114115116117118119120>>...163

/kernel/linux/linux-5.10/tools/build/feature/
H A DMakefile318 -Wl,--start-group -lclangBasic -lclangDriver \
320 -lclangAST -Wl,--end-group \
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dbmap.c482 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 Drcar_du_vsp.c83 __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 Dpci-epc-core.c601 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 Dpci-xgene-msi.c63 * 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 Dbmap.c482 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 Dpinctrl-starfive-jh7110-sys.c236 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 Df_eem.c558 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 Df_subset.c383 func_inst.group); in to_f_gether_opts()
443 config_group_init_type_name(&opts->func_inst.group, "", in geth_alloc_inst()
H A Df_obex.c383 func_inst.group); in to_f_serial_opts()
439 config_group_init_type_name(&opts->func_inst.group, "", in obex_alloc_inst()
H A Df_loopback.c457 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 Dpinctrl-apple-gpio.c174 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 Dpci-xgene-msi.c63 * 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 Dtest_bpftool_synctypes.py56 entries.add(capture.group(1))
91 entries |= {capture.group(1)}
/kernel/linux/linux-6.6/lib/
H A Dfault-inject.c335 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 DMakefile359 -Wl,--start-group -lclang-cpp -Wl,--end-group \
/third_party/cJSON/tests/unity/extras/fixture/test/
H A Dunity_fixture_Test.c205 static const char* group[] = { variable
212 TEST_ASSERT_EQUAL(0, UnityGetCommandLineOptions(3, group)); in TEST()
/third_party/icu/icu4c/source/test/intltest/
H A Dtsdcfmsy.cpp63 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 DIntlTestDecimalFormatSymbols.java91 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 DIntlTestDecimalFormatSymbols.java94 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 DBuildMetadataProtoFromXml.java124 key = matcher.group(1); in start()
125 value = matcher.group(2); in start()
/third_party/mesa3d/android/
H A Dmesa3d_cross.mk157 $(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 Ddepends.py269 # 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 Dcore.py275 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 Dnasm.h56 group CGROUP text
57 group DGROUP data

Completed in 19 milliseconds

1...<<111112113114115116117118119120>>...163