Searched refs:xhci_input_dev_ctx (Results 1 – 4 of 4) sorted by relevance
| /freebsd/usr.sbin/bhyve/ |
| H A D | pci_xhci.h | 180 struct xhci_input_dev_ctx { struct
|
| H A D | pci_xhci.c | 938 struct xhci_input_dev_ctx *input_ctx; in pci_xhci_cmd_address_device() 1024 struct xhci_input_dev_ctx *input_ctx; in pci_xhci_cmd_config_ep() 1323 struct xhci_input_dev_ctx *input_ctx; in pci_xhci_cmd_eval_ctx()
|
| /freebsd/sys/dev/usb/controller/ |
| H A D | xhci.h | 187 struct xhci_input_dev_ctx { struct
|
| H A D | xhci.c | 2347 input = XHCI_GET_CTX(sc, xhci_input_dev_ctx, ctx_input, in xhci_configure_mask() 2349 slot = XHCI_GET_CTX(sc, xhci_input_dev_ctx, ctx_slot, buf_inp.buffer); in xhci_configure_mask() 2429 endp = XHCI_GET_CTX(sc, xhci_input_dev_ctx, ctx_ep[epno - 1], in xhci_configure_endpoint() 2616 slot = XHCI_GET_CTX(sc, xhci_input_dev_ctx, ctx_slot, buf_inp.buffer); in xhci_configure_device() 2781 sizeof(struct xhci_input_dev_ctx), XHCI_PAGE_SIZE)) { in xhci_alloc_device_ext()
|