Lines Matching defs:temp
304 int temp;
314 temp = roothub_portstatus(hcd_to_ohci(hcd), wIndex - 1);
318 temp &= ~RH_PS_PPS;
322 temp |= RH_PS_POCI;
326 temp |= RH_PS_OCIC;
328 put_unaligned(cpu_to_le32(temp), (__le32 *)buf);
331 temp = 1;
334 temp = 0;
344 temp ? "Set" : "Clear", wIndex, "POWER");
346 return ohci_da8xx_set_power(hcd, temp) ? -EPIPE : 0;
349 temp ? "Set" : "Clear", wIndex,
352 if (temp)