xref: /titanic_41/usr/src/uts/common/io/warlock/uhci.wlcmd (revision 269552cd714f2f1e308fdde0fc69b18a7f1142b2)
14ebb14b2Sfrits#
2*269552cdSguoqing zhu - Sun Microsystems - Beijing China# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
34ebb14b2Sfrits# Use is subject to license terms.
44ebb14b2Sfrits#
54ebb14b2Sfrits# CDDL HEADER START
64ebb14b2Sfrits#
74ebb14b2Sfrits# The contents of this file are subject to the terms of the
84ebb14b2Sfrits# Common Development and Distribution License (the "License").
94ebb14b2Sfrits# You may not use this file except in compliance with the License.
104ebb14b2Sfrits#
114ebb14b2Sfrits# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
124ebb14b2Sfrits# or http://www.opensolaris.org/os/licensing.
134ebb14b2Sfrits# See the License for the specific language governing permissions
144ebb14b2Sfrits# and limitations under the License.
154ebb14b2Sfrits#
164ebb14b2Sfrits# When distributing Covered Code, include this CDDL HEADER in each
174ebb14b2Sfrits# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
184ebb14b2Sfrits# If applicable, add the following below this CDDL HEADER, with the
194ebb14b2Sfrits# fields enclosed by brackets "[]" replaced with your own identifying
204ebb14b2Sfrits# information: Portions Copyright [yyyy] [name of copyright owner]
214ebb14b2Sfrits#
224ebb14b2Sfrits# CDDL HEADER END
234ebb14b2Sfrits#
244ebb14b2Sfrits
254ebb14b2Sfritsone uhci_state
264ebb14b2Sfritsone usba_device
274ebb14b2Sfritsone usba_pipe_handle_data
284ebb14b2Sfritsone usba_ph_impl
294ebb14b2Sfrits
304ebb14b2Sfrits### specify the root functions
314ebb14b2Sfrits
324ebb14b2Sfrits### hcdi entry points
334ebb14b2Sfritsroot	uhci_hcdi_pipe_open
344ebb14b2Sfritsroot	uhci_hcdi_pipe_close
354ebb14b2Sfritsroot	uhci_hcdi_pipe_stop_intr_polling
364ebb14b2Sfritsroot	uhci_hcdi_pipe_stop_isoc_polling
374ebb14b2Sfritsroot	uhci_hcdi_pipe_reset
38*269552cdSguoqing zhu - Sun Microsystems - Beijing Chinaroot	uhci_hcdi_pipe_reset_data_toggle
394ebb14b2Sfritsroot	uhci_hcdi_bulk_transfer_size
404ebb14b2Sfritsroot	uhci_hcdi_get_current_frame_number
414ebb14b2Sfritsroot	uhci_hcdi_get_max_isoc_pkts
424ebb14b2Sfritsroot	uhci_intr
434ebb14b2Sfritsroot	uhci_hcdi_pipe_ctrl_xfer
444ebb14b2Sfritsroot	uhci_hcdi_pipe_bulk_xfer
454ebb14b2Sfritsroot	uhci_hcdi_pipe_intr_xfer
464ebb14b2Sfritsroot	uhci_hcdi_pipe_isoc_xfer
47*269552cdSguoqing zhu - Sun Microsystems - Beijing Chinaroot	uhci_quiesce
484ebb14b2Sfrits
494ebb14b2Sfritsroot 	hubd_hotplug_thread
504ebb14b2Sfritsroot 	hubd_exception_cb
514ebb14b2Sfritsroot 	hubd_read_cb
524ebb14b2Sfritsroot 	hubd_disconnect_event_cb
534ebb14b2Sfritsroot 	hubd_post_resume_event_cb
544ebb14b2Sfritsroot 	hubd_pre_suspend_event_cb
554ebb14b2Sfritsroot 	hubd_reconnect_event_cb
564ebb14b2Sfritsroot	hubd_bus_power
574ebb14b2Sfrits
584ebb14b2Sfritsroot	hcdi_cb_thread
594ebb14b2Sfritsroot    hcdi_shared_cb_thread
604ebb14b2Sfrits
614ebb14b2Sfrits
624ebb14b2Sfrits### POLLED entry points
634ebb14b2Sfritsroot   uhci_hcdi_polled_input_init
644ebb14b2Sfritsroot   uhci_hcdi_polled_input_fini
654ebb14b2Sfritsroot   uhci_hcdi_polled_input_enter
664ebb14b2Sfritsroot   uhci_hcdi_polled_input_exit
674ebb14b2Sfritsroot   uhci_hcdi_polled_read
684ebb14b2Sfritsroot   uhci_hcdi_polled_output_init
694ebb14b2Sfritsroot   uhci_hcdi_polled_output_fini
704ebb14b2Sfritsroot   uhci_hcdi_polled_output_enter
714ebb14b2Sfritsroot   uhci_hcdi_polled_output_exit
724ebb14b2Sfritsroot   uhci_hcdi_polled_write
734ebb14b2Sfrits
744ebb14b2Sfrits### currently unused functions
754ebb14b2Sfrits
764ebb14b2Sfritsroot	uhci_print_td
774ebb14b2Sfritsroot	usba_pipe_sync_close
784ebb14b2Sfrits
794ebb14b2Sfritsadd uhci_trans_wrapper::tw_handle_td targets uhci_handle_bulk_td
804ebb14b2Sfritsadd uhci_trans_wrapper::tw_handle_td targets uhci_handle_intr_td
814ebb14b2Sfritsadd uhci_trans_wrapper::tw_handle_td targets uhci_handle_ctrl_td
824ebb14b2Sfritsadd uhci_trans_wrapper::tw_handle_td targets uhci_handle_isoc_td
834ebb14b2Sfrits
844ebb14b2Sfritsadd usba_hcdi_ops::usba_hcdi_console_input_init targets \
854ebb14b2Sfrits						uhci_hcdi_polled_input_init
864ebb14b2Sfritsadd usba_hcdi_ops::usba_hcdi_console_input_fini targets \
874ebb14b2Sfrits						uhci_hcdi_polled_input_fini
884ebb14b2Sfritsadd usb_bulk_req::bulk_cb targets warlock_dummy
894ebb14b2Sfritsadd usb_bulk_req::bulk_exc_cb targets warlock_dummy
904ebb14b2Sfritsadd usb_ctrl_req::ctrl_cb targets warlock_dummy
914ebb14b2Sfritsadd usb_ctrl_req::ctrl_exc_cb targets warlock_dummy
924ebb14b2Sfritsadd usb_isoc_req::isoc_cb targets warlock_dummy
934ebb14b2Sfritsadd usb_isoc_req::isoc_exc_cb targets warlock_dummy
944ebb14b2Sfritsadd usb_intr_req::intr_cb targets hubd_read_cb
954ebb14b2Sfritsadd usb_intr_req::intr_exc_cb targets hubd_exception_cb
96