1#
2# CDDL HEADER START
3#
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.
7#
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.
12#
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]
18#
19# CDDL HEADER END
20#
21#
22# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
23# Use is subject to license terms.
24#
25
26one ohci_state
27one ehci_state
28one uhci_state
29one usbvc_state
30
31### specify the root functions
32
33root	usb_console_output_init
34root	usb_console_output_fini
35root	usb_console_output_enter
36root	usb_console_output_exit
37root	usb_console_write
38root	usb_console_input_enter
39root	usb_console_input_exit
40root	usb_console_input_fini
41root	usb_console_input_init
42root	usb_console_read
43root	usb_get_dev_descr
44root	usb_get_if_number
45root	usb_parse_CV_cfg_descr
46root	usb_parse_CV_ep_descr
47root	usb_parse_CV_if_descr
48root    usb_parse_comp_ep_descr
49root	usb_pipe_get_private
50root	usb_get_current_frame_number
51root	usb_get_max_isoc_pkts
52root	usb_pipe_set_private
53root	usba_ready_interface_node
54root	usba_free_hcdi_ops
55root	usba_async_req_raise_power
56root	usba_async_req_lower_power
57root	usb_req_raise_power
58root	usb_req_lower_power
59root	usb_set_device_pwrlvl0
60root	usb_set_device_pwrlvl1
61root	usb_set_device_pwrlvl2
62root	usb_set_device_pwrlvl3
63root	usb_is_pm_enabled
64root	usb_async_req
65root	usb_pipe_bulk_transfer_size
66root 	usb_get_ep_data
67root	usba_pipe_get_policy
68root	usb_pipe_ctrl_xfer_wait
69root	usb_pipe_drain_reqs
70root    usb_try_serialize_access
71root	usb_clr_feature
72root    usb_clear_feature
73root    usb_get_alt_if
74root    usb_get_ep_descr
75root    usb_get_if_descr
76root    usb_log
77root    usb_pipe_isoc_xfer
78root    usb_pipe_stop_isoc_polling
79root    usb_set_alt_if
80root    usb_set_cfg
81root    usb_get_cfg
82root	usb_ep_num
83root	usb_get_status
84root	usb_pipe_reset
85root	usb_log_descr_tree
86root	usb_print_descr_tree
87root    usb_rval2errno
88root	usb_register_hotplug_cbs
89root	usb_get_current_cfgidx
90root    usb_register_client
91root	usb_reset_device
92root	usb_ugen_power
93root	usb_ugen_attach
94root	usb_ugen_close
95root	usb_ugen_detach
96root	usb_ugen_disconnect_ev_cb
97root	usb_ugen_get_hdl
98root	usb_ugen_open
99root	usb_ugen_poll
100root	usb_ugen_read
101root	usb_ugen_reconnect_ev_cb
102root	usb_ugen_write
103root	usb_register_dev_driver
104root	usb_unregister_dev_driver
105
106root	hcdi_autoclearing
107root	hcdi_cb_thread
108root    hcdi_shared_cb_thread
109
110
111root	hubd_restore_state_cb
112root    hubd_disconnect_event_cb
113root    hubd_post_resume_event_cb
114root    hubd_pre_suspend_event_cb
115root    hubd_reconnect_event_cb
116root	hubd_hotplug_thread
117root	hubd_reset_thread
118root	hubd_cpr_post_user_callb
119root    hubd_root_hub_cleanup_thread
120root	hubd_bus_power
121
122root	usba_common_power
123root	usba_common_register_events
124root	usba_ready_interface_association_node
125root	usba_pipe_do_async_func_thread
126root	usba_pipe_sync_reset
127root    usba_get_hc_dma_attr
128root    usba_hcdi_get_req_private
129root    usba_hcdi_set_req_private
130root    usba_dbuf_tail
131root	usba_hubdi_power
132root	usba_hubdi_root_hub_power
133root	usba_get_hotplug_stats
134root	usba_reset_hotplug_stats
135root	usba_ascii_string_descr
136root	usba_move_list
137root    usba_taskq_destroy
138root	usba_mk_mctl
139root	usb_fail_checkpoint
140
141root	ohci_intr
142root	ehci_intr
143root    ohci_quiesce
144root    uhci_quiesce
145root    ehci_quiesce
146
147### specify the usbvc root functions
148root usbvc_open
149root usbvc_close
150root usbvc_read
151root usbvc_ioctl
152root usbvc_power
153root usbvc_isoc_cb
154root usbvc_isoc_exc_cb
155root usbvc_disconnect_event_cb
156root usbvc_reconnect_event_cb
157
158add hubd::h_cleanup_child	targets warlock_dummy
159add usb_ctrl_req::ctrl_cb	targets warlock_dummy
160add usb_ctrl_req::ctrl_exc_cb	targets warlock_dummy
161add usb_isoc_req::isoc_cb	targets usbvc_isoc_cb
162add usb_isoc_req::isoc_exc_cb	targets usbvc_isoc_exc_cb
163add usba_pipe_async_req::callback	targets warlock_dummy
164add usba_pipe_async_req::sync_func	targets warlock_dummy
165add usba_pm_req::cb			targets warlock_dummy
166
167add ohci_trans_wrapper::tw_handle_td targets ohci_handle_ctrl_td
168add ohci_trans_wrapper::tw_handle_td targets ohci_handle_bulk_td
169add ohci_trans_wrapper::tw_handle_td targets ohci_handle_intr_td
170add ohci_trans_wrapper::tw_handle_td targets ohci_handle_isoc_td
171
172add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_bulk_qtd
173add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_intr_qtd
174add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_ctrl_qtd
175