ipds              269 drivers/acpi/hmat/hmat.c 	unsigned int init, targ, total_size, ipds, tpds;
ipds              282 drivers/acpi/hmat/hmat.c 	ipds = hmat_loc->number_of_initiator_Pds;
ipds              284 drivers/acpi/hmat/hmat.c 	total_size = sizeof(*hmat_loc) + sizeof(*entries) * ipds * tpds +
ipds              285 drivers/acpi/hmat/hmat.c 		     sizeof(*inits) * ipds + sizeof(*targs) * tpds;
ipds              293 drivers/acpi/hmat/hmat.c 		hmat_loc->flags, hmat_data_type(type), ipds, tpds,
ipds              297 drivers/acpi/hmat/hmat.c 	targs = inits + ipds;
ipds              299 drivers/acpi/hmat/hmat.c 	for (init = 0; init < ipds; init++) {
ipds              463 drivers/acpi/hmat/hmat.c 	unsigned int ipds, tpds, i, idx = 0, tdx = 0;
ipds              467 drivers/acpi/hmat/hmat.c 	ipds = hmat_loc->number_of_initiator_Pds;
ipds              470 drivers/acpi/hmat/hmat.c 	targs = inits + ipds;
ipds              473 drivers/acpi/hmat/hmat.c 	for (i = 0; i < ipds; i++) {
ipds              480 drivers/acpi/hmat/hmat.c 	if (i == ipds)