1*9430SRaymond.Chen@Sun.COM# 2*9430SRaymond.Chen@Sun.COM# CDDL HEADER START 3*9430SRaymond.Chen@Sun.COM# 4*9430SRaymond.Chen@Sun.COM# The contents of this file are subject to the terms of the 5*9430SRaymond.Chen@Sun.COM# Common Development and Distribution License (the "License"). 6*9430SRaymond.Chen@Sun.COM# You may not use this file except in compliance with the License. 7*9430SRaymond.Chen@Sun.COM# 8*9430SRaymond.Chen@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*9430SRaymond.Chen@Sun.COM# or http://www.opensolaris.org/os/licensing. 10*9430SRaymond.Chen@Sun.COM# See the License for the specific language governing permissions 11*9430SRaymond.Chen@Sun.COM# and limitations under the License. 12*9430SRaymond.Chen@Sun.COM# 13*9430SRaymond.Chen@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 14*9430SRaymond.Chen@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*9430SRaymond.Chen@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 16*9430SRaymond.Chen@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 17*9430SRaymond.Chen@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 18*9430SRaymond.Chen@Sun.COM# 19*9430SRaymond.Chen@Sun.COM# CDDL HEADER END 20*9430SRaymond.Chen@Sun.COM# 21*9430SRaymond.Chen@Sun.COM# 22*9430SRaymond.Chen@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23*9430SRaymond.Chen@Sun.COM# Use is subject to license terms. 24*9430SRaymond.Chen@Sun.COM# 25*9430SRaymond.Chen@Sun.COM 26*9430SRaymond.Chen@Sun.COMone hwahc_state 27*9430SRaymond.Chen@Sun.COMone usba_device 28*9430SRaymond.Chen@Sun.COMone usba_pipe_handle_data 29*9430SRaymond.Chen@Sun.COMone usba_ph_impl 30*9430SRaymond.Chen@Sun.COMone hubd 31*9430SRaymond.Chen@Sun.COM 32*9430SRaymond.Chen@Sun.COM 33*9430SRaymond.Chen@Sun.COM### specify the root functions 34*9430SRaymond.Chen@Sun.COM### hcdi entry points 35*9430SRaymond.Chen@Sun.COMroot hwahc_notif_thread 36*9430SRaymond.Chen@Sun.COMroot hwahc_result_thread 37*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_open 38*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_close 39*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_stop_intr_polling 40*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_stop_isoc_polling 41*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_reset 42*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_bulk_transfer_size 43*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_get_current_frame_number 44*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_get_max_isoc_pkts 45*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_ctrl_xfer 46*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_bulk_xfer 47*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_intr_xfer 48*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_isoc_xfer 49*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pm_support 50*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_reset_data_toggle 51*9430SRaymond.Chen@Sun.COMroot usb_get_if_number 52*9430SRaymond.Chen@Sun.COMroot usba_free_hcdi_ops 53*9430SRaymond.Chen@Sun.COMroot usb_set_device_pwrlvl0 54*9430SRaymond.Chen@Sun.COMroot usb_set_device_pwrlvl1 55*9430SRaymond.Chen@Sun.COMroot usb_set_device_pwrlvl2 56*9430SRaymond.Chen@Sun.COMroot usb_set_device_pwrlvl3 57*9430SRaymond.Chen@Sun.COMroot usb_async_req 58*9430SRaymond.Chen@Sun.COMroot usb_pipe_ctrl_xfer_wait 59*9430SRaymond.Chen@Sun.COMroot usb_pipe_reset 60*9430SRaymond.Chen@Sun.COMroot hubd_ready_device 61*9430SRaymond.Chen@Sun.COMroot hubd_schedule_cleanup 62*9430SRaymond.Chen@Sun.COMroot hubd_select_device_configuration 63*9430SRaymond.Chen@Sun.COMroot hubd_disconnect_event_cb 64*9430SRaymond.Chen@Sun.COMroot hubd_post_resume_event_cb 65*9430SRaymond.Chen@Sun.COMroot hubd_pre_suspend_event_cb 66*9430SRaymond.Chen@Sun.COMroot hubd_reconnect_event_cb 67*9430SRaymond.Chen@Sun.COMroot hubd_bus_power 68*9430SRaymond.Chen@Sun.COM 69*9430SRaymond.Chen@Sun.COMroot hwahc_add_mmc_ie 70*9430SRaymond.Chen@Sun.COMroot hwahc_get_time 71*9430SRaymond.Chen@Sun.COMroot hwahc_remove_mmc_ie 72*9430SRaymond.Chen@Sun.COMroot hwahc_set_cluster_id 73*9430SRaymond.Chen@Sun.COMroot hwahc_set_dev_encrypt 74*9430SRaymond.Chen@Sun.COMroot hwahc_set_device_info 75*9430SRaymond.Chen@Sun.COMroot hwahc_set_encrypt 76*9430SRaymond.Chen@Sun.COMroot hwahc_set_gtk 77*9430SRaymond.Chen@Sun.COMroot hwahc_set_keys 78*9430SRaymond.Chen@Sun.COMroot hwahc_set_num_dnts 79*9430SRaymond.Chen@Sun.COMroot hwahc_set_ptk 80*9430SRaymond.Chen@Sun.COMroot hwahc_set_stream_idx 81*9430SRaymond.Chen@Sun.COMroot hwahc_set_wusb_mas 82*9430SRaymond.Chen@Sun.COMroot hwahc_stop_ch 83*9430SRaymond.Chen@Sun.COMroot hwahc_create_child 84*9430SRaymond.Chen@Sun.COMroot hwahc_disconnect_dev 85*9430SRaymond.Chen@Sun.COMroot hwahc_disconnect_event_cb 86*9430SRaymond.Chen@Sun.COMroot hwahc_handle_notif 87*9430SRaymond.Chen@Sun.COMroot hwahc_handle_xfer_result 88*9430SRaymond.Chen@Sun.COMroot hwahc_intr_cb 89*9430SRaymond.Chen@Sun.COMroot hwahc_intr_exc_cb 90*9430SRaymond.Chen@Sun.COMroot hwahc_pipe_submit_periodic_req 91*9430SRaymond.Chen@Sun.COMroot hwahc_post_resume_event_cb 92*9430SRaymond.Chen@Sun.COMroot hwahc_pre_suspend_event_cb 93*9430SRaymond.Chen@Sun.COMroot hwahc_reconnect_dev 94*9430SRaymond.Chen@Sun.COMroot hwahc_reconnect_event_cb 95*9430SRaymond.Chen@Sun.COMroot hwahc_restore_device_state 96*9430SRaymond.Chen@Sun.COMroot hwahc_rpipe_xfer_cb 97*9430SRaymond.Chen@Sun.COM 98*9430SRaymond.Chen@Sun.COMroot usb_check_same_device 99*9430SRaymond.Chen@Sun.COMroot usba_bind_driver 100*9430SRaymond.Chen@Sun.COMroot usba_destroy_child_devi 101*9430SRaymond.Chen@Sun.COMroot usba_get_dev_string_descrs 102*9430SRaymond.Chen@Sun.COMroot usba_hubdi_check_power_budget 103*9430SRaymond.Chen@Sun.COMroot usba_hubdi_incr_power_budget 104*9430SRaymond.Chen@Sun.COMroot usba_persistent_pipe_close 105*9430SRaymond.Chen@Sun.COMroot usba_persistent_pipe_open 106*9430SRaymond.Chen@Sun.COM 107*9430SRaymond.Chen@Sun.COM### POLLED entry points 108*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_polled_input_init 109*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_polled_input_fini 110*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_polled_input_enter 111*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_polled_input_exit 112*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_polled_read 113*9430SRaymond.Chen@Sun.COM 114*9430SRaymond.Chen@Sun.COMroot hubd_restore_state_cb 115*9430SRaymond.Chen@Sun.COM 116*9430SRaymond.Chen@Sun.COM### currently unused functions 117*9430SRaymond.Chen@Sun.COM 118*9430SRaymond.Chen@Sun.COMadd wusb_wa_trans_wrapper::wr_cb targets warlock_dummy 119*9430SRaymond.Chen@Sun.COM 120*9430SRaymond.Chen@Sun.COMadd usba_hcdi_ops::usba_hcdi_console_input_init targets \ 121*9430SRaymond.Chen@Sun.COM hwahc_hcdi_polled_input_init 122*9430SRaymond.Chen@Sun.COMadd usba_hcdi_ops::usba_hcdi_console_input_fini targets \ 123*9430SRaymond.Chen@Sun.COM hwahc_hcdi_polled_input_fini 124*9430SRaymond.Chen@Sun.COM 125*9430SRaymond.Chen@Sun.COMadd wusb_hc_data::add_mmc_ie targets hwahc_add_mmc_ie 126*9430SRaymond.Chen@Sun.COMadd wusb_hc_data::create_child targets hwahc_create_child 127*9430SRaymond.Chen@Sun.COM 128*9430SRaymond.Chen@Sun.COMadd wusb_hc_data::destroy_child targets warlock_dummy 129*9430SRaymond.Chen@Sun.COMadd wusb_hc_data::disconnect_dev targets warlock_dummy 130*9430SRaymond.Chen@Sun.COMadd wusb_hc_data::get_time targets warlock_dummy 131*9430SRaymond.Chen@Sun.COMadd wusb_hc_data::reconnect_dev targets warlock_dummy 132*9430SRaymond.Chen@Sun.COMadd wusb_hc_data::rem_mmc_ie targets warlock_dummy 133*9430SRaymond.Chen@Sun.COMadd wusb_hc_data::set_cluster_id targets warlock_dummy 134*9430SRaymond.Chen@Sun.COMadd wusb_hc_data::set_device_info targets warlock_dummy 135*9430SRaymond.Chen@Sun.COMadd wusb_hc_data::set_encrypt targets warlock_dummy 136*9430SRaymond.Chen@Sun.COMadd wusb_hc_data::set_gtk targets warlock_dummy 137*9430SRaymond.Chen@Sun.COMadd wusb_hc_data::set_num_dnts targets warlock_dummy 138*9430SRaymond.Chen@Sun.COMadd wusb_hc_data::set_ptk targets warlock_dummy 139*9430SRaymond.Chen@Sun.COMadd wusb_hc_data::set_stream_idx targets warlock_dummy 140*9430SRaymond.Chen@Sun.COMadd wusb_hc_data::set_wusb_mas targets warlock_dummy 141*9430SRaymond.Chen@Sun.COMadd wusb_hc_data::stop_ch targets warlock_dummy 142*9430SRaymond.Chen@Sun.COM 143