xref: /titanic_50/usr/src/uts/common/io/warlock/hid.wlcmd (revision ac9468f8dd2abd7271cca0d9e1b15831d367cf9f)
14ebb14b2Sfrits
2*ac9468f8Spengcheng chen - Sun Microsystems - Beijing China# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
34ebb14b2Sfrits# Use is subject to license terms.
44ebb14b2Sfrits#
54ebb14b2Sfrits# CDDL HEADER START
64ebb14b2Sfrits#
74ebb14b2Sfrits# The contents of this file are subject to the terms of the
84ebb14b2Sfrits# Common Development and Distribution License (the "License").
94ebb14b2Sfrits# You may not use this file except in compliance with the License.
104ebb14b2Sfrits#
114ebb14b2Sfrits# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
124ebb14b2Sfrits# or http://www.opensolaris.org/os/licensing.
134ebb14b2Sfrits# See the License for the specific language governing permissions
144ebb14b2Sfrits# and limitations under the License.
154ebb14b2Sfrits#
164ebb14b2Sfrits# When distributing Covered Code, include this CDDL HEADER in each
174ebb14b2Sfrits# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
184ebb14b2Sfrits# If applicable, add the following below this CDDL HEADER, with the
194ebb14b2Sfrits# fields enclosed by brackets "[]" replaced with your own identifying
204ebb14b2Sfrits# information: Portions Copyright [yyyy] [name of copyright owner]
214ebb14b2Sfrits#
224ebb14b2Sfrits# CDDL HEADER END
234ebb14b2Sfrits#
244ebb14b2Sfrits
254ebb14b2Sfritsone hid_state
264ebb14b2Sfrits
274ebb14b2Sfrits### specify the root functions
284ebb14b2Sfrits
294ebb14b2Sfritsroot hid_open
304ebb14b2Sfritsroot hid_close
314ebb14b2Sfritsroot hid_interrupt_pipe_callback
324ebb14b2Sfritsroot hid_wsrv
334ebb14b2Sfritsroot hid_wput
344ebb14b2Sfritsroot hid_default_pipe_callback
354ebb14b2Sfritsroot hid_default_pipe_exception_callback
364ebb14b2Sfritsroot hid_interrupt_pipe_exception_callback
374ebb14b2Sfritsroot hid_restore_state_event_callback
384ebb14b2Sfritsroot hid_disconnect_event_callback
394ebb14b2Sfritsroot hid_power
404ebb14b2Sfritsroot hid_power_change_callback
414ebb14b2Sfrits
424ebb14b2Sfrits### polled functions
434ebb14b2Sfritsroot hid_polled_input_enter
444ebb14b2Sfritsroot hid_polled_input_exit
454ebb14b2Sfritsroot hid_polled_read
464ebb14b2Sfrits
474ebb14b2Sfrits### thread functions
484ebb14b2Sfritsadd        bus_ops::bus_add_eventcall targets warlock_dummy
494ebb14b2Sfritsadd        bus_ops::bus_get_eventcookie targets warlock_dummy
504ebb14b2Sfritsadd        bus_ops::bus_post_event targets warlock_dummy
514ebb14b2Sfritsadd        bus_ops::bus_remove_eventcall targets warlock_dummy
524ebb14b2Sfritsadd        bus_ops::bus_intr_ctl targets warlock_dummy
534ebb14b2Sfritsadd        bus_ops::bus_config targets warlock_dummy
544ebb14b2Sfritsadd        bus_ops::bus_unconfig targets warlock_dummy
55