Searched refs:xhci_configure_mask (Results 1 – 1 of 1) sorted by relevance
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | xhci.c | 113 static usb_error_t xhci_configure_mask(struct usb_device *, 1367 (void)xhci_configure_mask(udev, 3, 0); in xhci_set_address() 2238 xhci_configure_mask(struct usb_device *udev, uint32_t mask, uint8_t drop) in xhci_configure_mask() function 3834 (void)xhci_configure_mask(udev, (1U << epno) | 1U, 0); in xhci_configure_reset_endpoint() 4219 (void)xhci_configure_mask(udev, 1, 0); in xhci_device_state_change() 4241 (void)xhci_configure_mask(udev, 3, 0); in xhci_device_state_change()
|