Searched refs:multiple (Results 26 - 42 of 42) sorted by relevance

12

/linux-master/scripts/
H A DMakefile.build222 cmd_warn_shared_object = $(if $(word 2, $(modname-multi)),$(warning $(kbuild-file): $*.o is added to multiple modules: $(modname-multi)))
H A Dget_maintainer.pl1074 --separator [, ] => separator for multiple entries on 1 line
2025 maintainers are appropriate. You may enter multiple selections separated
H A Dcheckpatch.pl100 multiple git commits with:
3325 # A commit match can span multiple lines so this block attempts to find a
4073 # check for multiple consecutive blank lines
4078 "Please don't use multiple blank lines\n" . $hereprev) &&
4167 # (but not if it is a multiple line "if (foo) return bar; else return baz;")
4484 # check for dereferences that span multiple lines
4493 "Avoid multiple line dereference - prefer '$ref'\n" . $hereprev);
5397 # check for multiple assignments
5400 "multiple assignments should be avoided\n" . $herecurr);
5403 ## # check for multiple declaration
[all...]
/linux-master/scripts/dtc/
H A Dchecks.c146 static bool is_multiple_of(int multiple, int divisor) argument
149 return multiple == 0;
151 return (multiple % divisor) == 0;
338 FAIL(c, dti, node, "multiple '@' characters in node name");
1395 "property size (%d) is invalid, expected multiple of %zu",
1624 "property size (%d) is invalid, expected multiple of %zu",
1694 FAIL_PROP(c, dti, node, irq_prop, "size (%d) is invalid, expected multiple of %zu",
1744 "size is (%d), expected multiple of %d",
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10.S990 # Handle multiple partial blocks for encrypt and decrypt
H A Dpoly1305-p10le_64.S12 # - Handle multiple 64 byte blcok.
/linux-master/arch/x86/crypto/
H A Dsha512-avx-asm.S273 # The size of the message pointed to by "data" must be an integer multiple
H A Dsha512-ssse3-asm.S274 # The size of the message pointed to by "data" must be an integer multiple
H A Dsha512-avx2-asm.S565 # The size of the message pointed to by "data" must be an integer multiple
/linux-master/drivers/net/ppp/
H A Dpppoe.c10 * 070228 : Fix to allow multiple sessions with same remote MAC and same
136 #error 8 must be a multiple of PPPOE_HASH_BITS
/linux-master/sound/soc/codecs/
H A Dmadera.c369 int multiple)
381 } else if ((n % multiple) != 0) {
382 dev_warn(dev, "%s not a multiple of %d entries\n",
383 propname, multiple);
3144 /* Force multiple of 2 channels for I2S mode */
366 madera_get_variable_u32_array(struct device *dev, const char *propname, u32 *dest, int n_max, int multiple) argument
/linux-master/arch/arm/boot/compressed/
H A Dhead.S506 add r9, r9, #31 @ rounded up to a multiple
/linux-master/arch/powerpc/kernel/
H A Dtraps.c662 pr_cont("Hit on multiple TLB entries\n");
2281 WARN_EMULATED_SETUP(multiple),
/linux-master/
H A DMakefile146 $(error building multiple external modules is not supported))
/linux-master/tools/perf/
H A DMakefile.config758 LIBUNWIND_LDFLAGS += -Wl,--allow-multiple-definition
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dchip.c1028 _fn(multiple, 4, 0x17, STATS_TYPE_BANK0), \
1399 MV88E6XXX_ETH_MAC_STAT_MAP(multiple, MultipleCollisionFrames);
2124 /* DSA and CPU ports have to be members of multiple vlans */
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c664 bool multiple; local
672 * which is a multiple of 4kb. The firmware for rt3290 chip also
673 * have a length which is a multiple of 4kb.
680 multiple = true;
684 if (len != fw_len && (!multiple || (len % fw_len) != 0))
1786 * The cipher types are stored over multiple registers
5292 * multiple bitrates.
12245 * between multiple stations which leads to unwanted situations

Completed in 403 milliseconds

12