1#
2# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
3# Use is subject to license terms.
4#
5
6one ohci_state
7one ehci_state
8one uhci_state
9one usbser_state
10one edge_pipe
11one edge_state
12one edge_port
13
14
15### specify the root functions
16
17root	usbser_first_device
18root	usbser_putchar
19root	usbser_getchar
20root	usbser_ischar
21root	usbser_polledio_enter
22root	usbser_polledio_exit
23root	usb_console_output_fini
24root	usb_console_input_enter
25root	usb_console_input_exit
26root	usb_console_input_fini
27root	usb_console_input_init
28root	usb_console_read
29root	usb_get_dev_descr
30root	usb_get_if_number
31root	usb_parse_CV_cfg_descr
32root	usb_parse_CV_ep_descr
33root	usb_parse_CV_if_descr
34root    usb_parse_comp_ep_descr
35root	usb_pipe_get_private
36root	usb_get_current_frame_number
37root	usb_get_max_isoc_pkts
38root	usb_pipe_set_private
39root	usba_ready_interface_node
40root	usba_free_hcdi_ops
41root	usba_async_req_raise_power
42root	usba_async_req_lower_power
43root	usb_req_raise_power
44root	usb_req_lower_power
45root	usb_set_device_pwrlvl0
46root	usb_set_device_pwrlvl1
47root	usb_set_device_pwrlvl2
48root	usb_set_device_pwrlvl3
49root	usb_is_pm_enabled
50root	usb_async_req
51root	usb_pipe_bulk_transfer_size
52root 	usb_get_ep_data
53root	usba_pipe_get_policy
54root	usb_pipe_ctrl_xfer_wait
55root	usb_pipe_drain_reqs
56root    usb_try_serialize_access
57root    usb_fini_serialization
58root    usb_init_serialization
59root    usb_release_access
60root    usb_serialize_access
61root	usb_clr_feature
62root    usb_clear_feature
63root    usb_get_alt_if
64root    usb_get_ep_descr
65root    usb_get_if_descr
66root    usb_log
67root    usb_pipe_isoc_xfer
68root    usb_pipe_stop_isoc_polling
69root    usb_set_alt_if
70root    usb_set_cfg
71root    usb_get_cfg
72root	usb_ep_num
73root	usb_get_status
74root	usb_pipe_reset
75root	usb_log_descr_tree
76root	usb_print_descr_tree
77root    usb_rval2errno
78root	usb_register_hotplug_cbs
79root	usb_get_current_cfgidx
80root    usb_register_client
81root	usb_reset_device
82root	usb_register_dev_driver
83root	usb_unregister_dev_driver
84
85root    usb_ugen_attach
86root    usb_ugen_close
87root    usb_ugen_detach
88root    usb_ugen_disconnect_ev_cb
89root    usb_ugen_get_hdl
90root    usb_ugen_open
91root    usb_ugen_poll
92root    usb_ugen_power
93root    usb_ugen_read
94root    usb_ugen_reconnect_ev_cb
95root    usb_ugen_write
96
97root	hcdi_autoclearing
98root	hcdi_cb_thread
99root    hcdi_shared_cb_thread
100
101
102root	hubd_restore_state_cb
103root    hubd_disconnect_event_cb
104root    hubd_post_resume_event_cb
105root    hubd_pre_suspend_event_cb
106root    hubd_reconnect_event_cb
107root	hubd_hotplug_thread
108root	hubd_reset_thread
109root	hubd_cpr_post_user_callb
110root    hubd_root_hub_cleanup_thread
111root	hubd_bus_power
112
113root	usba_common_power
114root	usba_common_register_events
115root	usba_ready_interface_association_node
116root	usba_pipe_do_async_func_thread
117root	usba_pipe_sync_reset
118root    usba_get_hc_dma_attr
119root    usba_hcdi_get_req_private
120root    usba_hcdi_set_req_private
121root    usba_dbuf_tail
122root	usba_hubdi_power
123root	usba_hubdi_root_hub_power
124root	usba_get_hotplug_stats
125root	usba_reset_hotplug_stats
126root	usba_ascii_string_descr
127root	usba_move_list
128root    usba_taskq_destroy
129root	usba_mk_mctl
130root	usb_fail_checkpoint
131
132root	ohci_intr
133root	ehci_intr
134root    ohci_quiesce
135root    uhci_quiesce
136root    ehci_quiesce
137
138### specify the edgeport root functions
139root usbser_soft_state_size
140root usbser_edge_open
141root usbser_close
142root usbser_wput
143root usbser_wsrv
144root usbser_rsrv
145root usbser_tx_cb
146root usbser_rx_cb
147root usbser_status_cb
148root usbser_wq_thread
149root usbser_rq_thread
150root usbser_disconnect_cb
151root usbser_reconnect_cb
152root usbser_cpr_suspend
153root usbser_cpr_resume
154
155root edgesp_bulkin_cb
156root edgesp_bulkout_cb
157root edgesp_intr_cb
158root edgesp_intr_ex_cb
159
160root edgeti_bulkin_cb
161root edgeti_bulkout_cb
162root edgeti_intr_cb
163root edgeti_intr_ex_cb
164
165### specify edgeport function pointers
166
167add        ds_ops::ds_attach targets edge_attach
168add        ds_ops::ds_detach targets edge_detach
169add        ds_ops::ds_register_cb targets edge_register_cb
170add        ds_ops::ds_unregister_cb targets edge_unregister_cb
171add        ds_ops::ds_open_port targets edge_open_port
172add        ds_ops::ds_close_port targets edge_close_port
173add        ds_ops::ds_usb_power targets edge_usb_power
174add        ds_ops::ds_suspend targets edge_suspend
175add        ds_ops::ds_resume targets edge_resume
176add        ds_ops::ds_disconnect targets edge_disconnect
177add        ds_ops::ds_reconnect targets edge_reconnect
178add        ds_ops::ds_set_port_params targets edge_set_port_params
179add        ds_ops::ds_set_modem_ctl targets edge_set_modem_ctl
180add        ds_ops::ds_get_modem_ctl targets edge_get_modem_ctl
181add        ds_ops::ds_break_ctl targets edge_break_ctl
182add        ds_ops::ds_loopback targets edge_loopback
183add        ds_ops::ds_tx targets edge_tx
184add        ds_ops::ds_rx targets edge_rx
185add        ds_ops::ds_stop targets edge_stop
186add        ds_ops::ds_start targets edge_start
187add        ds_ops::ds_fifo_flush targets edge_fifo_flush
188add        ds_ops::ds_fifo_drain targets edge_fifo_drain
189add        ds_ops::ds_out_pipe targets warlock_dummy
190add        ds_ops::ds_in_pipe targets warlock_dummy
191
192add        edge_port::ep_cb.cb_tx targets usbser_tx_cb
193add        edge_port::ep_cb.cb_rx targets usbser_rx_cb
194add        edge_port::ep_cb.cb_status targets usbser_status_cb
195
196add hubd::h_cleanup_child targets warlock_dummy
197add usb_ctrl_req::ctrl_cb	targets warlock_dummy
198add usb_ctrl_req::ctrl_exc_cb	targets warlock_dummy
199add usb_bulk_req::bulk_cb	targets edgesp_bulkin_cb
200add usb_bulk_req::bulk_exc_cb	targets edgesp_bulkin_cb
201add usb_bulk_req::bulk_cb	targets edgesp_bulkout_cb
202add usb_bulk_req::bulk_exc_cb	targets edgesp_bulkout_cb
203
204add usb_bulk_req::bulk_cb	targets edgeti_bulkin_cb
205add usb_bulk_req::bulk_exc_cb	targets edgeti_bulkin_cb
206add usb_bulk_req::bulk_cb	targets edgeti_bulkout_cb
207add usb_bulk_req::bulk_exc_cb	targets edgeti_bulkout_cb
208
209add usb_isoc_req::isoc_cb	targets warlock_dummy
210add usb_isoc_req::isoc_exc_cb	targets warlock_dummy
211add usba_pipe_async_req::callback	targets warlock_dummy
212add usba_pipe_async_req::sync_func	targets warlock_dummy
213add usba_pm_req::cb			targets warlock_dummy
214
215add ohci_trans_wrapper::tw_handle_td targets ohci_handle_ctrl_td
216add ohci_trans_wrapper::tw_handle_td targets ohci_handle_bulk_td
217add ohci_trans_wrapper::tw_handle_td targets ohci_handle_intr_td
218add ohci_trans_wrapper::tw_handle_td targets ohci_handle_isoc_td
219
220add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_bulk_qtd
221add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_intr_qtd
222add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_ctrl_qtd
223