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 usbprn_state
29
30### specify the root functions
31
32root	usb_console_output_init
33root	usb_console_output_fini
34root	usb_console_output_enter
35root	usb_console_output_exit
36root	usb_console_write
37root	usb_console_input_enter
38root	usb_console_input_exit
39root	usb_console_input_fini
40root	usb_console_input_init
41root	usb_console_read
42root	usb_get_dev_descr
43root	usb_get_if_number
44root	usb_parse_CV_cfg_descr
45root	usb_parse_CV_ep_descr
46root	usb_parse_CV_if_descr
47root    usb_parse_comp_ep_descr
48root	usb_pipe_get_private
49root	usb_get_current_frame_number
50root	usb_get_max_isoc_pkts
51root	usb_pipe_set_private
52root	usba_ready_interface_node
53root	usba_free_hcdi_ops
54root	usba_async_req_raise_power
55root	usba_async_req_lower_power
56root	usb_req_raise_power
57root	usb_req_lower_power
58root	usb_set_device_pwrlvl0
59root	usb_set_device_pwrlvl1
60root	usb_set_device_pwrlvl2
61root	usb_set_device_pwrlvl3
62root	usb_is_pm_enabled
63root	usb_async_req
64root	usb_pipe_bulk_transfer_size
65root 	usb_get_ep_data
66root	usba_pipe_get_policy
67root	usb_pipe_ctrl_xfer_wait
68root	usb_pipe_drain_reqs
69root    usb_try_serialize_access
70root	usb_clr_feature
71root    usb_clear_feature
72root    usb_get_alt_if
73root    usb_get_ep_descr
74root    usb_get_if_descr
75root    usb_log
76root    usb_pipe_isoc_xfer
77root    usb_pipe_stop_isoc_polling
78root    usb_set_alt_if
79root    usb_set_cfg
80root    usb_get_cfg
81root	usb_ep_num
82root	usb_get_status
83root	usb_pipe_reset
84root	usb_log_descr_tree
85root	usb_print_descr_tree
86root    usb_rval2errno
87root	usb_register_hotplug_cbs
88root	usb_get_current_cfgidx
89root    usb_register_client
90root	usb_reset_device
91root	usb_ugen_power
92root	usb_register_dev_driver
93root	usb_unregister_dev_driver
94
95root	hcdi_autoclearing
96root	hcdi_cb_thread
97root    hcdi_shared_cb_thread
98
99root    ohci_quiesce
100root    uhci_quiesce
101root    ehci_quiesce
102
103root	hubd_restore_state_cb
104root    hubd_disconnect_event_cb
105root    hubd_post_resume_event_cb
106root    hubd_pre_suspend_event_cb
107root    hubd_reconnect_event_cb
108root	hubd_hotplug_thread
109root	hubd_reset_thread
110root	hubd_cpr_post_user_callb
111root    hubd_root_hub_cleanup_thread
112root	hubd_bus_power
113
114root	usba_common_power
115root	usba_common_register_events
116root	usba_ready_interface_association_node
117root	usba_pipe_do_async_func_thread
118root	usba_pipe_sync_reset
119root    usba_get_hc_dma_attr
120root    usba_hcdi_get_req_private
121root    usba_hcdi_set_req_private
122root    usba_dbuf_tail
123root	usba_hubdi_power
124root	usba_hubdi_root_hub_power
125root	usba_get_hotplug_stats
126root	usba_reset_hotplug_stats
127root	usba_ascii_string_descr
128root	usba_move_list
129root    usba_taskq_destroy
130root	usba_mk_mctl
131root	usb_fail_checkpoint
132
133root	ohci_intr
134root	ehci_intr
135
136### specify the usbprn root functions
137root 	usbprn_open
138root 	usbprn_close
139root 	usbprn_ioctl
140root 	usbprn_bulk_xfer_cb
141root 	usbprn_bulk_xfer_exc_cb
142
143root 	usbprn_reconnect_event_cb
144root 	usbprn_disconnect_event_cb
145root 	usbprn_power
146
147add hubd::h_cleanup_child targets warlock_dummy
148add usb_ctrl_req::ctrl_cb	targets warlock_dummy
149add usb_ctrl_req::ctrl_exc_cb	targets warlock_dummy
150add usb_bulk_req::bulk_cb	targets usbprn_bulk_xfer_cb
151add usb_bulk_req::bulk_exc_cb	targets usbprn_bulk_xfer_exc_cb
152add usb_isoc_req::isoc_cb	targets warlock_dummy
153add usb_isoc_req::isoc_exc_cb	targets warlock_dummy
154add usba_pipe_async_req::callback	targets warlock_dummy
155add usba_pipe_async_req::sync_func	targets warlock_dummy
156add usba_pm_req::cb			targets warlock_dummy
157
158add ohci_trans_wrapper::tw_handle_td targets ohci_handle_ctrl_td
159add ohci_trans_wrapper::tw_handle_td targets ohci_handle_bulk_td
160add ohci_trans_wrapper::tw_handle_td targets ohci_handle_intr_td
161add ohci_trans_wrapper::tw_handle_td targets ohci_handle_isoc_td
162
163add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_bulk_qtd
164add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_intr_qtd
165add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_ctrl_qtd
166