Symbol: xhci_t
usr/src/cmd/mdb/intel/modules/xhci/xhci.c
508
xhci_t xhci;
usr/src/cmd/mdb/intel/modules/xhci/xhci.c
529
addr += offsetof(xhci_t, xhci_usba);
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1021
xhci_put64(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off, uint64_t val)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1048
xhci_check_regs_acc(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1076
xhci_fm_fini(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1092
xhci_fm_init(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1123
xhci_reg_poll(xhci_t *xhcip, xhci_reg_type_t rt, int reg, uint32_t mask,
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1145
xhci_regs_map(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1179
xhci_regs_init(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1207
xhci_read_params(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1312
xhci_identify(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1331
xhci_alloc_intr_handle(xhci_t *xhcip, int type)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1354
xhci_alloc_intrs(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1398
xhci_add_intr_handler(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1429
xhci_find_ext_cap(xhci_t *xhcip, uint32_t id, uint32_t init, uint32_t *outp)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1482
xhci_port_count(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1569
xhci_controller_takeover(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1646
xhci_controller_stop(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1677
xhci_controller_reset(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1731
xhci_controller_configure(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1779
xhci_controller_start(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1822
xhci_fm_runtime_reset(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1851
xhci_ioctl_portsc(xhci_t *xhcip, intptr_t arg)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1870
xhci_ioctl_clear(xhci_t *xhcip, intptr_t arg)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1893
xhci_ioctl_setpls(xhci_t *xhcip, intptr_t arg)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1935
xhci_t *xhcip = ddi_get_soft_state(xhci_soft_state,
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
1973
xhci_cleanup(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
2053
xhci_t *xhcip;
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
2188
xhci_t *xhcip;
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
2281
if ((ret = ddi_soft_state_init(&xhci_soft_state, sizeof (xhci_t),
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
786
xhci_error(xhci_t *xhcip, const char *fmt, ...)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
800
xhci_log(xhci_t *xhcip, const char *fmt, ...)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
822
xhci_t *xhcip;
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
832
xhci_get8(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
859
xhci_get16(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
886
xhci_get32(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
913
xhci_get64(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
940
xhci_put8(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off, uint8_t val)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
967
xhci_put16(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off, uint16_t val)
usr/src/uts/common/io/usb/hcd/xhci/xhci.c
994
xhci_put32(xhci_t *xhcip, xhci_reg_type_t rtt, uintptr_t off, uint32_t val)
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
136
static void xhci_command_settimeout(xhci_t *, clock_t);
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
139
xhci_command_ring_fini(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
161
xhci_command_ring_init(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
197
xhci_t *xhcip = arg;
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
282
xhci_command_settimeout(xhci_t *xhcip, clock_t microsecs)
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
308
xhci_command_event_callback(xhci_t *xhcip, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
399
xhci_command_submit(xhci_t *xhcip, xhci_command_t *xco)
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
471
xhci_command_enable_slot(xhci_t *xhcip, uint8_t *slotp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
517
xhci_command_disable_slot(xhci_t *xhcip, uint8_t slot)
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
548
xhci_command_set_address(xhci_t *xhcip, xhci_device_t *xd, boolean_t bsr)
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
584
xhci_command_configure_endpoint(xhci_t *xhcip, xhci_device_t *xd)
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
632
xhci_command_evaluate_context(xhci_t *xhcip, xhci_device_t *xd)
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
675
xhci_command_reset_endpoint(xhci_t *xhcip, xhci_device_t *xd,
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
732
xhci_command_set_tr_dequeue(xhci_t *xhcip, xhci_device_t *xd,
usr/src/uts/common/io/usb/hcd/xhci/xhci_command.c
795
xhci_command_stop_endpoint(xhci_t *xhcip, xhci_device_t *xd,
usr/src/uts/common/io/usb/hcd/xhci/xhci_context.c
115
xhci_dcbaa_alloc(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_context.c
152
xhci_context_init(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_context.c
214
xhci_context_slot_output_init(xhci_t *xhcip, xhci_device_t *xd)
usr/src/uts/common/io/usb/hcd/xhci/xhci_context.c
236
xhci_context_slot_output_fini(xhci_t *xhcip, xhci_device_t *xd)
usr/src/uts/common/io/usb/hcd/xhci/xhci_context.c
28
xhci_scratchpad_fini(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_context.c
47
xhci_context_fini(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_context.c
55
xhci_scratchpad_alloc(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
126
xhci_dma_dma_attr(xhci_t *xhcip, ddi_dma_attr_t *attrp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
153
xhci_dma_scratchpad_attr(xhci_t *xhcip, ddi_dma_attr_t *attrp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
201
xhci_dma_alloc(xhci_t *xhcip, xhci_dma_buffer_t *xdb,
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
25
xhci_check_dma_handle(xhci_t *xhcip, xhci_dma_buffer_t *xdb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
264
xhci_transfer_free(xhci_t *xhcip, xhci_transfer_t *xt)
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
291
xhci_transfer_alloc(xhci_t *xhcip, xhci_endpoint_t *xep, size_t size,
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
37
xhci_dma_acc_attr(xhci_t *xhcip, ddi_device_acc_attr_t *accp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
409
xhci_transfer_sync(xhci_t *xhcip, xhci_transfer_t *xt, uint_t type)
usr/src/uts/common/io/usb/hcd/xhci/xhci_dma.c
56
xhci_dma_transfer_attr(xhci_t *xhcip, ddi_dma_attr_t *attrp, uint_t sgl)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
108
xhci_endpoint_close(xhci_t *xhcip, xhci_endpoint_t *xep)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1084
xhci_endpoint_schedule(xhci_t *xhcip, xhci_device_t *xd, xhci_endpoint_t *xep,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1136
xhci_endpoint_determine_transfer(xhci_t *xhcip, xhci_endpoint_t *xep,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1190
xhci_endpoint_reschedule_periodic(xhci_t *xhcip, xhci_device_t *xd,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1254
xhci_endpoint_control_callback(xhci_t *xhcip, xhci_device_t *xd,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
129
xhci_endpoint_unconfigure(xhci_t *xhcip, xhci_device_t *xd,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1388
xhci_device_lookup_by_slot(xhci_t *xhcip, int slot)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1408
xhci_endpoint_norm_callback(xhci_t *xhcip, xhci_device_t *xd,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1523
xhci_endpoint_isoch_callback(xhci_t *xhcip, xhci_device_t *xd,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
1611
xhci_endpoint_transfer_callback(xhci_t *xhcip, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
207
xhci_endpoint_setup_default_context(xhci_t *xhcip, xhci_device_t *xd,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
274
xhci_endpoint_update_default(xhci_t *xhcip, xhci_device_t *xd,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
42
xhci_input_context_sync(xhci_t *xhcip, xhci_device_t *xd, xhci_endpoint_t *xep)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
526
xhci_endpoint_avg_trb(xhci_t *xhcip, usb_ep_descr_t *ep, int mps)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
551
xhci_endpoint_setup_context(xhci_t *xhcip, xhci_device_t *xd,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
662
xhci_t *, xhcip,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
716
xhci_endpoint_init(xhci_t *xhcip, xhci_device_t *xd,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
784
xhci_endpoint_reopen(xhci_t *xhcip, xhci_device_t *xd, xhci_endpoint_t *xep,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
832
xhci_endpoint_serialize(xhci_t *xhcip, xhci_endpoint_t *xep)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
84
xhci_endpoint_timeout_cancel(xhci_t *xhcip, xhci_endpoint_t *xep)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
848
xhci_endpoint_quiesce(xhci_t *xhcip, xhci_device_t *xd, xhci_endpoint_t *xep)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
937
xhci_endpoint_ring(xhci_t *xhcip, xhci_device_t *xd, xhci_endpoint_t *xep)
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
953
DTRACE_PROBE3(xhci__doorbell__ring, xhci_t *, xhcip, uint32_t,
usr/src/uts/common/io/usb/hcd/xhci/xhci_endpoint.c
966
xhci_t *xhcip = xep->xep_xhci;
usr/src/uts/common/io/usb/hcd/xhci/xhci_event.c
117
xhci_event_process_psc(xhci_t *xhcip, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_event.c
139
xhci_event_process_trb(xhci_t *xhcip, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_event.c
183
xhci_event_process(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_event.c
38
xhci_event_fini(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_event.c
52
xhci_event_alloc(xhci_t *xhcip, xhci_event_ring_t *xev)
usr/src/uts/common/io/usb/hcd/xhci/xhci_event.c
78
xhci_event_init(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
152
xhci_root_hub_get_device_status(xhci_t *xhcip, usb_ctrl_req_t *ucrp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
203
xhci_root_hub_get_status(xhci_t *xhcip, usb_ctrl_req_t *ucrp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
227
xhci_root_hub_get_descriptor(xhci_t *xhcip, usb_ctrl_req_t *ucrp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
244
xhci_root_hub_handle_port_clear_feature(xhci_t *xhcip, usb_ctrl_req_t *ucrp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
323
xhci_root_hub_handle_port_set_feature(xhci_t *xhcip, usb_ctrl_req_t *ucrp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
446
xhci_root_hub_handle_port_get_status(xhci_t *xhcip, usb_ctrl_req_t *ucrp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
546
xhci_root_hub_ctrl_req(xhci_t *xhcip, usba_pipe_handle_data_t *ph,
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
614
xhci_root_hub_psc_callback(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
681
xhci_root_hub_intr_root_disable(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
709
xhci_root_hub_intr_root_enable(xhci_t *xhcip, usba_pipe_handle_data_t *ph,
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
741
xhci_root_hub_fini(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
750
xhci_root_hub_fill_hub_desc(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
814
xhci_root_hub_fill_dev_desc(xhci_t *xhcip, usb_dev_descr_t *hub)
usr/src/uts/common/io/usb/hcd/xhci/xhci_hub.c
867
xhci_root_hub_init(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_intr.c
103
xhci_intr_conf(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_intr.c
130
xhci_t *xhcip = (xhci_t *)(void *)arg1;
usr/src/uts/common/io/usb/hcd/xhci/xhci_intr.c
49
xhci_ddi_intr_disable(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_intr.c
74
xhci_ddi_intr_enable(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_polled.c
102
xhci_polled_get_endpoint(xhci_t *xhcip, xhci_trb_t *trb)
usr/src/uts/common/io/usb/hcd/xhci/xhci_polled.c
125
xhci_t *xhcip = xhci_polledp->xhci_polled_xhci;
usr/src/uts/common/io/usb/hcd/xhci/xhci_polled.c
197
xhci_t *xhcip = xhci_polledp->xhci_polled_xhci;
usr/src/uts/common/io/usb/hcd/xhci/xhci_polled.c
265
xhci_t *xhcip;
usr/src/uts/common/io/usb/hcd/xhci/xhci_polled.c
305
xhci_t *xhcip;
usr/src/uts/common/io/usb/hcd/xhci/xhci_polled.c
363
xhci_t *xhcip;
usr/src/uts/common/io/usb/hcd/xhci/xhci_polled.c
405
xhci_t *xhcip;
usr/src/uts/common/io/usb/hcd/xhci/xhci_polled.c
62
xhci_polled_init(usba_pipe_handle_data_t *input_pipe_handle, xhci_t *xhcip,
usr/src/uts/common/io/usb/hcd/xhci/xhci_quirks.c
45
xhci_quirks_populate(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_quirks.c
65
xhci_reroute_intel(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
132
xhci_ring_reset(xhci_t *xhcip, xhci_ring_t *xrp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_ring.c
160
xhci_ring_alloc(xhci_t *xhcip, xhci_ring_t *xrp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1091
xhci_hcdi_periodic_init(xhci_t *xhcip, usba_pipe_handle_data_t *ph,
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1225
xhci_hcdi_intr_oneshot(xhci_t *xhcip, usba_pipe_handle_data_t *ph,
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1338
xhci_t *xhcip = xhci_hcdi_get_xhcip(ph);
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1369
xhci_hcdi_isoc_periodic(xhci_t *xhcip, usba_pipe_handle_data_t *ph,
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1390
xhci_hcdi_isoc_oneshot(xhci_t *xhcip, usba_pipe_handle_data_t *ph,
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1474
xhci_t *xhcip;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1662
xhci_t *xhcip = xhci_hcdi_get_xhcip_from_dev(ud);
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1796
xhci_t *xhcip;
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1860
xhci_t *xhcip = xhci_hcdi_get_xhcip_from_dev(ud);
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1912
xhci_t *xhcip = xhci_hcdi_get_xhcip_from_dev(ud);
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1946
xhci_hcd_fini(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
1955
xhci_hcd_init(xhci_t *xhcip)
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
29
xhci_t *
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
327
xhci_hcdi_periodic_free(xhci_t *xhcip, xhci_pipe_t *xp)
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
33
xhci_t *xhcip = ddi_get_soft_state(xhci_soft_state,
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
357
xhci_hcdi_pipe_flush(xhci_t *xhcip, xhci_endpoint_t *xep, int intr_code)
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
39
static xhci_t *
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
403
xhci_t *xhcip = xhci_hcdi_get_xhcip(ph);
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
527
xhci_t *xhcip = xhci_hcdi_get_xhcip(ph);
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
60
xhci_t *xhcip = xhci_hcdi_get_xhcip(ph);
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
658
xhci_t *xhcip = xhci_hcdi_get_xhcip(ph);
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
791
xhci_t *xhcip = xhci_hcdi_get_xhcip(ph);
usr/src/uts/common/io/usb/hcd/xhci/xhci_usba.c
957
xhci_t *xhcip = xhci_hcdi_get_xhcip(ph);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
689
xhci_t *xhci_polled_xhci;
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
725
extern xhci_t *xhci_hcdi_get_xhcip_from_dev(usba_device_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
726
extern xhci_device_t *xhci_device_lookup_by_slot(xhci_t *, int);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
731
extern void xhci_quirks_populate(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
732
extern void xhci_reroute_intel(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
738
extern boolean_t xhci_ddi_intr_disable(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
739
extern boolean_t xhci_ddi_intr_enable(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
740
extern int xhci_intr_conf(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
745
extern int xhci_check_dma_handle(xhci_t *, xhci_dma_buffer_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
746
extern void xhci_dma_acc_attr(xhci_t *, ddi_device_acc_attr_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
747
extern void xhci_dma_dma_attr(xhci_t *, ddi_dma_attr_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
748
extern void xhci_dma_scratchpad_attr(xhci_t *, ddi_dma_attr_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
749
extern void xhci_dma_transfer_attr(xhci_t *, ddi_dma_attr_t *, uint_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
751
extern boolean_t xhci_dma_alloc(xhci_t *, xhci_dma_buffer_t *, ddi_dma_attr_t *,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
758
extern xhci_transfer_t *xhci_transfer_alloc(xhci_t *, xhci_endpoint_t *, size_t,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
760
extern void xhci_transfer_free(xhci_t *, xhci_transfer_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
762
extern int xhci_transfer_sync(xhci_t *, xhci_transfer_t *, uint_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
771
extern int xhci_context_init(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
772
extern void xhci_context_fini(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
773
extern boolean_t xhci_context_slot_output_init(xhci_t *, xhci_device_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
774
extern void xhci_context_slot_output_fini(xhci_t *, xhci_device_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
779
extern int xhci_command_ring_init(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
780
extern void xhci_command_ring_fini(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
781
extern boolean_t xhci_command_event_callback(xhci_t *, xhci_trb_t *trb);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
786
extern int xhci_command_enable_slot(xhci_t *, uint8_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
787
extern int xhci_command_disable_slot(xhci_t *, uint8_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
788
extern int xhci_command_set_address(xhci_t *, xhci_device_t *, boolean_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
789
extern int xhci_command_configure_endpoint(xhci_t *, xhci_device_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
790
extern int xhci_command_evaluate_context(xhci_t *, xhci_device_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
791
extern int xhci_command_reset_endpoint(xhci_t *, xhci_device_t *,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
793
extern int xhci_command_set_tr_dequeue(xhci_t *, xhci_device_t *,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
795
extern int xhci_command_stop_endpoint(xhci_t *, xhci_device_t *,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
801
extern int xhci_event_init(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
802
extern void xhci_event_fini(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
803
extern boolean_t xhci_event_process_trb(xhci_t *, xhci_trb_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
804
extern boolean_t xhci_event_process(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
810
extern int xhci_ring_reset(xhci_t *, xhci_ring_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
811
extern int xhci_ring_alloc(xhci_t *, xhci_ring_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
838
extern int xhci_check_regs_acc(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
840
extern uint8_t xhci_get8(xhci_t *, xhci_reg_type_t, uintptr_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
841
extern uint16_t xhci_get16(xhci_t *, xhci_reg_type_t, uintptr_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
842
extern uint32_t xhci_get32(xhci_t *, xhci_reg_type_t, uintptr_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
843
extern uint64_t xhci_get64(xhci_t *, xhci_reg_type_t, uintptr_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
845
extern void xhci_put8(xhci_t *, xhci_reg_type_t, uintptr_t, uint8_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
846
extern void xhci_put16(xhci_t *, xhci_reg_type_t, uintptr_t, uint16_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
847
extern void xhci_put32(xhci_t *, xhci_reg_type_t, uintptr_t, uint32_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
848
extern void xhci_put64(xhci_t *, xhci_reg_type_t, uintptr_t, uint64_t);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
853
extern void xhci_fm_runtime_reset(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
858
extern int xhci_endpoint_init(xhci_t *, xhci_device_t *,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
860
extern int xhci_endpoint_reopen(xhci_t *, xhci_device_t *,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
862
extern void xhci_endpoint_close(xhci_t *, xhci_endpoint_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
863
extern int xhci_endpoint_unconfigure(xhci_t *, xhci_device_t *,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
866
extern int xhci_endpoint_update_default(xhci_t *, xhci_device_t *,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
868
extern void xhci_endpoint_timeout_cancel(xhci_t *, xhci_endpoint_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
870
extern int xhci_endpoint_setup_default_context(xhci_t *, xhci_device_t *,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
876
extern void xhci_endpoint_serialize(xhci_t *, xhci_endpoint_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
877
extern int xhci_endpoint_quiesce(xhci_t *, xhci_device_t *, xhci_endpoint_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
878
extern int xhci_endpoint_schedule(xhci_t *, xhci_device_t *, xhci_endpoint_t *,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
880
extern int xhci_endpoint_ring(xhci_t *, xhci_device_t *, xhci_endpoint_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
881
extern boolean_t xhci_endpoint_transfer_callback(xhci_t *, xhci_trb_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
883
extern xhci_transfer_t *xhci_endpoint_determine_transfer(xhci_t *,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
889
extern int xhci_hcd_init(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
890
extern void xhci_hcd_fini(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
895
extern int xhci_root_hub_init(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
896
extern int xhci_root_hub_fini(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
897
extern int xhci_root_hub_ctrl_req(xhci_t *, usba_pipe_handle_data_t *,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
899
extern void xhci_root_hub_psc_callback(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
900
extern int xhci_root_hub_intr_root_enable(xhci_t *, usba_pipe_handle_data_t *,
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
902
extern void xhci_root_hub_intr_root_disable(xhci_t *);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
924
extern void xhci_log(xhci_t *xhcip, const char *fmt, ...) __KPRINTFLIKE(2);
usr/src/uts/common/sys/usb/hcd/xhci/xhci.h
925
extern void xhci_error(xhci_t *xhcip, const char *fmt, ...) __KPRINTFLIKE(2);