usb_as_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
26one ohci_state
27one ehci_state
28one uhci_state
29one usb_as_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_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_log
66root    usb_alloc_bulk_req
67root    usb_clear_feature
68root    usb_get_alt_if
69root    usb_get_ep_descr
70root    usb_get_if_descr
71root    usb_pipe_isoc_xfer
72root    usb_pipe_stop_isoc_polling
73root    usb_set_alt_if
74root    usb_set_cfg
75root    usb_get_cfg
76root	usb_ep_num
77root	usb_get_status
78root	usb_pipe_reset
79root	usb_pipe_bulk_xfer
80root    usb_log_descr_tree
81root    usb_print_descr_tree
82root	usb_pipe_ctrl_xfer_wait
83root	usb_pipe_drain_reqs
84root    usb_rval2errno
85root	usb_free_bulk_req
86root	usb_try_serialize_access
87root	usb_clr_feature
88root	usb_get_ep_data
89root	usb_register_hotplug_cbs
90root	usb_get_current_cfgidx
91root    usb_register_client
92
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_power
101root    usb_ugen_read
102root    usb_ugen_reconnect_ev_cb
103root    usb_ugen_write
104
105### specify the usb_as root functions
106root	usb_as_open
107root	usb_as_close
108root	usb_as_wsrv
109root	usb_as_disconnect_event_cb
110root	usb_as_reconnect_event_cb
111root	usb_as_power
112
113root	usb_as_isoc_close_cb
114root	usb_as_play_cb
115root	usb_as_play_exc_cb
116root	usb_as_record_cb
117root	usb_as_record_exc_cb
118
119root    usba_dbuf_tail
120root	usba_hubdi_power
121root	usba_hubdi_root_hub_power
122root	usba_get_hotplug_stats
123root	usba_reset_hotplug_stats
124root	usba_ascii_string_descr
125root	usba_pipe_get_policy
126
127root	usba_get_hc_dma_attr
128root	usba_hcdi_get_req_private
129root	usba_hcdi_set_req_private
130root	usba_pipe_do_async_func_thread
131root	usba_move_list
132root    usba_taskq_destroy
133root	usba_mk_mctl
134root	usb_fail_checkpoint
135
136root	hcdi_autoclearing
137root	hcdi_cb_thread
138root	hcdi_shared_cb_thread
139
140root    hubd_root_hub_cleanup_thread
141root	hubd_restore_state_cb
142root    hubd_disconnect_event_cb
143root    hubd_post_resume_event_cb
144root    hubd_pre_suspend_event_cb
145root    hubd_reconnect_event_cb
146root	hubd_hotplug_thread
147root	hubd_cpr_post_user_callb
148root	hubd_bus_power
149
150add usba_pipe_async_req::sync_func targets usba_pipe_sync_close
151add usba_pipe_async_req::sync_func targets usba_pipe_sync_reset
152
153add usba_pipe_async_req::callback targets warlock_dummy
154add usb_ctrl_req::ctrl_cb targets warlock_dummy
155add usb_ctrl_req::ctrl_exc_cb targets warlock_dummy
156add usb_bulk_req::bulk_cb targets warlock_dummy
157add usb_bulk_req::bulk_exc_cb targets warlock_dummy
158add usb_isoc_req::isoc_cb targets warlock_dummy
159add usb_isoc_req::isoc_exc_cb targets warlock_dummy
160
161add usba_pm_req::cb targets warlock_dummy
162add ohci_trans_wrapper::tw_handle_td targets ohci_handle_ctrl_td
163add ohci_trans_wrapper::tw_handle_td targets ohci_handle_bulk_td
164add ohci_trans_wrapper::tw_handle_td targets ohci_handle_intr_td
165add ohci_trans_wrapper::tw_handle_td targets ohci_handle_isoc_td
166
167add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_ctrl_qtd
168add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_bulk_qtd
169add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_intr_qtd
170