5907 xdrmblk_getpos() is unreliable
[illumos-gate.git] / usr / src / uts / common / io / warlock / ehci.wlcmd
blobb53ef2598c6ef76044130c187845878e5244c149
2 # CDDL HEADER START
4 # The contents of this file are subject to the terms of the
5 # Common Development and Distribution License (the "License").
6 # You may not use this file except in compliance with the License.
8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 # or http://www.opensolaris.org/os/licensing.
10 # See the License for the specific language governing permissions
11 # and limitations under the License.
13 # When distributing Covered Code, include this CDDL HEADER in each
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 # If applicable, add the following below this CDDL HEADER, with the
16 # fields enclosed by brackets "[]" replaced with your own identifying
17 # information: Portions Copyright [yyyy] [name of copyright owner]
19 # CDDL HEADER END
22 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23 # Use is subject to license terms.
27 one ehci_state
28 one usba_device
29 one usba_pipe_handle_data
30 one usba_ph_impl
32 ### specify the root functions 
34 ### hcdi entry points
35 root ehci_hcdi_pipe_open 
36 root ehci_hcdi_pipe_close 
37 root ehci_hcdi_pipe_stop_intr_polling 
38 root ehci_hcdi_pipe_stop_isoc_polling 
39 root ehci_hcdi_pipe_reset 
40 root ehci_hcdi_bulk_transfer_size
41 root ehci_hcdi_get_current_frame_number
42 root ehci_hcdi_get_max_isoc_pkts
43 root ehci_intr
44 root ehci_hcdi_pipe_ctrl_xfer
45 root ehci_hcdi_pipe_bulk_xfer
46 root ehci_hcdi_pipe_intr_xfer
47 root ehci_hcdi_pipe_isoc_xfer
48 root ehci_hcdi_pm_support
49 root ehci_hcdi_pipe_reset_data_toggle
50 root ehci_quiesce
52 root hubd_hotplug_thread
53 root hubd_exception_cb
54 root hubd_read_cb
55 root hubd_disconnect_event_cb
56 root hubd_post_resume_event_cb
57 root hubd_pre_suspend_event_cb
58 root hubd_reconnect_event_cb
59 root hubd_bus_power
60 root usba_pipe_sync_close
61 root hcdi_cb_thread
62 root hcdi_shared_cb_thread
65 ### POLLED entry points
66 root   ehci_hcdi_polled_input_init
67 root   ehci_hcdi_polled_input_fini
68 root   ehci_hcdi_polled_input_enter
69 root   ehci_hcdi_polled_input_exit
70 root   ehci_hcdi_polled_read
71 root   ehci_hcdi_polled_output_init
72 root   ehci_hcdi_polled_output_fini
73 root   ehci_hcdi_polled_output_enter
74 root   ehci_hcdi_polled_output_exit
75 root   ehci_hcdi_polled_write
77 ### currently unused functions
79 root ehci_print_qh
80 root ehci_print_qtd
82 add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_ctrl_qtd
83 add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_bulk_qtd
84 add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_intr_qtd
86 add usba_hcdi_ops::usba_hcdi_console_input_init targets \
87                                                 ehci_hcdi_polled_input_init
88 add usba_hcdi_ops::usba_hcdi_console_input_fini targets \
89                                                 ehci_hcdi_polled_input_fini
91 add usb_ctrl_req::ctrl_cb targets warlock_dummy
92 add usb_ctrl_req::ctrl_exc_cb targets warlock_dummy
93 add usb_bulk_req::bulk_cb targets warlock_dummy
94 add usb_bulk_req::bulk_exc_cb targets warlock_dummy
95 add usb_intr_req::intr_cb targets hubd_read_cb
96 add usb_intr_req::intr_exc_cb targets hubd_exception_cb
97 add usb_isoc_req::isoc_cb targets warlock_dummy
98 add usb_isoc_req::isoc_exc_cb targets warlock_dummy