1# CDDL HEADER START 2# 3# The contents of this file are subject to the terms of the 4# Common Development and Distribution License (the "License"). 5# You may not use this file except in compliance with the License. 6# 7# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 8# or http://www.opensolaris.org/os/licensing. 9# See the License for the specific language governing permissions 10# and limitations under the License. 11# 12# When distributing Covered Code, include this CDDL HEADER in each 13# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 14# If applicable, add the following below this CDDL HEADER, with the 15# fields enclosed by brackets "[]" replaced with your own identifying 16# information: Portions Copyright [yyyy] [name of copyright owner] 17# 18# CDDL HEADER END 19# 20# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 21# Use is subject to license terms. 22# 23 24one ohci_state 25one ehci_state 26one uhci_state 27one usbser_state 28one usbsacm_state 29one usbsacm_port 30 31### specify the root functions 32 33root usba_common_power 34root usba_common_register_events 35root usba_ready_interface_association_node 36 37root usbser_first_device 38root usbser_putchar 39root usbser_getchar 40root usbser_ischar 41root usbser_polledio_enter 42root usbser_polledio_exit 43root usb_console_output_fini 44root usb_console_input_enter 45root usb_console_input_exit 46root usb_console_input_fini 47root usb_console_input_init 48root usb_console_read 49root usb_get_dev_descr 50root usb_get_if_number 51root usb_parse_CV_cfg_descr 52root usb_parse_CV_ep_descr 53root usb_parse_CV_if_descr 54root usb_pipe_get_private 55root usb_get_current_frame_number 56root usb_get_max_isoc_pkts 57root usb_pipe_set_private 58root usba_ready_interface_node 59root usba_free_hcdi_ops 60root usba_async_req_raise_power 61root usba_async_req_lower_power 62root usb_req_raise_power 63root usb_req_lower_power 64root usb_set_device_pwrlvl0 65root usb_set_device_pwrlvl1 66root usb_set_device_pwrlvl2 67root usb_set_device_pwrlvl3 68root usb_is_pm_enabled 69root usb_async_req 70root usb_pipe_bulk_transfer_size 71root usb_get_ep_data 72root usba_pipe_get_policy 73root usb_pipe_ctrl_xfer_wait 74root usb_pipe_drain_reqs 75root usb_try_serialize_access 76root usb_fini_serialization 77root usb_init_serialization 78root usb_release_access 79root usb_serialize_access 80root usb_clr_feature 81root usb_clear_feature 82root usb_get_alt_if 83root usb_get_ep_descr 84root usb_get_if_descr 85root usb_log 86root usb_pipe_isoc_xfer 87root usb_pipe_stop_isoc_polling 88root usb_set_alt_if 89root usb_set_cfg 90root usb_get_cfg 91root usb_ep_num 92root usb_get_status 93root usb_pipe_reset 94root usb_log_descr_tree 95root usb_print_descr_tree 96root usb_rval2errno 97root usb_register_hotplug_cbs 98root usb_get_current_cfgidx 99root usb_register_client 100root usb_reset_device 101root usb_register_dev_driver 102root usb_unregister_dev_driver 103 104root usb_ugen_attach 105root usb_ugen_close 106root usb_ugen_detach 107root usb_ugen_disconnect_ev_cb 108root usb_ugen_get_hdl 109root usb_ugen_open 110root usb_ugen_poll 111root usb_ugen_power 112root usb_ugen_read 113root usb_ugen_reconnect_ev_cb 114root usb_ugen_write 115 116root hcdi_autoclearing 117root hcdi_cb_thread 118root hcdi_shared_cb_thread 119 120root hubd_restore_state_cb 121root hubd_disconnect_event_cb 122root hubd_post_resume_event_cb 123root hubd_pre_suspend_event_cb 124root hubd_reconnect_event_cb 125root hubd_hotplug_thread 126root hubd_reset_thread 127root hubd_cpr_post_user_callb 128root hubd_root_hub_cleanup_thread 129root hubd_bus_power 130 131root usba_pipe_do_async_func_thread 132root usba_pipe_sync_reset 133root usba_get_hc_dma_attr 134root usba_hcdi_get_req_private 135root usba_hcdi_set_req_private 136root usba_dbuf_tail 137root usba_hubdi_power 138root usba_hubdi_root_hub_power 139root usba_get_hotplug_stats 140root usba_reset_hotplug_stats 141root usba_ascii_string_descr 142root usba_move_list 143root usba_taskq_destroy 144root usba_mk_mctl 145root usb_fail_checkpoint 146 147root ohci_intr 148root ehci_intr 149 150### specify the usbsacm root functions 151 152root usbser_soft_state_size 153root usbsacm_open 154root usbser_close 155root usbser_wput 156root usbser_wsrv 157root usbser_rsrv 158root usbser_tx_cb 159root usbser_rx_cb 160root usbser_status_cb 161root usbser_wq_thread 162root usbser_rq_thread 163root usbser_disconnect_cb 164root usbser_reconnect_cb 165root usbser_cpr_suspend 166root usbser_cpr_resume 167 168root usbsacm_bulkin_cb 169root usbsacm_bulkout_cb 170 171### specify usbsacm function pointers 172 173add ds_ops::ds_attach targets usbsacm_ds_attach 174add ds_ops::ds_detach targets usbsacm_ds_detach 175add ds_ops::ds_register_cb targets usbsacm_ds_register_cb 176add ds_ops::ds_unregister_cb targets usbsacm_ds_unregister_cb 177add ds_ops::ds_open_port targets usbsacm_ds_open_port 178add ds_ops::ds_close_port targets usbsacm_ds_close_port 179add ds_ops::ds_usb_power targets usbsacm_ds_usb_power 180add ds_ops::ds_suspend targets usbsacm_ds_suspend 181add ds_ops::ds_resume targets usbsacm_ds_resume 182add ds_ops::ds_disconnect targets usbsacm_ds_disconnect 183add ds_ops::ds_reconnect targets usbsacm_ds_reconnect 184add ds_ops::ds_set_port_params targets usbsacm_ds_set_port_params 185add ds_ops::ds_set_modem_ctl targets usbsacm_ds_set_modem_ctl 186add ds_ops::ds_get_modem_ctl targets usbsacm_ds_get_modem_ctl 187add ds_ops::ds_break_ctl targets usbsacm_ds_break_ctl 188add ds_ops::ds_tx targets usbsacm_ds_tx 189add ds_ops::ds_rx targets usbsacm_ds_rx 190add ds_ops::ds_stop targets usbsacm_ds_stop 191add ds_ops::ds_start targets usbsacm_ds_start 192add ds_ops::ds_fifo_flush targets usbsacm_ds_fifo_flush 193add ds_ops::ds_fifo_drain targets usbsacm_ds_fifo_drain 194add ds_ops::ds_out_pipe targets warlock_dummy 195add ds_ops::ds_in_pipe targets warlock_dummy 196 197add usbsacm_port::acm_cb.cb_tx targets usbser_tx_cb 198add usbsacm_port::acm_cb.cb_rx targets usbser_rx_cb 199 200add usb_ctrl_req::ctrl_cb targets usbsacm_intr_cb 201add usb_ctrl_req::ctrl_exc_cb targets usbsacm_intr_ex_cb 202add usb_bulk_req::bulk_cb targets usbsacm_bulkin_cb 203add usb_bulk_req::bulk_exc_cb targets usbsacm_bulkin_cb 204add usb_bulk_req::bulk_cb targets usbsacm_bulkout_cb 205add usb_bulk_req::bulk_exc_cb targets usbsacm_bulkout_cb 206 207add usb_isoc_req::isoc_cb targets warlock_dummy 208add usb_isoc_req::isoc_exc_cb targets warlock_dummy 209add usba_pipe_async_req::callback targets warlock_dummy 210add usba_pipe_async_req::sync_func targets warlock_dummy 211add usba_pm_req::cb targets warlock_dummy 212 213add ohci_trans_wrapper::tw_handle_td targets ohci_handle_ctrl_td 214add ohci_trans_wrapper::tw_handle_td targets ohci_handle_bulk_td 215add ohci_trans_wrapper::tw_handle_td targets ohci_handle_intr_td 216add ohci_trans_wrapper::tw_handle_td targets ohci_handle_isoc_td 217 218add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_bulk_qtd 219add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_intr_qtd 220add ehci_trans_wrapper::tw_handle_qtd targets ehci_handle_ctrl_qtd 221