hid_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 hid_state
27one ohci_state
28one ehci_state
29one uhci_state
30one usba_pipe_handle_data
31one usba_ph_impl
32one hubd
33one usba_device
34
35### specify the root functions
36
37root	usb_console_output_init
38root	usb_console_output_fini
39root	usb_console_output_enter
40root	usb_console_output_exit
41root	usb_console_write
42root	usb_console_input_enter
43root	usb_console_input_exit
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_pipe_get_private
51root	usb_get_current_frame_number
52root	usb_get_max_isoc_pkts
53root	usb_pipe_set_private
54root	usb_rval2errno
55root	usb_req_raise_power
56root	usb_req_lower_power
57root	usb_set_device_pwrlvl0
58root	usb_set_device_pwrlvl1
59root	usb_set_device_pwrlvl2
60root	usb_set_device_pwrlvl3
61root	usb_is_pm_enabled
62root	usb_async_req
63root	usb_pipe_bulk_transfer_size
64root	usba_pipe_get_policy
65root	usb_pipe_ctrl_xfer_wait
66root	usb_pipe_drain_reqs
67root	usb_try_serialize_access
68root	usb_pipe_reset
69root    usb_alloc_bulk_req
70root    usb_clear_feature
71root    usb_free_bulk_req
72root    usb_get_alt_if
73root    usb_get_ep_descr
74root    usb_get_if_descr
75root    usb_pipe_bulk_xfer
76root    usb_pipe_isoc_xfer
77root    usb_pipe_stop_isoc_polling
78root    usb_set_alt_if
79root    usb_set_cfg
80root    usb_get_cfg
81root	usb_get_status
82root	usb_ep_num
83root	usb_clr_feature
84root	usb_get_ep_data
85root	usb_register_hotplug_cbs
86root	usb_get_current_cfgidx
87root	usb_register_client
88
89root    usba_get_hc_dma_attr
90root    usba_hcdi_get_req_private
91root    usba_hcdi_set_req_private
92root	usba_pipe_do_async_func_thread
93root	usba_move_list
94root	usba_ready_interface_node
95root	usba_ascii_string_descr
96root	usba_free_hcdi_ops
97root	usba_async_req_raise_power
98root	usba_async_req_lower_power
99root	usba_taskq_destroy
100
101root	hcdi_autoclearing
102root	hcdi_cb_thread
103root	hcdi_shared_cb_thread
104root	hubd_disconnect_event_cb
105root	hubd_reconnect_event_cb
106
107root	hubd_hotplug_thread
108root	hubd_cpr_post_user_callb
109
110root	ohci_intr
111root	ehci_intr
112
113root	usba_dbuf_tail
114root	usb_log
115root	hubd_restore_state_cb
116root	hubd_disconnect_event_cb
117root	hubd_bus_power
118root	usba_hubdi_power
119root	usba_hubdi_root_hub_power
120root	usba_get_hotplug_stats
121root	usba_reset_hotplug_stats
122root	usb_log_descr_tree
123root	usb_print_descr_tree
124root	hubd_root_hub_cleanup_thread
125
126root	usb_fini_serialization
127root	usb_init_serialization
128root	usb_release_access
129root	usb_serialize_access
130root	usba_mk_mctl
131root	usb_fail_checkpoint
132
133root	usb_ugen_attach
134root	usb_ugen_close
135root	usb_ugen_detach
136root	usb_ugen_disconnect_ev_cb
137root	usb_ugen_get_hdl
138root	usb_ugen_open
139root	usb_ugen_poll
140root	usb_ugen_power
141root	usb_ugen_read
142root	usb_ugen_reconnect_ev_cb
143root	usb_ugen_write
144
145### specify the hid root functions
146root hid_open
147root hid_close
148root hid_interrupt_pipe_callback
149root hid_wsrv
150root hid_wput
151root hid_default_pipe_callback
152root hid_default_pipe_exception_callback 
153root hid_interrupt_pipe_exception_callback 
154root hid_restore_state_event_callback
155root hid_disconnect_event_callback
156root hid_power
157root hid_power_change_callback
158
159
160### polled functions
161root hid_polled_input_enter
162root hid_polled_input_exit
163root hid_polled_read
164root usba_dbuf_tail
165
166### thread functions in hid module
167root hid_consconfig_relink
168
169add usba_pipe_async_req::sync_func targets usba_pipe_sync_close
170add usba_pipe_async_req::sync_func targets usba_pipe_sync_reset
171
172add usba_pipe_async_req::callback targets warlock_dummy
173add usb_bulk_req::bulk_cb targets warlock_dummy
174add usb_bulk_req::bulk_exc_cb targets warlock_dummy
175add usb_isoc_req::isoc_cb targets warlock_dummy
176add usb_isoc_req::isoc_exc_cb targets warlock_dummy
177
178add usba_pm_req::cb targets warlock_dummy
179add ohci_trans_wrapper::tw_handle_td targets ohci_handle_ctrl_td
180add ohci_trans_wrapper::tw_handle_td targets ohci_handle_bulk_td
181add ohci_trans_wrapper::tw_handle_td targets ohci_handle_intr_td
182add ohci_trans_wrapper::tw_handle_td targets ohci_handle_isoc_td
183
184add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_ctrl_qtd
185add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_bulk_qtd
186add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_intr_qtd
187
188add usba_hcdi_ops::usba_hcdi_console_input_init targets \
189                                                ohci_hcdi_polled_input_init
190add usba_hcdi_ops::usba_hcdi_console_input_fini targets \
191                                                ohci_hcdi_polled_input_fini
192
193add usba_hcdi_ops::usba_hcdi_console_input_init targets \
194                                                ehci_hcdi_polled_input_init
195add usba_hcdi_ops::usba_hcdi_console_input_fini targets \
196                                                ehci_hcdi_polled_input_fini
197
198add usba_hcdi_ops::usba_hcdi_console_input_init targets \
199						uhci_hcdi_polled_input_init
200add usba_hcdi_ops::usba_hcdi_console_input_fini targets \
201						uhci_hcdi_polled_input_fini
202