Searched refs:detach_msg (Results 1 – 3 of 3) sorted by relevance
219 &bus->detach_msg[0], &bus->detach_msg[1]); in usb_detach()223 &bus->detach_msg[0], &bus->detach_msg[1]); in usb_detach()820 bus->detach_msg[0].hdr.pm_callback = &usb_bus_detach; in usb_attach_sub()821 bus->detach_msg[0].bus = bus; in usb_attach_sub()822 bus->detach_msg[1].hdr.pm_callback = &usb_bus_detach; in usb_attach_sub()823 bus->detach_msg[1].bus = bus; in usb_attach_sub()
780 struct vmci_queue_pair_detach_msg detach_msg; in vmci_queue_pair_detach_hypercall() local782 detach_msg.hdr.dst = VMCI_MAKE_HANDLE(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_queue_pair_detach_hypercall()784 detach_msg.hdr.src = VMCI_ANON_SRC_HANDLE; in vmci_queue_pair_detach_hypercall()785 detach_msg.hdr.payload_size = sizeof(handle); in vmci_queue_pair_detach_hypercall()786 detach_msg.handle = handle; in vmci_queue_pair_detach_hypercall()788 return (vmci_send_datagram((struct vmci_datagram *)&detach_msg)); in vmci_queue_pair_detach_hypercall()
82 struct usb_bus_msg detach_msg[2]; member