1#
2# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5# CDDL HEADER START
6#
7# The contents of this file are subject to the terms of the
8# Common Development and Distribution License (the "License").
9# You may not use this file except in compliance with the License.
10#
11# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
12# or http://www.opensolaris.org/os/licensing.
13# See the License for the specific language governing permissions
14# and limitations under the License.
15#
16# When distributing Covered Code, include this CDDL HEADER in each
17# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
18# If applicable, add the following below this CDDL HEADER, with the
19# fields enclosed by brackets "[]" replaced with your own identifying
20# information: Portions Copyright [yyyy] [name of copyright owner]
21#
22# CDDL HEADER END
23#
24
25one ohci_state
26one ehci_state
27one uhci_state
28one usbskel_state
29one usba_pipe_handle_data
30one usba_ph_impl
31one hubd
32one usba_device
33
34### specify the root functions
35
36root	usb_console_output_init
37root	usb_console_output_fini
38root	usb_console_output_enter
39root	usb_console_output_exit
40root	usb_console_write
41root	usb_console_input_enter
42root	usb_console_input_exit
43root	usb_console_read
44root	usb_get_dev_descr
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_reset
50root	usb_pipe_get_private
51root	usb_get_max_isoc_pkts
52root	usb_pipe_set_private
53root	usb_req_raise_power
54root	usb_req_lower_power
55root	usb_pipe_bulk_transfer_size
56root	usba_pipe_get_policy
57root	usb_pipe_ctrl_xfer_wait
58root	usb_try_serialize_access
59root	usb_get_current_frame_number
60root    usb_alloc_bulk_req
61root    usb_clear_feature
62root    usb_get_alt_if
63root    usb_get_ep_descr
64root    usb_get_if_descr
65root    usb_pipe_bulk_xfer
66root    usb_pipe_isoc_xfer
67root    usb_pipe_stop_isoc_polling
68root    usb_set_alt_if
69root    usb_set_cfg
70root    usb_get_cfg
71root	usb_ep_num
72root	usb_console_input_fini
73root	usb_console_input_init
74root	usb_print_descr_tree
75root    usb_rval2errno
76root	usb_free_bulk_req
77root	usb_clr_feature
78root	usb_get_ep_data
79root	usb_fini_serialization
80root	usb_init_serialization
81root	usb_release_access
82root	usb_serialize_access
83root	usb_is_pm_enabled
84root	usb_get_current_cfgidx
85root    usb_register_client
86root	usb_reset_device
87root	usb_register_dev_driver
88root	usb_unregister_dev_driver
89
90root    usb_ugen_attach
91root    usb_ugen_close
92root    usb_ugen_detach
93root    usb_ugen_disconnect_ev_cb
94root    usb_ugen_get_hdl
95root    usb_ugen_open
96root    usb_ugen_poll
97root    usb_ugen_power
98root    usb_ugen_read
99root    usb_ugen_reconnect_ev_cb
100root    usb_ugen_write
101
102root	usba_common_power
103root	usba_common_register_events
104root	usba_ready_interface_association_node
105root	usba_free_hcdi_ops
106root	usba_ready_interface_node
107root	usba_async_req_raise_power
108root	usba_async_req_lower_power
109root    usba_get_hc_dma_attr
110root    usba_hcdi_get_req_private
111root    usba_hcdi_set_req_private
112root	usba_pipe_do_async_func_thread
113root	usba_get_hotplug_stats
114root	usba_reset_hotplug_stats
115root    usba_dbuf_tail
116root	usba_move_list
117root    usba_taskq_destroy
118
119root	hcdi_autoclearing
120root	hcdi_cb_thread
121root    hcdi_shared_cb_thread
122root    ohci_quiesce
123root    uhci_quiesce
124root    ehci_quiesce
125
126root	hubd_bus_power
127root	hubd_hotplug_thread
128root	hubd_reset_thread
129root	hubd_restore_state_cb
130root    hubd_disconnect_event_cb
131root    hubd_post_resume_event_cb
132root    hubd_pre_suspend_event_cb
133root    hubd_reconnect_event_cb
134root	hubd_root_hub_cleanup_thread
135root	hubd_cpr_post_user_callb
136root	usba_mk_mctl
137root	usb_fail_checkpoint
138
139### specify the usbskel root functions
140
141root usbskel_normal_callback
142root usbskel_exception_callback
143root usbskel_disconnect_callback
144root usbskel_reconnect_callback
145
146add hubd::h_cleanup_child targets warlock_dummy
147add usba_pipe_async_req::sync_func targets usba_pipe_sync_close
148add usba_pipe_async_req::sync_func targets usba_pipe_sync_reset
149
150add usba_pipe_async_req::callback targets warlock_dummy
151add usb_bulk_req::bulk_cb targets warlock_dummy
152add usb_bulk_req::bulk_exc_cb targets warlock_dummy
153add usb_isoc_req::isoc_cb targets warlock_dummy
154add usb_isoc_req::isoc_exc_cb targets warlock_dummy
155add usb_ctrl_req::ctrl_cb targets warlock_dummy
156add usb_ctrl_req::ctrl_exc_cb targets warlock_dummy
157add usb_intr_req::intr_cb targets warlock_dummy
158add usb_intr_req::intr_exc_cb targets warlock_dummy
159
160add usba_pm_req::cb targets warlock_dummy
161add ohci_trans_wrapper::tw_handle_td targets ohci_handle_ctrl_td
162add ohci_trans_wrapper::tw_handle_td targets ohci_handle_bulk_td
163add ohci_trans_wrapper::tw_handle_td targets ohci_handle_intr_td
164add ohci_trans_wrapper::tw_handle_td targets ohci_handle_isoc_td
165
166add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_bulk_qtd
167add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_intr_qtd
168add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_ctrl_qtd
169