hid_with_usba.wlcmd revision 9797:4b03a6b797a8
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 hid_state
26one ohci_state
27one ehci_state
28one uhci_state
29one usba_pipe_handle_data
30one usba_ph_impl
31one hubd
32one usba_device
33
34### specify the root functions
35
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_read
44root	usb_get_dev_descr
45root	usb_get_if_number
46root	usb_parse_CV_cfg_descr
47root	usb_parse_CV_ep_descr
48root	usb_parse_CV_if_descr
49root	usb_parse_comp_ep_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
88root	usb_reset_device
89
90root	usba_common_power
91root	usba_common_register_events
92root	usba_ready_interface_association_node
93root    usba_get_hc_dma_attr
94root    usba_hcdi_get_req_private
95root    usba_hcdi_set_req_private
96root	usba_pipe_do_async_func_thread
97root	usba_move_list
98root	usba_ready_interface_node
99root	usba_ascii_string_descr
100root	usba_free_hcdi_ops
101root	usba_async_req_raise_power
102root	usba_async_req_lower_power
103root	usba_taskq_destroy
104
105root	hcdi_autoclearing
106root	hcdi_cb_thread
107root	hcdi_shared_cb_thread
108root	hubd_disconnect_event_cb
109root	hubd_reconnect_event_cb
110
111root	hubd_hotplug_thread
112root	hubd_reset_thread
113root	hubd_cpr_post_user_callb
114
115root	ohci_intr
116root	ehci_intr
117
118root	ohci_quiesce
119root	uhci_quiesce
120root	ehci_quiesce
121
122root	usba_dbuf_tail
123root	usb_log
124root	hubd_restore_state_cb
125root	hubd_disconnect_event_cb
126root	hubd_bus_power
127root	usba_hubdi_power
128root	usba_hubdi_root_hub_power
129root	usba_get_hotplug_stats
130root	usba_reset_hotplug_stats
131root	usb_log_descr_tree
132root	usb_print_descr_tree
133root	hubd_root_hub_cleanup_thread
134
135root	usb_fini_serialization
136root	usb_init_serialization
137root	usb_release_access
138root	usb_serialize_access
139root	usba_mk_mctl
140root	usb_fail_checkpoint
141
142root	usb_ugen_attach
143root	usb_ugen_close
144root	usb_ugen_detach
145root	usb_ugen_disconnect_ev_cb
146root	usb_ugen_get_hdl
147root	usb_ugen_open
148root	usb_ugen_poll
149root	usb_ugen_power
150root	usb_ugen_read
151root	usb_ugen_reconnect_ev_cb
152root	usb_ugen_write
153
154### specify the hid root functions
155root hid_open
156root hid_close
157root hid_interrupt_pipe_callback
158root hid_wsrv
159root hid_wput
160root hid_default_pipe_callback
161root hid_default_pipe_exception_callback 
162root hid_interrupt_pipe_exception_callback 
163root hid_restore_state_event_callback
164root hid_disconnect_event_callback
165root hid_power
166root hid_power_change_callback
167
168
169### polled functions
170root hid_polled_input_enter
171root hid_polled_input_exit
172root hid_polled_read
173root usba_dbuf_tail
174
175### thread functions in hid module
176add usba_pipe_async_req::sync_func targets usba_pipe_sync_close
177add usba_pipe_async_req::sync_func targets usba_pipe_sync_reset
178
179add usba_pipe_async_req::callback targets warlock_dummy
180add usb_bulk_req::bulk_cb targets warlock_dummy
181add usb_bulk_req::bulk_exc_cb targets warlock_dummy
182add usb_isoc_req::isoc_cb targets warlock_dummy
183add usb_isoc_req::isoc_exc_cb targets warlock_dummy
184
185add usba_pm_req::cb targets warlock_dummy
186add ohci_trans_wrapper::tw_handle_td targets ohci_handle_ctrl_td
187add ohci_trans_wrapper::tw_handle_td targets ohci_handle_bulk_td
188add ohci_trans_wrapper::tw_handle_td targets ohci_handle_intr_td
189add ohci_trans_wrapper::tw_handle_td targets ohci_handle_isoc_td
190
191add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_ctrl_qtd
192add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_bulk_qtd
193add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_intr_qtd
194
195add hubd::h_cleanup_child targets warlock_dummy
196add usba_hcdi_ops::usba_hcdi_console_input_init targets \
197                                                ohci_hcdi_polled_input_init
198add usba_hcdi_ops::usba_hcdi_console_input_fini targets \
199                                                ohci_hcdi_polled_input_fini
200
201add usba_hcdi_ops::usba_hcdi_console_input_init targets \
202                                                ehci_hcdi_polled_input_init
203add usba_hcdi_ops::usba_hcdi_console_input_fini targets \
204                                                ehci_hcdi_polled_input_fini
205
206add usba_hcdi_ops::usba_hcdi_console_input_init targets \
207						uhci_hcdi_polled_input_init
208add usba_hcdi_ops::usba_hcdi_console_input_fini targets \
209						uhci_hcdi_polled_input_fini
210