ugen_with_usba.wlcmd revision 9797:4b03a6b797a8
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# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
22# Use is subject to license terms.
23#
24
25one ohci_state
26one ehci_state
27one uhci_state
28one usba_pipe_handle_data
29one usba_ph_impl
30one hubd
31one usba_device
32
33### specify the root functions
34
35root	usb_console_output_init
36root	usb_console_output_fini
37root	usb_console_output_enter
38root	usb_console_output_exit
39root	usb_console_write
40root	usb_console_input_enter
41root	usb_console_input_exit
42root	usb_console_read
43root	usb_get_dev_descr
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_max_isoc_pkts
50root	usb_pipe_set_private
51root	usb_req_raise_power
52root	usb_req_lower_power
53root	usb_pipe_bulk_transfer_size
54root	usba_pipe_get_policy
55root	usb_pipe_ctrl_xfer_wait
56root	usb_try_serialize_access
57root	usb_get_current_frame_number
58root    usb_alloc_bulk_req
59root    usb_clear_feature
60root    usb_get_alt_if
61root    usb_get_ep_descr
62root    usb_get_if_descr
63root    usb_pipe_bulk_xfer
64root    usb_pipe_isoc_xfer
65root    usb_pipe_stop_isoc_polling
66root    usb_set_alt_if
67root    usb_set_cfg
68root	usb_ep_num
69root	usb_console_input_fini
70root	usb_console_input_init
71root	usb_print_descr_tree
72root	usb_clr_feature
73root	usb_get_ep_data
74root	usb_register_hotplug_cbs
75root	usb_is_pm_enabled
76root    usb_register_client
77root	usb_reset_device
78
79root	usba_common_power
80root	usba_common_register_events
81root	usba_ready_interface_association_node
82root	usba_free_hcdi_ops
83root	usba_ready_interface_node
84root	usba_async_req_raise_power
85root	usba_async_req_lower_power
86root    usba_get_hc_dma_attr
87root    usba_hcdi_get_req_private
88root    usba_hcdi_set_req_private
89root	usba_pipe_do_async_func_thread
90root	usba_get_hotplug_stats
91root	usba_reset_hotplug_stats
92root    usba_dbuf_tail
93root	usba_move_list
94root    usba_taskq_destroy
95root	usba_mk_mctl
96root	usb_fail_checkpoint
97
98root	hcdi_autoclearing
99root	hcdi_cb_thread
100root    hcdi_shared_cb_thread
101
102root	hubd_hotplug_thread
103root	hubd_reset_thread
104root	hubd_cpr_post_user_callb
105root	hubd_restore_state_cb
106root    hubd_disconnect_event_cb
107root    hubd_post_resume_event_cb
108root    hubd_pre_suspend_event_cb
109root    hubd_reconnect_event_cb
110root	hubd_root_hub_cleanup_thread
111root	hubd_bus_power
112root	ehci_quiesce
113root	uhci_quiesce
114root	ohci_quiesce
115
116### specify the ugen root functions
117root    ugen_skel_disconnect_ev_cb
118root    ugen_skel_reconnect_ev_cb
119
120add usba_pipe_async_req::sync_func targets usba_pipe_sync_close
121add usba_pipe_async_req::sync_func targets usba_pipe_sync_reset
122
123add usba_pipe_async_req::callback targets warlock_dummy
124add usb_bulk_req::bulk_cb targets warlock_dummy
125add usb_bulk_req::bulk_exc_cb targets warlock_dummy
126add usb_isoc_req::isoc_cb targets warlock_dummy
127add usb_isoc_req::isoc_exc_cb targets warlock_dummy
128add usb_ctrl_req::ctrl_cb targets warlock_dummy
129add usb_ctrl_req::ctrl_exc_cb targets warlock_dummy
130add usb_intr_req::intr_cb targets warlock_dummy
131add usb_intr_req::intr_exc_cb targets warlock_dummy
132add hubd::h_cleanup_child targets warlock_dummy
133
134add usba_pm_req::cb targets warlock_dummy
135add ohci_trans_wrapper::tw_handle_td targets ohci_handle_bulk_td
136add ohci_trans_wrapper::tw_handle_td targets ohci_handle_intr_td
137add ohci_trans_wrapper::tw_handle_td targets ohci_handle_ctrl_td
138add ohci_trans_wrapper::tw_handle_td targets ohci_handle_isoc_td
139
140add usba_hcdi_ops::usba_hcdi_console_input_init targets \
141                                                ohci_hcdi_polled_input_init
142add usba_hcdi_ops::usba_hcdi_console_input_fini targets \
143                                                ohci_hcdi_polled_input_fini
144