xref: /onnv-gate/usr/src/uts/common/io/warlock/usb_as.wlcmd (revision 10398:1df1b43027bb)
13138Sfrits#
2*10398SBinzi.Cao@Sun.COM# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
33138Sfrits# Use is subject to license terms.
43138Sfrits#
53138Sfrits# CDDL HEADER START
63138Sfrits#
73138Sfrits# The contents of this file are subject to the terms of the
83138Sfrits# Common Development and Distribution License (the "License").
93138Sfrits# You may not use this file except in compliance with the License.
103138Sfrits#
113138Sfrits# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
123138Sfrits# or http://www.opensolaris.org/os/licensing.
133138Sfrits# See the License for the specific language governing permissions
143138Sfrits# and limitations under the License.
153138Sfrits#
163138Sfrits# When distributing Covered Code, include this CDDL HEADER in each
173138Sfrits# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
183138Sfrits# If applicable, add the following below this CDDL HEADER, with the
193138Sfrits# fields enclosed by brackets "[]" replaced with your own identifying
203138Sfrits# information: Portions Copyright [yyyy] [name of copyright owner]
213138Sfrits#
223138Sfrits# CDDL HEADER END
233138Sfrits#
243138Sfrits
253138Sfrits
263138Sfritsone usb_as_state
273138Sfrits
283138Sfrits### specify the root functions
293138Sfritsroot usb_as_disconnect_event_cb
303138Sfritsroot usb_as_reconnect_event_cb
313138Sfrits
323138Sfritsroot usb_as_open
333138Sfritsroot usb_as_close
343138Sfrits
353138Sfritsroot usb_as_power
363138Sfrits
373138Sfritsroot usb_as_play_cb
383138Sfritsroot usb_as_play_exc_cb
393138Sfritsroot usb_as_record_cb
403138Sfritsroot usb_as_record_exc_cb
413138Sfrits
423138Sfritsadd	   bus_ops::bus_add_eventcall targets warlock_dummy
433138Sfritsadd	   bus_ops::bus_get_eventcookie targets warlock_dummy
443138Sfritsadd	   bus_ops::bus_post_event targets warlock_dummy
453138Sfritsadd	   bus_ops::bus_remove_eventcall targets warlock_dummy
463138Sfritsadd	   bus_ops::bus_intr_ctl targets warlock_dummy
473138Sfritsadd        bus_ops::bus_config targets warlock_dummy
483138Sfritsadd        bus_ops::bus_unconfig targets warlock_dummy
49