Lines Matching refs:start
121 ktime_t start;
124 start = ktime_get();
125 stop = ktime_add(start, ms_to_ktime(timeout));
167 * The function does nothing for devices with ACPI-start method
168 * or SMC-start method.
216 * The function does nothing for devices with ACPI-start method
217 * or SMC-start method.
371 * This is a TPM Command Response Buffer start method that invokes a
392 dev_err(dev, FW_BUG "tpm_crb: incorrect start method\n");
419 /* Make sure that cmd is populated before issuing start. */
423 * report only ACPI start but in practice seems to require both
424 * CRB start, hence invoking CRB start method if hid == MSFT0101.
503 void __iomem **iobase_ptr, u64 start, u32 size)
506 .start = start,
507 .end = start + size - 1,
512 if (start != new_res.start)
524 return *iobase_ptr + (new_res.start - iores->start);
533 u64 start, u64 size)
535 if (io_res->start > start || io_res->end < start)
538 if (start + size - 1 <= io_res->end)
543 io_res, start, size);
545 return io_res->end - start + 1;
593 if (buf->control_address >= iores_array[i].start &&
615 buf->control_address == iores->start +
642 if (cmd_pa >= iores_array[i].start &&
669 if (rsp_pa >= iores_array[i].start &&
762 FW_BUG "TPM2 ACPI table has wrong size %u for start method type %d\n",
775 FW_BUG "TPM2 ACPI table has wrong size %u for start method type %d\n",