Searched refs:pls (Results 1 – 3 of 3) sorted by relevance
/qemu/backends/tpm/ |
H A D | tpm_emulator.c | 335 ptm_lockstorage pls; in tpm_emulator_lock_storage() local 343 pls.u.req.retries = cpu_to_be32(300); in tpm_emulator_lock_storage() 344 if (tpm_emulator_ctrlcmd(tpm_emu, CMD_LOCK_STORAGE, &pls, sizeof(pls.u.req), in tpm_emulator_lock_storage() 345 sizeof(pls.u.resp.tpm_result), in tpm_emulator_lock_storage() 346 sizeof(pls.u.resp)) < 0) { in tpm_emulator_lock_storage() 352 pls.u.resp.tpm_result = be32_to_cpu(pls.u.resp.tpm_result); in tpm_emulator_lock_storage() 353 if (pls.u.resp.tpm_result != 0) { in tpm_emulator_lock_storage() 355 pls.u.resp.tpm_result, in tpm_emulator_lock_storage() 356 tpm_emulator_strerror(pls.u.resp.tpm_result)); in tpm_emulator_lock_storage()
|
/qemu/hw/usb/ |
H A D | hcd-xhci.c | 2633 uint32_t pls = PLS_RX_DETECT; in xhci_port_update() local 2642 pls = PLS_POLLING; in xhci_port_update() 2646 pls = PLS_POLLING; in xhci_port_update() 2650 pls = PLS_POLLING; in xhci_port_update() 2655 pls = PLS_U0; in xhci_port_update() 2659 set_field(&port->portsc, pls, PORTSC_PLS); in xhci_port_update() 2660 trace_usb_xhci_port_link(port->portnr, pls); in xhci_port_update()
|
H A D | trace-events | 163 usb_xhci_port_link(uint32_t port, uint32_t pls) "port %d, pls %d" 164 usb_xhci_port_notify(uint32_t port, uint32_t pls) "port %d, bits 0x%x"
|