14ebb14b2Sfrits# 24ebb14b2Sfrits# CDDL HEADER START 34ebb14b2Sfrits# 44ebb14b2Sfrits# The contents of this file are subject to the terms of the 54ebb14b2Sfrits# Common Development and Distribution License (the "License"). 64ebb14b2Sfrits# You may not use this file except in compliance with the License. 74ebb14b2Sfrits# 84ebb14b2Sfrits# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 94ebb14b2Sfrits# or http://www.opensolaris.org/os/licensing. 104ebb14b2Sfrits# See the License for the specific language governing permissions 114ebb14b2Sfrits# and limitations under the License. 124ebb14b2Sfrits# 134ebb14b2Sfrits# When distributing Covered Code, include this CDDL HEADER in each 144ebb14b2Sfrits# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 154ebb14b2Sfrits# If applicable, add the following below this CDDL HEADER, with the 164ebb14b2Sfrits# fields enclosed by brackets "[]" replaced with your own identifying 174ebb14b2Sfrits# information: Portions Copyright [yyyy] [name of copyright owner] 184ebb14b2Sfrits# 194ebb14b2Sfrits# CDDL HEADER END 204ebb14b2Sfrits# 214ebb14b2Sfrits 2288447a05SGarrett D'Amore# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 234ebb14b2Sfrits# Use is subject to license terms. 244ebb14b2Sfrits# 254ebb14b2Sfrits 264ebb14b2Sfritsone usb_ac_state 274ebb14b2Sfrits 284ebb14b2Sfrits### specify the root functions 294ebb14b2Sfritsroot usb_ac_open 304ebb14b2Sfritsroot usb_ac_close 314ebb14b2Sfrits 324ebb14b2Sfritsroot usb_ac_disconnect_event_cb 334ebb14b2Sfritsroot usb_ac_reconnect_event_cb 344ebb14b2Sfritsroot usb_ac_power 354ebb14b2Sfrits 364ebb14b2Sfritsroot usb_ac_set_format 374ebb14b2Sfritsroot usb_ac_setup 384ebb14b2Sfritsroot usb_ac_start_play 394ebb14b2Sfritsroot usb_ac_start_record 404ebb14b2Sfritsroot usb_ac_stop_play 414ebb14b2Sfritsroot usb_ac_stop_record 424ebb14b2Sfritsroot usb_ac_teardown 434ebb14b2Sfrits 44*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_ac_get_audio 45*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_ac_send_audio 46*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_ac_ctrl_restore 47*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_audio_set_mute 48*e272e4c8SBinzi Cao - Sun Microsystems - Beijing China 49*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_engine_start 50*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_engine_stop 51*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_engine_sync 52*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_engine_rate 53*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_engine_format 54*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_engine_count 55*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_engine_close 56*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_engine_channels 57*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_engine_open 58*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_engine_qlen 59*e272e4c8SBinzi Cao - Sun Microsystems - Beijing China 60*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_ac_mux_plumbing_tq 61*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_ac_mux_unplumbing_tq 62*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_ac_reader 63*e272e4c8SBinzi Cao - Sun Microsystems - Beijing China 64*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_audio_write_monitor_gain 65*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_audio_write_mono_rec 66*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_audio_write_mono_vol 67*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_audio_write_ster_vol 68*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_audio_write_stero_rec 69*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_audio_write_rec_src 70*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_audio_write_mic_boost 71*e272e4c8SBinzi Cao - Sun Microsystems - Beijing Chinaroot usb_audio_ctrl_read 72*e272e4c8SBinzi Cao - Sun Microsystems - Beijing China 734ebb14b2Sfritsadd bus_ops::bus_add_eventcall targets warlock_dummy 744ebb14b2Sfritsadd bus_ops::bus_get_eventcookie targets warlock_dummy 754ebb14b2Sfritsadd bus_ops::bus_post_event targets warlock_dummy 764ebb14b2Sfritsadd bus_ops::bus_remove_eventcall targets warlock_dummy 774ebb14b2Sfritsadd bus_ops::bus_intr_ctl targets warlock_dummy 784ebb14b2Sfritsadd bus_ops::bus_config targets warlock_dummy 794ebb14b2Sfritsadd bus_ops::bus_unconfig targets warlock_dummy 80