target_count       64 drivers/hwmon/max31790.c 	u16 target_count[NR_CHANNEL];
target_count      116 drivers/hwmon/max31790.c 				data->target_count[i] = rv;
target_count      179 drivers/hwmon/max31790.c 		rpm = RPM_FROM_REG(data->target_count[channel], sr);
target_count      195 drivers/hwmon/max31790.c 	int target_count;
target_count      217 drivers/hwmon/max31790.c 		target_count = RPM_TO_REG(val, sr);
target_count      218 drivers/hwmon/max31790.c 		target_count = clamp_val(target_count, 0x1, 0x7FF);
target_count      220 drivers/hwmon/max31790.c 		data->target_count[channel] = target_count << 5;
target_count      224 drivers/hwmon/max31790.c 					data->target_count[channel]);
target_count      266 drivers/md/dm-cache-policy-smq.c 	unsigned target_count[MAX_LEVELS];
target_count      279 drivers/md/dm-cache-policy-smq.c 		q->target_count[i] = 0u;
target_count      397 drivers/md/dm-cache-policy-smq.c 		q->target_count[level] =
target_count      437 drivers/md/dm-cache-policy-smq.c 		target = q->target_count[level];
target_count       66 drivers/md/dm-init.c 		for (i = 0; i < dev->dmi.target_count; i++) {
target_count      108 drivers/md/dm-init.c 	const unsigned int n = dev->dmi.target_count - 1;
target_count      163 drivers/md/dm-init.c 		if (++dev->dmi.target_count > DM_MAX_TARGETS) {
target_count      165 drivers/md/dm-init.c 			      dev->dmi.target_count, DM_MAX_TARGETS);
target_count      745 drivers/md/dm-ioctl.c 	param->target_count = 0;
target_count      752 drivers/md/dm-ioctl.c 			param->target_count = dm_table_get_num_targets(table);
target_count      765 drivers/md/dm-ioctl.c 			param->target_count = dm_table_get_num_targets(table);
target_count     1204 drivers/md/dm-ioctl.c 	param->target_count = num_targets;
target_count     1292 drivers/md/dm-ioctl.c 	if (!param->target_count) {
target_count     1297 drivers/md/dm-ioctl.c 	for (i = 0; i < param->target_count; i++) {
target_count     1341 drivers/md/dm-ioctl.c 	r = dm_table_create(&t, get_mode(param), param->target_count, md);
target_count     2075 drivers/md/dm-ioctl.c 	if (!dmi->target_count)
target_count     2096 drivers/md/dm-ioctl.c 	r = dm_table_create(&t, get_mode(dmi), dmi->target_count, md);
target_count     2101 drivers/md/dm-ioctl.c 	for (i = 0; i < dmi->target_count; i++) {
target_count      395 drivers/misc/altera-stapl/altera-jtag.c 				u32 target_count,
target_count      414 drivers/misc/altera-stapl/altera-jtag.c 	k = preamble_count + target_count;
target_count      424 drivers/misc/altera-stapl/altera-jtag.c 	k = preamble_count + target_count + postamble_count;
target_count      562 drivers/misc/altera-stapl/altera-jtag.c 				u32 target_count)
target_count      573 drivers/misc/altera-stapl/altera-jtag.c 	k = start_index + target_count;
target_count      125 include/uapi/linux/dm-ioctl.h 	__u32 target_count;	/* in/out */