this_part         114 arch/s390/include/asm/diag.h 	__u16 this_part;
this_part         123 arch/s390/include/asm/diag.h 	__u16 this_part;
this_part         343 arch/s390/kernel/sthyi.c 		this_lpar = (void *)part_block - diag204_buf == ti_hdr->this_part;
this_part         349 arch/s390/kernel/sthyi.c 	part_block = diag204_buf + ti_hdr->this_part;
this_part          85 drivers/mtd/parsers/cmdlinepart.c 				      int this_part,
this_part         162 drivers/mtd/parsers/cmdlinepart.c 		parts = newpart(s + 1, &s, num_parts, this_part + 1,
this_part         170 drivers/mtd/parsers/cmdlinepart.c 		*num_parts = this_part + 1;
this_part         184 drivers/mtd/parsers/cmdlinepart.c 	parts[this_part].size = size;
this_part         185 drivers/mtd/parsers/cmdlinepart.c 	parts[this_part].offset = offset;
this_part         186 drivers/mtd/parsers/cmdlinepart.c 	parts[this_part].mask_flags = mask_flags;
this_part         190 drivers/mtd/parsers/cmdlinepart.c 		sprintf(extra_mem, "Partition_%03d", this_part);
this_part         191 drivers/mtd/parsers/cmdlinepart.c 	parts[this_part].name = extra_mem;
this_part         195 drivers/mtd/parsers/cmdlinepart.c 	     this_part, parts[this_part].name, parts[this_part].offset,
this_part         196 drivers/mtd/parsers/cmdlinepart.c 	     parts[this_part].size, parts[this_part].mask_flags));
this_part         909 drivers/usb/class/usbtmc.c 		u32 this_part;
this_part         953 drivers/usb/class/usbtmc.c 			this_part = urb->actual_length;
this_part         955 drivers/usb/class/usbtmc.c 			this_part = remaining;
this_part         961 drivers/usb/class/usbtmc.c 				 urb->transfer_buffer, this_part)) {
this_part         967 drivers/usb/class/usbtmc.c 		remaining -= this_part;
this_part         968 drivers/usb/class/usbtmc.c 		done += this_part;
this_part        1120 drivers/usb/class/usbtmc.c 		u32 this_part, aligned;
this_part        1155 drivers/usb/class/usbtmc.c 			this_part = bufsize;
this_part        1157 drivers/usb/class/usbtmc.c 			this_part = remaining;
this_part        1159 drivers/usb/class/usbtmc.c 		if (copy_from_user(buffer, user_buffer + done, this_part)) {
this_part        1166 drivers/usb/class/usbtmc.c 			16, 1, buffer, this_part, true);
this_part        1171 drivers/usb/class/usbtmc.c 		aligned = (this_part + 3) & ~3;
this_part        1173 drivers/usb/class/usbtmc.c 			(unsigned int)this_part,
this_part        1193 drivers/usb/class/usbtmc.c 		remaining -= this_part;
this_part        1194 drivers/usb/class/usbtmc.c 		done += this_part;