Searched refs:detach_msg (Results 1 – 3 of 3) sorted by relevance
215 &bus->detach_msg[0], &bus->detach_msg[1]); in usb_detach()219 &bus->detach_msg[0], &bus->detach_msg[1]); in usb_detach()819 bus->detach_msg[0].hdr.pm_callback = &usb_bus_detach; in usb_attach_sub()820 bus->detach_msg[0].bus = bus; in usb_attach_sub()821 bus->detach_msg[1].hdr.pm_callback = &usb_bus_detach; in usb_attach_sub()822 bus->detach_msg[1].bus = bus; in usb_attach_sub()
778 struct vmci_queue_pair_detach_msg detach_msg; in vmci_queue_pair_detach_hypercall() local780 detach_msg.hdr.dst = VMCI_MAKE_HANDLE(VMCI_HYPERVISOR_CONTEXT_ID, in vmci_queue_pair_detach_hypercall()782 detach_msg.hdr.src = VMCI_ANON_SRC_HANDLE; in vmci_queue_pair_detach_hypercall()783 detach_msg.hdr.payload_size = sizeof(handle); in vmci_queue_pair_detach_hypercall()784 detach_msg.handle = handle; in vmci_queue_pair_detach_hypercall()786 return (vmci_send_datagram((struct vmci_datagram *)&detach_msg)); in vmci_queue_pair_detach_hypercall()
81 struct usb_bus_msg detach_msg[2]; member