usbvc_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#
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
103
104
105root	hcdi_autoclearing
106root	hcdi_cb_thread
107root    hcdi_shared_cb_thread
108
109
110root	hubd_restore_state_cb
111root    hubd_disconnect_event_cb
112root    hubd_post_resume_event_cb
113root    hubd_pre_suspend_event_cb
114root    hubd_reconnect_event_cb
115root	hubd_hotplug_thread
116root	hubd_reset_thread
117root	hubd_cpr_post_user_callb
118root    hubd_root_hub_cleanup_thread
119root	hubd_bus_power
120
121root	usba_common_power
122root	usba_common_register_events
123root	usba_ready_interface_association_node
124root	usba_pipe_do_async_func_thread
125root	usba_pipe_sync_reset
126root    usba_get_hc_dma_attr
127root    usba_hcdi_get_req_private
128root    usba_hcdi_set_req_private
129root    usba_dbuf_tail
130root	usba_hubdi_power
131root	usba_hubdi_root_hub_power
132root	usba_get_hotplug_stats
133root	usba_reset_hotplug_stats
134root	usba_ascii_string_descr
135root	usba_move_list
136root    usba_taskq_destroy
137root	usba_mk_mctl
138root	usb_fail_checkpoint
139
140root	ohci_intr
141root	ehci_intr
142root    ohci_quiesce
143root    uhci_quiesce
144root    ehci_quiesce
145
146### specify the usbvc root functions
147root usbvc_open
148root usbvc_close
149root usbvc_read
150root usbvc_ioctl
151root usbvc_power
152root usbvc_isoc_cb
153root usbvc_isoc_exc_cb
154root usbvc_disconnect_event_cb
155root usbvc_reconnect_event_cb
156
157add hubd::h_cleanup_child	targets warlock_dummy
158add usb_ctrl_req::ctrl_cb	targets warlock_dummy
159add usb_ctrl_req::ctrl_exc_cb	targets warlock_dummy
160add usb_isoc_req::isoc_cb	targets usbvc_isoc_cb
161add usb_isoc_req::isoc_exc_cb	targets usbvc_isoc_exc_cb
162add usba_pipe_async_req::callback	targets warlock_dummy
163add usba_pipe_async_req::sync_func	targets warlock_dummy
164add usba_pm_req::cb			targets warlock_dummy
165
166add ohci_trans_wrapper::tw_handle_td targets ohci_handle_ctrl_td
167add ohci_trans_wrapper::tw_handle_td targets ohci_handle_bulk_td
168add ohci_trans_wrapper::tw_handle_td targets ohci_handle_intr_td
169add ohci_trans_wrapper::tw_handle_td targets ohci_handle_isoc_td
170
171add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_bulk_qtd
172add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_intr_qtd
173add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_ctrl_qtd
174