repeat_count       35 drivers/gpu/ipu-v3/ipu-di.c 	int repeat_count;
repeat_count      167 drivers/gpu/ipu-v3/ipu-di.c 				(c->repeat_count >= 0x1000) ||
repeat_count      190 drivers/gpu/ipu-v3/ipu-di.c 		if (c->repeat_count == 0)
repeat_count      197 drivers/gpu/ipu-v3/ipu-di.c 		reg |= c->repeat_count << (16 * ((wave_gen - 1) & 0x1));
repeat_count      235 drivers/gpu/ipu-v3/ipu-di.c 			.repeat_count = 2,
repeat_count      243 drivers/gpu/ipu-v3/ipu-di.c 			.repeat_count = sig->mode.vactive / 2,
repeat_count      251 drivers/gpu/ipu-v3/ipu-di.c 			.repeat_count = sig->mode.hactive,
repeat_count      299 drivers/gpu/ipu-v3/ipu-di.c 			.repeat_count = sig->mode.vactive,
repeat_count      307 drivers/gpu/ipu-v3/ipu-di.c 			.repeat_count = sig->mode.hactive,
repeat_count      335 drivers/gpu/ipu-v3/ipu-di.c 			.repeat_count = sig->mode.vactive,
repeat_count      352 drivers/gpu/ipu-v3/ipu-di.c 			.repeat_count = sig->mode.hactive,
repeat_count     4668 drivers/infiniband/hw/mlx5/qp.c 		sblock_ctrl->repeat_count = cpu_to_be32(data_len / block_size);
repeat_count       38 drivers/md/dm-queue-length.c 	unsigned		repeat_count;
repeat_count      103 drivers/md/dm-queue-length.c 			DMEMIT("%u ", pi->repeat_count);
repeat_count      116 drivers/md/dm-queue-length.c 	unsigned repeat_count = QL_MIN_IO;
repeat_count      130 drivers/md/dm-queue-length.c 	if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) {
repeat_count      135 drivers/md/dm-queue-length.c 	if (repeat_count > 1) {
repeat_count      137 drivers/md/dm-queue-length.c 		repeat_count = 1;
repeat_count      148 drivers/md/dm-queue-length.c 	pi->repeat_count = repeat_count;
repeat_count       29 drivers/md/dm-round-robin.c 	unsigned repeat_count;
repeat_count      101 drivers/md/dm-round-robin.c 			DMEMIT("%u ", pi->repeat_count);
repeat_count      118 drivers/md/dm-round-robin.c 	unsigned repeat_count = RR_MIN_IO;
repeat_count      128 drivers/md/dm-round-robin.c 	if ((argc == 1) && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) {
repeat_count      133 drivers/md/dm-round-robin.c 	if (repeat_count > 1) {
repeat_count      135 drivers/md/dm-round-robin.c 		repeat_count = 1;
repeat_count      146 drivers/md/dm-round-robin.c 	pi->repeat_count = repeat_count;
repeat_count       33 drivers/md/dm-service-time.c 	unsigned repeat_count;
repeat_count       99 drivers/md/dm-service-time.c 			DMEMIT("%u %u ", pi->repeat_count,
repeat_count      113 drivers/md/dm-service-time.c 	unsigned repeat_count = ST_MIN_IO;
repeat_count      135 drivers/md/dm-service-time.c 	if (argc && (sscanf(argv[0], "%u%c", &repeat_count, &dummy) != 1)) {
repeat_count      140 drivers/md/dm-service-time.c 	if (repeat_count > 1) {
repeat_count      142 drivers/md/dm-service-time.c 		repeat_count = 1;
repeat_count      160 drivers/md/dm-service-time.c 	pi->repeat_count = repeat_count;
repeat_count      252 drivers/media/rc/ati_remote.c 	unsigned int repeat_count;
repeat_count      573 drivers/media/rc/ati_remote.c 			ati_remote->repeat_count++;
repeat_count      575 drivers/media/rc/ati_remote.c 			ati_remote->repeat_count = 0;
repeat_count      585 drivers/media/rc/ati_remote.c 		if (ati_remote->repeat_count > 0 &&
repeat_count      586 drivers/media/rc/ati_remote.c 		    (ati_remote->repeat_count < 5 ||
repeat_count     2741 drivers/net/wireless/marvell/mwifiex/cfg80211.c 	bgscan_cfg->repeat_count = MWIFIEX_BGSCAN_REPEAT_COUNT;
repeat_count      823 drivers/net/wireless/marvell/mwifiex/fw.h 	__le16 repeat_count;
repeat_count     1564 drivers/net/wireless/marvell/mwifiex/fw.h 	u16 repeat_count;
repeat_count     2335 drivers/net/wireless/marvell/mwifiex/scan.c 	if (bgscan_cfg_in->repeat_count) {
repeat_count     2341 drivers/net/wireless/marvell/mwifiex/scan.c 			cpu_to_le16(sizeof(repeat_count_tlv->repeat_count));
repeat_count     2342 drivers/net/wireless/marvell/mwifiex/scan.c 		repeat_count_tlv->repeat_count =
repeat_count     2343 drivers/net/wireless/marvell/mwifiex/scan.c 			cpu_to_le16(bgscan_cfg_in->repeat_count);
repeat_count      573 drivers/scsi/3w-9xxx.h 	unsigned char repeat_count;
repeat_count      304 drivers/scsi/3w-sas.h 	unsigned char repeat_count;
repeat_count      471 include/linux/mlx5/qp.h 	__be32		repeat_count;
repeat_count      483 lib/842/842_compress.c 	u8 repeat_count = 0;
repeat_count      530 lib/842/842_compress.c 			if (++repeat_count <= REPEAT_BITS_MAX)
repeat_count      533 lib/842/842_compress.c 		if (repeat_count) {
repeat_count      534 lib/842/842_compress.c 			ret = add_repeat_template(p, repeat_count);
repeat_count      535 lib/842/842_compress.c 			repeat_count = 0;
repeat_count      555 lib/842/842_compress.c 	if (repeat_count) {
repeat_count      556 lib/842/842_compress.c 		ret = add_repeat_template(p, repeat_count);