Searched full:xhc (Results 1 – 11 of 11) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | xen.c | 1362 int kvm_xen_hvm_config(struct kvm *kvm, struct kvm_xen_hvm_config *xhc) in kvm_xen_hvm_config() argument 1370 if (xhc->flags & ~permitted_flags) in kvm_xen_hvm_config() 1377 if ((xhc->flags & KVM_XEN_HVM_CONFIG_INTERCEPT_HCALL) && in kvm_xen_hvm_config() 1378 (xhc->blob_addr_32 || xhc->blob_addr_64 || in kvm_xen_hvm_config() 1379 xhc->blob_size_32 || xhc->blob_size_64)) in kvm_xen_hvm_config() 1387 if (xhc->msr && in kvm_xen_hvm_config() 1388 (xhc->msr < KVM_XEN_MSR_MIN_INDEX || xhc->msr > KVM_XEN_MSR_MAX_INDEX)) in kvm_xen_hvm_config() 1393 if (xhc->msr && !kvm->arch.xen.hvm_config.msr) in kvm_xen_hvm_config() 1395 else if (!xhc->msr && kvm->arch.xen.hvm_config.msr) in kvm_xen_hvm_config() 1399 memcpy(&kvm->arch.xen.hvm_config, xhc, sizeof(*xhc)); in kvm_xen_hvm_config() [all …]
|
| H A D | x86.c | 7474 struct kvm_xen_hvm_config xhc; in kvm_arch_vm_ioctl() local 7476 if (copy_from_user(&xhc, argp, sizeof(xhc))) in kvm_arch_vm_ioctl() 7478 r = kvm_xen_hvm_config(kvm, &xhc); in kvm_arch_vm_ioctl()
|
| /linux/drivers/usb/host/ |
| H A D | xhci-ext-caps.h | 79 /* Enable Wrap Event - '1' means xHC generates an event when MFINDEX wraps. */ 91 * @name_string: Four ASCII characters to say which spec this xHC
|
| H A D | xhci-port.h | 104 /* Cold Attach Status - xHC can set this bit to report device attached during 163 * "Software should choose xHC BESL/BESLD field values that do not violate a
|
| H A D | xhci-pci.c | 269 "QUIRK: Fresco Logic xHC revision %u" in xhci_pci_quirks() 510 /* xHC spec requires PCI devices to support D3hot and D3cold */ in xhci_pci_quirks()
|
| H A D | pci-quirks.c | 1052 * We write into the xHC's PCI configuration space in some Intel-specific 1128 /* Write XUSB2PR, the xHC USB 2.0 Port Routing Register, to in usb_enable_intel_xhci_ports()
|
| H A D | xhci-hub.c | 485 /* Check ep is running, required by AMD SNPS 3.1 xHC */ in xhci_stop_device() 912 * This Function verifies if all xhc USB3 ports have entered U0, if so, 1672 * Keep polling roothubs for a grace period after xHC start in xhci_hub_status_data()
|
| H A D | xhci-dbgcap.c | 817 * xHC DbC may trigger a STALL bulk xfer event when host sends a in dbc_handle_xfer_event()
|
| H A D | xhci-mem.c | 691 * array initialized to zero. This will cause the xHC to give us an in xhci_alloc_stream_info()
|
| /linux/drivers/spi/ |
| H A D | spi-imx.c | 699 * ERR009165: work in XHC mode instead of SMC as PIO on the chips in mx51_ecspi_prepare_transfer()
|
| /linux/drivers/usb/core/ |
| H A D | hub.c | 3171 /* The xHC may think the device is already reset, in hub_port_reset()
|