Print this page
5832 EOF wireless usb (aka UWB)
Reviewed by: TBD
Reviewed by: TBD
Approved by: TBD

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/sys/usb/usba/usba_impl.h
          +++ new/usr/src/uts/common/sys/usb/usba/usba_impl.h
↓ open down ↓ 13 lines elided ↑ open up ↑
  14   14   * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15   15   * If applicable, add the following below this CDDL HEADER, with the
  16   16   * fields enclosed by brackets "[]" replaced with your own identifying
  17   17   * information: Portions Copyright [yyyy] [name of copyright owner]
  18   18   *
  19   19   * CDDL HEADER END
  20   20   */
  21   21  /*
  22   22   * Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  23   23   * Use is subject to license terms.
       24 + *
       25 + * Copyright 2014 Garrett D'Amore <garrett@damore.org>
  24   26   */
  25   27  
  26   28  #ifndef _SYS_USB_USBA_USBA_IMPL_H
  27   29  #define _SYS_USB_USBA_USBA_IMPL_H
  28   30  
  29   31  
  30   32  #include <sys/usb/usba.h>
  31   33  #include <sys/usb/usba/hcdi.h>
  32   34  #include <sys/usb/usba/hubdi.h>
  33   35  #include <sys/usb/usba/usba_private.h>
↓ open down ↓ 224 lines elided ↑ open up ↑
 258  260  
 259  261  void    usba_hubdi_initialization();
 260  262  void    usba_hubdi_destroy();
 261  263  
 262  264  void    usba_devdb_initialization();
 263  265  void    usba_devdb_destroy();
 264  266  
 265  267  int     usba_hubdi_register(dev_info_t  *, uint_t);
 266  268  int     usba_hubdi_unregister(dev_info_t *);
 267  269  
 268      -void    usba_whcdi_initialization();
 269      -void    usba_whcdi_destroy();
 270      -
 271  270  int     usba_is_root_hub(dev_info_t *dip);
 272      -int     usba_is_wa(dev_info_t *dip);
 273      -int     usba_is_hwa(dev_info_t *dip);
 274  271  
 275  272  usba_device_t *usba_alloc_usba_device(dev_info_t *);
 276      -void    usba_free_wireless_data(usba_wireless_data_t *wireless_data);
 277  273  void    usba_free_usba_device(usba_device_t *usba_device_t);
 278  274  void    usba_clear_data_toggle(usba_device_t *usba_device);
 279  275  
 280  276  void    usba_start_next_req(usba_pipe_handle_data_t *ph);
 281  277  
 282  278  int     usba_pipe_check_handle(usba_pipe_handle_data_t *);
 283  279  int     usba_drain_cbs(usba_pipe_handle_data_t *, usb_cb_flags_t,
 284  280                          usb_cr_t);
 285  281  int     usba_pipe_setup_func_call(dev_info_t *,
 286  282                          int (*sync_func)(dev_info_t *,
↓ open down ↓ 165 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX