# # Copyright 2009 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # CDDL HEADER START # # The contents of this file are subject to the terms of the # Common Development and Distribution License (the "License"). # You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. # See the License for the specific language governing permissions # and limitations under the License. # # When distributing Covered Code, include this CDDL HEADER in each # file and include the License file at usr/src/OPENSOLARIS.LICENSE. # If applicable, add the following below this CDDL HEADER, with the # fields enclosed by brackets "[]" replaced with your own identifying # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # one uhci_state one usba_device one usba_pipe_handle_data one usba_ph_impl ### specify the root functions ### hcdi entry points root uhci_hcdi_pipe_open root uhci_hcdi_pipe_close root uhci_hcdi_pipe_stop_intr_polling root uhci_hcdi_pipe_stop_isoc_polling root uhci_hcdi_pipe_reset root uhci_hcdi_pipe_reset_data_toggle root uhci_hcdi_bulk_transfer_size root uhci_hcdi_get_current_frame_number root uhci_hcdi_get_max_isoc_pkts root uhci_intr root uhci_hcdi_pipe_ctrl_xfer root uhci_hcdi_pipe_bulk_xfer root uhci_hcdi_pipe_intr_xfer root uhci_hcdi_pipe_isoc_xfer root uhci_quiesce root hubd_hotplug_thread root hubd_exception_cb root hubd_read_cb root hubd_disconnect_event_cb root hubd_post_resume_event_cb root hubd_pre_suspend_event_cb root hubd_reconnect_event_cb root hubd_bus_power root hcdi_cb_thread root hcdi_shared_cb_thread ### POLLED entry points root uhci_hcdi_polled_input_init root uhci_hcdi_polled_input_fini root uhci_hcdi_polled_input_enter root uhci_hcdi_polled_input_exit root uhci_hcdi_polled_read root uhci_hcdi_polled_output_init root uhci_hcdi_polled_output_fini root uhci_hcdi_polled_output_enter root uhci_hcdi_polled_output_exit root uhci_hcdi_polled_write ### currently unused functions root uhci_print_td root usba_pipe_sync_close add uhci_trans_wrapper::tw_handle_td targets uhci_handle_bulk_td add uhci_trans_wrapper::tw_handle_td targets uhci_handle_intr_td add uhci_trans_wrapper::tw_handle_td targets uhci_handle_ctrl_td add uhci_trans_wrapper::tw_handle_td targets uhci_handle_isoc_td add usba_hcdi_ops::usba_hcdi_console_input_init targets \ uhci_hcdi_polled_input_init add usba_hcdi_ops::usba_hcdi_console_input_fini targets \ uhci_hcdi_polled_input_fini add usb_bulk_req::bulk_cb targets warlock_dummy add usb_bulk_req::bulk_exc_cb targets warlock_dummy add usb_ctrl_req::ctrl_cb targets warlock_dummy add usb_ctrl_req::ctrl_exc_cb targets warlock_dummy add usb_isoc_req::isoc_cb targets warlock_dummy add usb_isoc_req::isoc_exc_cb targets warlock_dummy add usb_intr_req::intr_cb targets hubd_read_cb add usb_intr_req::intr_exc_cb targets hubd_exception_cb