1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23# Use is subject to license terms. 24# 25 26 27one ohci_state 28one usba_device 29one usba_pipe_handle_data 30one usba_ph_impl 31 32### specify the root functions 33 34### hcdi entry points 35root ohci_hcdi_pipe_open 36root ohci_hcdi_pipe_close 37root ohci_hcdi_pipe_stop_intr_polling 38root ohci_hcdi_pipe_stop_isoc_polling 39root ohci_hcdi_pipe_reset 40root ohci_hcdi_pipe_reset_data_toggle 41root ohci_hcdi_bulk_transfer_size 42root ohci_hcdi_get_current_frame_number 43root ohci_hcdi_get_max_isoc_pkts 44root ohci_intr 45root ohci_hcdi_pipe_ctrl_xfer 46root ohci_hcdi_pipe_bulk_xfer 47root ohci_hcdi_pipe_intr_xfer 48root ohci_hcdi_pipe_isoc_xfer 49root ohci_hcdi_pm_support 50root ohci_quiesce 51 52root hubd_hotplug_thread 53root hubd_exception_cb 54root hubd_read_cb 55root hubd_disconnect_event_cb 56root hubd_post_resume_event_cb 57root hubd_pre_suspend_event_cb 58root hubd_reconnect_event_cb 59root hubd_bus_power 60root hcdi_cb_thread 61root hcdi_shared_cb_thread 62 63### POLLED entry points 64root ohci_hcdi_polled_input_init 65root ohci_hcdi_polled_input_fini 66root ohci_hcdi_polled_input_enter 67root ohci_hcdi_polled_input_exit 68root ohci_hcdi_polled_read 69root ohci_hcdi_polled_output_init 70root ohci_hcdi_polled_output_fini 71root ohci_hcdi_polled_output_enter 72root ohci_hcdi_polled_output_exit 73root ohci_hcdi_polled_write 74 75### currently unused functions 76 77root ohci_print_ed 78root ohci_print_td 79root usba_pipe_sync_close 80 81add ohci_trans_wrapper::tw_handle_td targets ohci_handle_bulk_td 82add ohci_trans_wrapper::tw_handle_td targets ohci_handle_intr_td 83add ohci_trans_wrapper::tw_handle_td targets ohci_handle_ctrl_td 84add ohci_trans_wrapper::tw_handle_td targets ohci_handle_isoc_td 85 86add usba_hcdi_ops::usba_hcdi_console_input_init targets \ 87 ohci_hcdi_polled_input_init 88add usba_hcdi_ops::usba_hcdi_console_input_fini targets \ 89 ohci_hcdi_polled_input_fini 90add usb_bulk_req::bulk_cb targets warlock_dummy 91add usb_bulk_req::bulk_exc_cb targets warlock_dummy 92add usb_ctrl_req::ctrl_cb targets warlock_dummy 93add usb_ctrl_req::ctrl_exc_cb targets warlock_dummy 94add usb_isoc_req::isoc_cb targets warlock_dummy 95add usb_isoc_req::isoc_exc_cb targets warlock_dummy 96add usb_intr_req::intr_cb targets hubd_read_cb 97add usb_intr_req::intr_exc_cb targets hubd_exception_cb 98