Home
last modified time | relevance | path

Searched refs:tt_msg (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
Dusb_hub.h53 struct usb_udev_msg tt_msg[2]; member
Dusb_hub.c314 &hub->tt_msg[0], &hub->tt_msg[1]); in uhub_tt_buffer_reset_async_locked()
1442 hub->tt_msg[0].hdr.pm_callback = &uhub_reset_tt_proc; in uhub_attach()
1443 hub->tt_msg[0].udev = udev; in uhub_attach()
1444 hub->tt_msg[1].hdr.pm_callback = &uhub_reset_tt_proc; in uhub_attach()
1445 hub->tt_msg[1].udev = udev; in uhub_attach()
1662 &hub->tt_msg[0], &hub->tt_msg[1]); in uhub_detach()