xref: /onnv-gate/usr/src/uts/common/io/warlock/usb_as_with_usba.wlcmd (revision 10398:1df1b43027bb)
13138Sfrits#
2*10398SBinzi.Cao@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
33138Sfrits# Use is subject to license terms.
43138Sfrits#
53138Sfrits# CDDL HEADER START
63138Sfrits#
73138Sfrits# The contents of this file are subject to the terms of the
83138Sfrits# Common Development and Distribution License (the "License").
93138Sfrits# You may not use this file except in compliance with the License.
103138Sfrits#
113138Sfrits# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
123138Sfrits# or http://www.opensolaris.org/os/licensing.
133138Sfrits# See the License for the specific language governing permissions
143138Sfrits# and limitations under the License.
153138Sfrits#
163138Sfrits# When distributing Covered Code, include this CDDL HEADER in each
173138Sfrits# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
183138Sfrits# If applicable, add the following below this CDDL HEADER, with the
193138Sfrits# fields enclosed by brackets "[]" replaced with your own identifying
203138Sfrits# information: Portions Copyright [yyyy] [name of copyright owner]
213138Sfrits#
223138Sfrits# CDDL HEADER END
233138Sfrits#
243138Sfrits
253138Sfritsone ohci_state
263138Sfritsone ehci_state
273138Sfritsone uhci_state
283138Sfritsone usb_as_state
293138Sfrits
303138Sfrits### specify the root functions
313138Sfrits
323138Sfritsroot	usb_console_output_init
333138Sfritsroot	usb_console_output_fini
343138Sfritsroot	usb_console_output_enter
353138Sfritsroot	usb_console_output_exit
363138Sfritsroot	usb_console_write
373138Sfritsroot	usb_console_input_enter
383138Sfritsroot	usb_console_input_exit
393138Sfritsroot	usb_console_input_fini
403138Sfritsroot	usb_console_input_init
413138Sfritsroot	usb_console_read
423138Sfritsroot	usb_get_dev_descr
433138Sfritsroot	usb_get_if_number
443138Sfritsroot	usb_parse_CV_cfg_descr
453138Sfritsroot	usb_parse_CV_ep_descr
463138Sfritsroot	usb_parse_CV_if_descr
47*10398SBinzi.Cao@Sun.COMroot	usb_parse_comp_ep_descr
483138Sfritsroot	usb_pipe_get_private
493138Sfritsroot	usb_get_current_frame_number
503138Sfritsroot	usb_get_max_isoc_pkts
513138Sfritsroot	usb_pipe_set_private
523138Sfritsroot	usba_ready_interface_node
533138Sfritsroot	usba_free_hcdi_ops
543138Sfritsroot	usba_async_req_raise_power
553138Sfritsroot	usba_async_req_lower_power
563138Sfritsroot	usb_req_raise_power
573138Sfritsroot	usb_req_lower_power
583138Sfritsroot	usb_set_device_pwrlvl0
593138Sfritsroot	usb_set_device_pwrlvl1
603138Sfritsroot	usb_set_device_pwrlvl2
613138Sfritsroot	usb_set_device_pwrlvl3
623138Sfritsroot	usb_is_pm_enabled
633138Sfritsroot	usb_async_req
643138Sfritsroot	usb_pipe_bulk_transfer_size
653138Sfritsroot	usb_log
663138Sfritsroot    usb_alloc_bulk_req
673138Sfritsroot    usb_clear_feature
683138Sfritsroot    usb_get_alt_if
693138Sfritsroot    usb_get_ep_descr
703138Sfritsroot    usb_get_if_descr
713138Sfritsroot    usb_pipe_isoc_xfer
723138Sfritsroot    usb_pipe_stop_isoc_polling
733138Sfritsroot    usb_set_alt_if
743138Sfritsroot    usb_set_cfg
753138Sfritsroot    usb_get_cfg
763138Sfritsroot	usb_ep_num
773138Sfritsroot	usb_get_status
783138Sfritsroot	usb_pipe_reset
793138Sfritsroot	usb_pipe_bulk_xfer
803138Sfritsroot    usb_log_descr_tree
813138Sfritsroot    usb_print_descr_tree
823138Sfritsroot	usb_pipe_ctrl_xfer_wait
833138Sfritsroot	usb_pipe_drain_reqs
843138Sfritsroot    usb_rval2errno
853138Sfritsroot	usb_free_bulk_req
863138Sfritsroot	usb_try_serialize_access
873138Sfritsroot	usb_clr_feature
883138Sfritsroot	usb_get_ep_data
893138Sfritsroot	usb_register_hotplug_cbs
903138Sfritsroot	usb_get_current_cfgidx
913138Sfritsroot    usb_register_client
924844Slg150142root	usb_reset_device
93*10398SBinzi.Cao@Sun.COMroot    usb_register_dev_driver
94*10398SBinzi.Cao@Sun.COMroot    usb_unregister_dev_driver
95*10398SBinzi.Cao@Sun.COM
96*10398SBinzi.Cao@Sun.COMroot    ohci_quiesce
97*10398SBinzi.Cao@Sun.COMroot    uhci_quiesce
98*10398SBinzi.Cao@Sun.COMroot    ehci_quiesce
993138Sfrits
1003138Sfritsroot    usb_ugen_attach
1013138Sfritsroot    usb_ugen_close
1023138Sfritsroot    usb_ugen_detach
1033138Sfritsroot    usb_ugen_disconnect_ev_cb
1043138Sfritsroot    usb_ugen_get_hdl
1053138Sfritsroot    usb_ugen_open
1063138Sfritsroot    usb_ugen_poll
1073138Sfritsroot    usb_ugen_power
1083138Sfritsroot    usb_ugen_read
1093138Sfritsroot    usb_ugen_reconnect_ev_cb
1103138Sfritsroot    usb_ugen_write
1113138Sfrits
1123138Sfrits### specify the usb_as root functions
1133138Sfritsroot	usb_as_open
1143138Sfritsroot	usb_as_close
1153138Sfritsroot	usb_as_disconnect_event_cb
1163138Sfritsroot	usb_as_reconnect_event_cb
1173138Sfritsroot	usb_as_power
1183138Sfrits
1193138Sfritsroot	usb_as_play_cb
1203138Sfritsroot	usb_as_play_exc_cb
1213138Sfritsroot	usb_as_record_cb
1223138Sfritsroot	usb_as_record_exc_cb
1233138Sfrits
1243528Sgc161489root	usba_common_power
1253528Sgc161489root	usba_common_register_events
1263528Sgc161489root	usba_ready_interface_association_node
1273138Sfritsroot    usba_dbuf_tail
1283138Sfritsroot	usba_hubdi_power
1293138Sfritsroot	usba_hubdi_root_hub_power
1303138Sfritsroot	usba_get_hotplug_stats
1313138Sfritsroot	usba_reset_hotplug_stats
1323138Sfritsroot	usba_ascii_string_descr
1333138Sfritsroot	usba_pipe_get_policy
1343138Sfrits
1353138Sfritsroot	usba_get_hc_dma_attr
1363138Sfritsroot	usba_hcdi_get_req_private
1373138Sfritsroot	usba_hcdi_set_req_private
1383138Sfritsroot	usba_pipe_do_async_func_thread
1393138Sfritsroot	usba_move_list
1403138Sfritsroot    usba_taskq_destroy
1413138Sfritsroot	usba_mk_mctl
1423138Sfritsroot	usb_fail_checkpoint
1433138Sfrits
1443138Sfritsroot	hcdi_autoclearing
1453138Sfritsroot	hcdi_cb_thread
1463138Sfritsroot	hcdi_shared_cb_thread
1473138Sfrits
1483138Sfritsroot    hubd_root_hub_cleanup_thread
1493138Sfritsroot	hubd_restore_state_cb
1503138Sfritsroot    hubd_disconnect_event_cb
1513138Sfritsroot    hubd_post_resume_event_cb
1523138Sfritsroot    hubd_pre_suspend_event_cb
1533138Sfritsroot    hubd_reconnect_event_cb
1543138Sfritsroot	hubd_hotplug_thread
1554844Slg150142root	hubd_reset_thread
1563138Sfritsroot	hubd_cpr_post_user_callb
1573138Sfritsroot	hubd_bus_power
1583138Sfrits
159*10398SBinzi.Cao@Sun.COMadd hubd::h_cleanup_child targets warlock_dummy
1603138Sfritsadd usba_pipe_async_req::sync_func targets usba_pipe_sync_close
1613138Sfritsadd usba_pipe_async_req::sync_func targets usba_pipe_sync_reset
1623138Sfrits
1633138Sfritsadd usba_pipe_async_req::callback targets warlock_dummy
1643138Sfritsadd usb_ctrl_req::ctrl_cb targets warlock_dummy
1653138Sfritsadd usb_ctrl_req::ctrl_exc_cb targets warlock_dummy
1663138Sfritsadd usb_bulk_req::bulk_cb targets warlock_dummy
1673138Sfritsadd usb_bulk_req::bulk_exc_cb targets warlock_dummy
1683138Sfritsadd usb_isoc_req::isoc_cb targets warlock_dummy
1693138Sfritsadd usb_isoc_req::isoc_exc_cb targets warlock_dummy
1703138Sfrits
1713138Sfritsadd usba_pm_req::cb targets warlock_dummy
1723138Sfritsadd ohci_trans_wrapper::tw_handle_td targets ohci_handle_ctrl_td
1733138Sfritsadd ohci_trans_wrapper::tw_handle_td targets ohci_handle_bulk_td
1743138Sfritsadd ohci_trans_wrapper::tw_handle_td targets ohci_handle_intr_td
1753138Sfritsadd ohci_trans_wrapper::tw_handle_td targets ohci_handle_isoc_td
1763138Sfrits
1773138Sfritsadd ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_ctrl_qtd
1783138Sfritsadd ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_bulk_qtd
1793138Sfritsadd ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_intr_qtd
180