Lines Matching defs:temp
305 int temp;
315 temp = roothub_portstatus(hcd_to_ohci(hcd), wIndex - 1);
319 temp &= ~RH_PS_PPS;
323 temp |= RH_PS_POCI;
327 temp |= RH_PS_OCIC;
329 put_unaligned(cpu_to_le32(temp), (__le32 *)buf);
332 temp = 1;
335 temp = 0;
345 temp ? "Set" : "Clear", wIndex, "POWER");
347 return ohci_da8xx_set_power(hcd, temp) ? -EPIPE : 0;
350 temp ? "Set" : "Clear", wIndex,
353 if (temp)