Lines Matching defs:start
114 ktime_t start;
117 start = ktime_get();
118 stop = ktime_add(start, ms_to_ktime(timeout));
141 * The function does nothing for devices with ACPI-start method
142 * or SMC-start method.
184 * The function does nothing for devices with ACPI-start method
185 * or SMC-start method.
332 * This is a TPM Command Response Buffer start method that invokes a
353 dev_err(dev, FW_BUG "tpm_crb: incorrect start method\n");
376 /* Make sure that cmd is populated before issuing start. */
380 * report only ACPI start but in practice seems to require both
381 * CRB start, hence invoking CRB start method if hid == MSFT0101.
457 void __iomem **iobase_ptr, u64 start, u32 size)
460 .start = start,
461 .end = start + size - 1,
466 if (start != new_res.start)
478 return *iobase_ptr + (new_res.start - iores->start);
487 u64 start, u64 size)
489 if (io_res->start > start || io_res->end < start)
492 if (start + size - 1 <= io_res->end)
497 io_res, start, size);
499 return io_res->end - start + 1;
541 if (buf->control_address >= iores_array[i].start &&
563 buf->control_address == iores->start +
590 if (cmd_pa >= iores_array[i].start &&
617 if (rsp_pa >= iores_array[i].start &&
693 FW_BUG "TPM2 ACPI table has wrong size %u for start method type %d\n",