Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c1379 index = udev->controller_slot_id; in xhci_set_address()
2278 index = udev->controller_slot_id; in xhci_configure_mask()
2340 index = udev->controller_slot_id; in xhci_configure_endpoint()
2541 index = udev->controller_slot_id; in xhci_configure_device()
2710 index = udev->controller_slot_id; in xhci_alloc_device_ext()
2788 index = udev->controller_slot_id; in xhci_free_device_ext()
2813 index = udev->controller_slot_id; in xhci_get_endpoint_ext()
3818 index = udev->controller_slot_id; in xhci_configure_reset_endpoint()
4088 udev->controller_slot_id = temp; in xhci_device_init()
4122 index = udev->controller_slot_id; in xhci_device_uninit()
[all …]
/dragonfly/sys/bus/u4b/
H A Dusb_device.h234 uint8_t controller_slot_id; /* controller specific value */ member