xref: /onnv-gate/usr/src/uts/common/io/warlock/hwahc.wlcmd (revision 9430:637732b28916)
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.COM
31*9430SRaymond.Chen@Sun.COM### specify the root functions
32*9430SRaymond.Chen@Sun.COM
33*9430SRaymond.Chen@Sun.COM### hcdi entry points
34*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_bulk_transfer_size
35*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_get_current_frame_number
36*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_get_max_isoc_pkts
37*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_bulk_xfer
38*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_close
39*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_ctrl_xfer
40*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_intr_xfer
41*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_isoc_xfer
42*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_open
43*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_reset
44*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_stop_intr_polling
45*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_stop_isoc_polling
46*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pm_support
47*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_polled_input_enter
48*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_polled_input_exit
49*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_polled_input_fini
50*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_polled_input_init
51*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_polled_read
52*9430SRaymond.Chen@Sun.COMroot hwahc_hcdi_pipe_reset_data_toggle
53*9430SRaymond.Chen@Sun.COM
54*9430SRaymond.Chen@Sun.COMroot hwahc_add_mmc_ie
55*9430SRaymond.Chen@Sun.COMroot hwahc_get_time
56*9430SRaymond.Chen@Sun.COMroot hwahc_remove_mmc_ie
57*9430SRaymond.Chen@Sun.COMroot hwahc_set_cluster_id
58*9430SRaymond.Chen@Sun.COMroot hwahc_set_dev_encrypt
59*9430SRaymond.Chen@Sun.COMroot hwahc_set_keys
60*9430SRaymond.Chen@Sun.COMroot hwahc_set_num_dnts
61*9430SRaymond.Chen@Sun.COMroot hwahc_set_stream_idx
62*9430SRaymond.Chen@Sun.COMroot hwahc_set_wusb_mas
63*9430SRaymond.Chen@Sun.COMroot hwahc_stop_ch
64*9430SRaymond.Chen@Sun.COM
65*9430SRaymond.Chen@Sun.COMroot hwahc_cleanup_child
66*9430SRaymond.Chen@Sun.COMroot hwahc_create_child
67*9430SRaymond.Chen@Sun.COMroot hwahc_destroy_child
68*9430SRaymond.Chen@Sun.COMroot hwahc_disconnect_dev
69*9430SRaymond.Chen@Sun.COMroot hwahc_reconnect_dev
70*9430SRaymond.Chen@Sun.COMroot hwahc_set_device_info
71*9430SRaymond.Chen@Sun.COMroot hwahc_set_encrypt
72*9430SRaymond.Chen@Sun.COMroot hwahc_set_gtk
73*9430SRaymond.Chen@Sun.COMroot hwahc_set_ptk
74*9430SRaymond.Chen@Sun.COM
75*9430SRaymond.Chen@Sun.COMroot hwahc_notif_thread
76*9430SRaymond.Chen@Sun.COMroot hwahc_intr_cb
77*9430SRaymond.Chen@Sun.COMroot hwahc_intr_exc_cb
78*9430SRaymond.Chen@Sun.COMroot hwahc_disconnect_event_cb
79*9430SRaymond.Chen@Sun.COMroot hwahc_post_resume_event_cb
80*9430SRaymond.Chen@Sun.COMroot hwahc_pre_suspend_event_cb
81*9430SRaymond.Chen@Sun.COMroot hwahc_reconnect_event_cb
82*9430SRaymond.Chen@Sun.COMroot hwahc_result_thread
83*9430SRaymond.Chen@Sun.COMroot hwahc_pipe_submit_periodic_req
84*9430SRaymond.Chen@Sun.COMroot hwahc_rpipe_xfer_cb
85*9430SRaymond.Chen@Sun.COM
86*9430SRaymond.Chen@Sun.COMroot ndi_devi_online
87*9430SRaymond.Chen@Sun.COM
88*9430SRaymond.Chen@Sun.COM### POLLED entry points
89*9430SRaymond.Chen@Sun.COMroot   hwahc_hcdi_polled_input_init
90*9430SRaymond.Chen@Sun.COMroot   hwahc_hcdi_polled_input_fini
91*9430SRaymond.Chen@Sun.COMroot   hwahc_hcdi_polled_input_enter
92*9430SRaymond.Chen@Sun.COMroot   hwahc_hcdi_polled_input_exit
93*9430SRaymond.Chen@Sun.COMroot   hwahc_hcdi_polled_read
94*9430SRaymond.Chen@Sun.COM
95*9430SRaymond.Chen@Sun.COMadd wusb_wa_trans_wrapper::wr_cb targets warlock_dummy
96*9430SRaymond.Chen@Sun.COM
97*9430SRaymond.Chen@Sun.COMadd usba_hcdi_ops::usba_hcdi_console_input_init targets \
98*9430SRaymond.Chen@Sun.COM						hwahc_hcdi_polled_input_init
99*9430SRaymond.Chen@Sun.COMadd usba_hcdi_ops::usba_hcdi_console_input_fini targets \
100*9430SRaymond.Chen@Sun.COM						hwahc_hcdi_polled_input_fini
101*9430SRaymond.Chen@Sun.COM
102*9430SRaymond.Chen@Sun.COMadd        bus_ops::bus_add_eventcall targets warlock_dummy
103*9430SRaymond.Chen@Sun.COMadd        bus_ops::bus_get_eventcookie targets warlock_dummy
104*9430SRaymond.Chen@Sun.COMadd        bus_ops::bus_post_event targets warlock_dummy
105*9430SRaymond.Chen@Sun.COMadd        bus_ops::bus_remove_eventcall targets warlock_dummy
106*9430SRaymond.Chen@Sun.COMadd        bus_ops::bus_intr_ctl targets warlock_dummy
107*9430SRaymond.Chen@Sun.COMadd        bus_ops::bus_config targets warlock_dummy
108*9430SRaymond.Chen@Sun.COMadd        bus_ops::bus_unconfig targets warlock_dummy
109*9430SRaymond.Chen@Sun.COM
110*9430SRaymond.Chen@Sun.COMadd        wusb_hc_data::set_device_info targets hwahc_set_device_info
111*9430SRaymond.Chen@Sun.COM
112*9430SRaymond.Chen@Sun.COMadd hubd::h_cleanup_child target hwahc_cleanup_child
113*9430SRaymond.Chen@Sun.COM
114*9430SRaymond.Chen@Sun.COMignore msgb::b_wptr
115