xref: /onnv-gate/usr/src/uts/common/io/warlock/uwba.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 uwba_dev
27*9430SRaymond.Chen@Sun.COM
28*9430SRaymond.Chen@Sun.COM### specify the root functions
29*9430SRaymond.Chen@Sun.COM
30*9430SRaymond.Chen@Sun.COMroot uwb_allocate_channel
31*9430SRaymond.Chen@Sun.COMroot uwb_dev_attach
32*9430SRaymond.Chen@Sun.COMroot uwb_dev_detach
33*9430SRaymond.Chen@Sun.COMroot uwb_dev_offline
34*9430SRaymond.Chen@Sun.COMroot uwb_dev_online
35*9430SRaymond.Chen@Sun.COMroot uwb_do_ioctl
36*9430SRaymond.Chen@Sun.COMroot uwb_get_dev_addr
37*9430SRaymond.Chen@Sun.COMroot uwb_get_dip
38*9430SRaymond.Chen@Sun.COMroot uwb_get_mac_addr
39*9430SRaymond.Chen@Sun.COMroot uwb_init_phy
40*9430SRaymond.Chen@Sun.COMroot uwb_parse_evt_notif
41*9430SRaymond.Chen@Sun.COMroot uwb_process_rccb_cmd
42*9430SRaymond.Chen@Sun.COMroot uwb_reset_dev
43*9430SRaymond.Chen@Sun.COMroot uwb_set_dev_addr
44*9430SRaymond.Chen@Sun.COMroot uwb_start_beacon
45*9430SRaymond.Chen@Sun.COMroot uwb_stop_beacon
46*9430SRaymond.Chen@Sun.COMroot uwb_dev_disconnect
47*9430SRaymond.Chen@Sun.COMroot uwb_dev_reconnect
48*9430SRaymond.Chen@Sun.COM
49*9430SRaymond.Chen@Sun.COM
50*9430SRaymond.Chen@Sun.COM### currently unused functions
51*9430SRaymond.Chen@Sun.COM
52*9430SRaymond.Chen@Sun.COMadd bus_ops::bus_add_eventcall targets warlock_dummy
53*9430SRaymond.Chen@Sun.COMadd bus_ops::bus_config targets warlock_dummy
54*9430SRaymond.Chen@Sun.COMadd bus_ops::bus_get_eventcookie targets warlock_dummy
55*9430SRaymond.Chen@Sun.COMadd bus_ops::bus_intr_ctl targets warlock_dummy
56*9430SRaymond.Chen@Sun.COMadd bus_ops::bus_post_event targets warlock_dummy
57*9430SRaymond.Chen@Sun.COMadd bus_ops::bus_remove_eventcall targets warlock_dummy
58*9430SRaymond.Chen@Sun.COMadd bus_ops::bus_unconfig targets warlock_dummy
59*9430SRaymond.Chen@Sun.COMadd uwba_dev::send_cmd targets warlock_dummy
60