xref: /titanic_41/usr/src/uts/common/io/warlock/usb_ac_with_usba.wlcmd (revision e272e4c8df90e762ecb6a6564503bb2cb1e2027d)
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 usb_ac_state
29one usba_pipe_handle_data
30one usba_ph_impl
31one hubd
32one usba_device
33
34### specify the root functions
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_input_fini
43root	usb_console_input_init
44root	usb_console_read
45root	usb_get_dev_descr
46root	usb_get_if_number
47root	usb_parse_CV_cfg_descr
48root	usb_parse_CV_ep_descr
49root	usb_parse_CV_if_descr
50root	usb_parse_comp_ep_descr
51root	usb_pipe_get_private
52root	usb_get_current_frame_number
53root	usb_get_max_isoc_pkts
54root	usb_pipe_set_private
55root	usb_req_raise_power
56root	usb_req_lower_power
57root    usb_rval2errno
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_get_ep_data
81root    usb_log_descr_tree
82root    usb_print_descr_tree
83root	usb_pipe_ctrl_xfer_wait
84root	usb_pipe_drain_reqs
85root	usb_try_serialize_access
86root	usb_free_bulk_req
87root	usb_fini_serialization
88root	usb_clr_feature
89root	usb_register_hotplug_cbs
90root	usb_get_current_cfgidx
91root    usb_register_client
92root	usb_reset_device
93root    usb_register_dev_driver
94root    usb_unregister_dev_driver
95
96
97root	hcdi_autoclearing
98root	hcdi_cb_thread
99root    hcdi_shared_cb_thread
100
101root    ohci_quiesce
102root    uhci_quiesce
103root    ehci_quiesce
104
105root 	usb_ugen_attach
106root    usb_ugen_close
107root    usb_ugen_detach
108root    usb_ugen_disconnect_ev_cb
109root    usb_ugen_get_hdl
110root    usb_ugen_open
111root    usb_ugen_poll
112root    usb_ugen_power
113root    usb_ugen_read
114root    usb_ugen_reconnect_ev_cb
115root    usb_ugen_write
116
117root	usba_common_power
118root	usba_common_register_events
119root	usba_ready_interface_association_node
120root	usba_pipe_get_policy
121root    usba_get_hc_dma_attr
122root    usba_hcdi_get_req_private
123root    usba_hcdi_set_req_private
124root	usba_pipe_do_async_func_thread
125root	usba_pipe_sync_reset
126root    usba_dbuf_tail
127root	hubd_bus_power
128root	usba_hubdi_power
129root	usba_hubdi_root_hub_power
130root	usba_get_hotplug_stats
131root	usba_reset_hotplug_stats
132root	usba_ready_interface_node
133root	usba_free_hcdi_ops
134root	usba_async_req_raise_power
135root	usba_async_req_lower_power
136root	usba_ascii_string_descr
137root	usba_move_list
138root    usba_taskq_destroy
139root	usba_mk_mctl
140root	usb_fail_checkpoint
141
142
143root	hubd_restore_state_cb
144root	hubd_root_hub_cleanup_thread
145root    hubd_disconnect_event_cb
146root    hubd_post_resume_event_cb
147root    hubd_pre_suspend_event_cb
148root    hubd_reconnect_event_cb
149root	hubd_hotplug_thread
150root	hubd_reset_thread
151root	hubd_cpr_post_user_callb
152
153root	ohci_intr
154root	ehci_intr
155
156### specify the usb_ac root functions
157root usb_ac_open
158root usb_ac_close
159root usb_ac_disconnect_event_cb
160root usb_ac_reconnect_event_cb
161root usb_ac_power
162root usb_ac_set_format
163root usb_ac_setup
164root usb_ac_start_play
165root usb_ac_start_record
166root usb_ac_stop_play
167root usb_ac_stop_record
168root usb_ac_teardown
169
170root usb_ac_get_audio
171root usb_ac_send_audio
172root usb_ac_ctrl_restore
173root usb_audio_set_mute
174
175root usb_engine_start
176root usb_engine_stop
177root usb_engine_sync
178root usb_engine_rate
179root usb_engine_format
180root usb_engine_count
181root usb_engine_close
182root usb_engine_channels
183root usb_engine_open
184root usb_engine_qlen
185
186root usb_ac_mux_plumbing_tq
187root usb_ac_mux_unplumbing_tq
188root usb_ac_reader
189
190root usb_audio_write_monitor_gain
191root usb_audio_write_mono_rec
192root usb_audio_write_mono_vol
193root usb_audio_write_ster_vol
194root usb_audio_write_stero_rec
195root usb_audio_write_rec_src
196root usb_audio_write_mic_boost
197root usb_audio_ctrl_read
198
199
200add hubd::h_cleanup_child targets warlock_dummy
201add usba_pipe_async_req::sync_func targets usba_pipe_sync_close
202add usba_pipe_async_req::sync_func targets usba_pipe_sync_reset
203
204add usba_pipe_async_req::callback targets warlock_dummy
205add usb_ctrl_req::ctrl_cb targets warlock_dummy
206add usb_ctrl_req::ctrl_exc_cb targets warlock_dummy
207add usb_bulk_req::bulk_cb targets warlock_dummy
208add usb_bulk_req::bulk_exc_cb targets warlock_dummy
209add usb_isoc_req::isoc_cb targets warlock_dummy
210add usb_isoc_req::isoc_exc_cb targets warlock_dummy
211
212add usba_pm_req::cb targets warlock_dummy
213add ohci_trans_wrapper::tw_handle_td targets ohci_handle_ctrl_td
214add ohci_trans_wrapper::tw_handle_td targets ohci_handle_bulk_td
215add ohci_trans_wrapper::tw_handle_td targets ohci_handle_intr_td
216add ohci_trans_wrapper::tw_handle_td targets ohci_handle_isoc_td
217
218add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_ctrl_qtd
219add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_bulk_qtd
220add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_intr_qtd
221
222