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 wusb_ca_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### specify the root functions 32*9430SRaymond.Chen@Sun.COM 33*9430SRaymond.Chen@Sun.COMroot wusb_ca_open 34*9430SRaymond.Chen@Sun.COMroot wusb_ca_close 35*9430SRaymond.Chen@Sun.COMroot wusb_ca_ioctl 36*9430SRaymond.Chen@Sun.COMroot wusb_ca_disconnect_callback 37*9430SRaymond.Chen@Sun.COMroot wusb_ca_reconnect_callback 38*9430SRaymond.Chen@Sun.COM 39*9430SRaymond.Chen@Sun.COM 40*9430SRaymond.Chen@Sun.COMroot hubd_disconnect_event_cb 41*9430SRaymond.Chen@Sun.COMroot hubd_post_resume_event_cb 42*9430SRaymond.Chen@Sun.COMroot hubd_pre_suspend_event_cb 43*9430SRaymond.Chen@Sun.COMroot hubd_reconnect_event_cb 44*9430SRaymond.Chen@Sun.COMroot hubd_bus_power 45*9430SRaymond.Chen@Sun.COMroot usba_persistent_pipe_close 46*9430SRaymond.Chen@Sun.COMroot hubd_restore_state_cb 47