xref: /onnv-gate/usr/src/uts/common/io/warlock/usb_mid_with_usba.wlcmd (revision 3138:7bbdcbfa4cd5)
1#
2# Copyright 2006 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#ident	"%Z%%M%	%I%	%E% SMI"
25
26
27one ohci_state
28one ehci_state
29one uhci_state
30one usb_mid
31one usba_device
32
33### specify the root functions
34
35root	usba_ascii_string_descr
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_input_fini
44root	usb_console_input_init
45root	usb_console_read
46root	hubd_hotplug_thread
47root	hubd_cpr_post_user_callb
48root	usb_get_dev_descr
49root	usb_get_if_number
50root	usb_parse_CV_cfg_descr
51root	usb_parse_CV_ep_descr
52root	usb_parse_CV_if_descr
53root	usb_pipe_reset
54root	usb_pipe_get_private
55root	usb_get_current_frame_number
56root	usb_get_max_isoc_pkts
57root	usb_pipe_set_private
58root	usba_ready_interface_node
59root	usba_free_hcdi_ops
60root	ohci_intr
61root	ehci_intr
62
63root    usba_dbuf_tail
64root	usb_log
65root	usb_mid_event_cb
66root	hubd_bus_power
67root	usba_hubdi_power
68root	usba_hubdi_root_hub_power
69root	usba_hubdi_bus_ctl
70root	usb_set_device_pwrlvl0
71root	usb_set_device_pwrlvl1
72root	usb_set_device_pwrlvl2
73root	usb_set_device_pwrlvl3
74root	usba_async_req_raise_power
75root	usba_async_req_lower_power
76root	usb_req_raise_power
77root	usb_req_lower_power
78root	usb_is_pm_enabled
79root	usb_pipe_bulk_transfer_size
80root	usba_get_hotplug_stats
81root	usba_reset_hotplug_stats
82root	usb_async_req
83root	usb_get_ep_data
84root	usba_pipe_get_policy
85root	usb_pipe_ctrl_xfer_wait
86root	usb_get_current_cfgidx
87
88root	usb_alloc_bulk_req
89root	usb_clear_feature
90root	usb_free_bulk_req
91root	usb_get_alt_if
92root	usb_get_ep_descr
93root	usb_get_if_descr
94root	usb_pipe_bulk_xfer
95root	usb_pipe_isoc_xfer
96root	usb_pipe_stop_isoc_polling
97root	usb_set_alt_if
98root	usb_set_cfg
99root	usb_get_cfg
100root	usb_get_status
101root	usb_ep_num
102root	usb_register_event_cbs
103root    usb_unregister_event_cbs
104root    usb_log_descr_tree
105root    usb_print_descr_tree
106root	usb_pipe_drain_reqs
107root	usb_try_serialize_access
108root    usb_fini_serialization
109root    usb_init_serialization
110root    usb_release_access
111root    usb_serialize_access
112root    usb_rval2errno
113root	usb_clr_feature
114root	usb_get_ep_data
115root	usb_register_hotplug_cbs
116root    usb_register_client
117root	usb_ugen_power
118
119root    hubd_root_hub_cleanup_thread
120root	hubd_restore_state_cb
121root    hubd_disconnect_event_cb
122root    hubd_post_resume_event_cb
123root    hubd_pre_suspend_event_cb
124root    hubd_reconnect_event_cb
125
126
127root	hcdi_autoclearing
128root	hcdi_cb_thread
129root    hcdi_shared_cb_thread
130
131
132root	usba_pipe_do_async_func_thread
133root	usba_get_hc_dma_attr
134root	usba_hcdi_get_req_private
135root	usba_hcdi_set_req_private
136root	usba_move_list
137root    usba_taskq_destroy
138root	usba_mk_mctl
139root	usb_fail_checkpoint
140
141add usb_bulk_req::bulk_cb	targets warlock_dummy
142add usb_bulk_req::bulk_exc_cb	targets warlock_dummy
143add usb_ctrl_req::ctrl_cb	targets warlock_dummy
144add usb_ctrl_req::ctrl_exc_cb	targets warlock_dummy
145add usb_isoc_req::isoc_cb	targets warlock_dummy
146add usb_isoc_req::isoc_exc_cb	targets warlock_dummy
147add usba_pipe_async_req::sync_func	targets warlock_dummy
148
149add usba_pm_req::cb 		targets warlock_dummy
150
151add usba_pipe_async_req::callback targets warlock_dummy
152
153add ohci_trans_wrapper::tw_handle_td targets ohci_handle_ctrl_td
154add ohci_trans_wrapper::tw_handle_td targets ohci_handle_bulk_td
155add ohci_trans_wrapper::tw_handle_td targets ohci_handle_intr_td
156add ohci_trans_wrapper::tw_handle_td targets ohci_handle_isoc_td
157
158add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_ctrl_qtd
159add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_bulk_qtd
160add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_intr_qtd
161