combine           369 arch/mips/boot/elf2ecoff.c 				combine(&data, &ndata, 0);
combine           370 arch/mips/boot/elf2ecoff.c 				combine(&bss, &nbss, 1);
combine           377 arch/mips/boot/elf2ecoff.c 				combine(&text, &ntxt, 0);
combine            67 arch/powerpc/perf/generic-compat-pmu.c PMU_FORMAT_ATTR(combine,	"config:10-11");
combine            14 arch/powerpc/perf/isa207-common.c PMU_FORMAT_ATTR(combine,	"config:11");
combine           369 arch/powerpc/perf/isa207-common.c 	unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val;
combine           388 arch/powerpc/perf/isa207-common.c 		combine = combine_from_event(event[i]);
combine           402 arch/powerpc/perf/isa207-common.c 			mmcr1 |= combine << combine_shift(pmc);
combine           249 arch/powerpc/perf/power7-pmu.c 	unsigned int pmc, unit, combine, l2sel, psel;
combine           269 arch/powerpc/perf/power7-pmu.c 		combine = (event[i] >> PM_COMBINE_SH) & PM_COMBINE_MSK;
combine           288 arch/powerpc/perf/power7-pmu.c 			mmcr1 |= (unsigned long) combine
combine           214 arch/powerpc/perf/power9-pmu.c PMU_FORMAT_ATTR(combine,	"config:10-11");
combine            66 drivers/hid/hid-lg4ff.c 	u16 combine;
combine           336 drivers/hid/hid-lg4ff.c 	if (entry->wdata.combine) {
combine           394 drivers/hid/hid-lg4ff.c 						     .combine = 0,
combine           953 drivers/hid/hid-lg4ff.c 	count = scnprintf(buf, PAGE_SIZE, "%u\n", entry->wdata.combine);
combine           963 drivers/hid/hid-lg4ff.c 	u16 combine = simple_strtoul(buf, NULL, 10);
combine           977 drivers/hid/hid-lg4ff.c 	if (combine > 1)
combine           978 drivers/hid/hid-lg4ff.c 		combine = 1;
combine           980 drivers/hid/hid-lg4ff.c 	entry->wdata.combine = combine;
combine           708 drivers/infiniband/sw/siw/siw.h 		.combine = siw_csum_combine,
combine          3554 include/linux/skbuff.h 	__wsum (*combine)(__wsum csum, __wsum csum2, int offset, int len);
combine            48 include/net/sctp/checksum.h 	.combine = sctp_csum_combine,
combine          2672 net/core/skbuff.c 				csum = INDIRECT_CALL_1(ops->combine,
combine          2697 net/core/skbuff.c 			csum = INDIRECT_CALL_1(ops->combine, csum_block_add_ext,
combine          2717 net/core/skbuff.c 		.combine = csum_block_add_ext,
combine          2888 net/core/skbuff.c 	.combine = warn_crc32c_csum_combine,