Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
HDxhci.c1367 struct xhci_hw_dev *hdev; in xhci_set_address() local
1381 hdev = &sc->sc_hw.devs[index]; in xhci_set_address()
1388 switch (hdev->state) { in xhci_set_address()
1392 hdev->state = XHCI_ST_ENABLED; in xhci_set_address()
1438 usbd_get_page(&hdev->input_pc, 0, &buf_inp); in xhci_set_address()
1460 usbd_get_page(&hdev->device_pc, 0, &buf_dev); in xhci_set_address()
1462 usb_pc_cpu_invalidate(&hdev->device_pc); in xhci_set_address()
1470 hdev->state = XHCI_ST_ADDRESSED; in xhci_set_address()
1472 hdev->state = XHCI_ST_DEFAULT; in xhci_set_address()