VirtualBox

Ignore:
Timestamp:
Oct 20, 2015 1:58:41 PM (9 years ago)
Author:
vboxsync
Message:

HostDrivers: Doxygen fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxUSB/solaris/VBoxUSB-solaris.c

    r57358 r58340  
    330330LOCAL bool vboxUSBSolarisIsUSBDevice(dev_info_t *pDip);
    331331
    332 /** Device Operation Hooks */
     332/** @name Device Operation Hooks
     333 * @{ */
    333334LOCAL int vboxUSBSolarisSendURB(vboxusb_state_t *pState, PVBOXUSBREQ_URB pUrbReq, int Mode);
    334335LOCAL int vboxUSBSolarisReapURB(vboxusb_state_t *pState, PVBOXUSBREQ_URB pUrbReq, int Mode);
     
    340341LOCAL int vboxUSBSolarisAbortPipe(vboxusb_state_t *pState, uint8_t bEndpoint);
    341342LOCAL int vboxUSBSolarisGetConfigIndex(vboxusb_state_t *pState, uint_t uCfgValue);
    342 
    343 /** Hotplug & Power Management Hooks */
     343/** @} */
     344
     345/** @name Hotplug & Power Management Hooks
     346 * @{ */
    344347LOCAL inline void vboxUSBSolarisNotifyHotplug(vboxusb_state_t *pState);
    345348LOCAL int vboxUSBSolarisDeviceDisconnected(dev_info_t *pDip);
     
    353356LOCAL void vboxUSBSolarisPowerBusy(vboxusb_state_t *pState);
    354357LOCAL void vboxUSBSolarisPowerIdle(vboxusb_state_t *pState);
    355 
    356 /** Monitor Hooks */
     358/** @} */
     359
     360/** @name Monitor Hooks
     361 * @{ */
    357362int VBoxUSBMonSolarisRegisterClient(dev_info_t *pClientDip, PVBOXUSB_CLIENT_INFO pClientInfo);
    358363int VBoxUSBMonSolarisUnregisterClient(dev_info_t *pClientDip);
    359 
    360 /** Callbacks from Monitor */
     364/** @} */
     365
     366/** @name Callbacks from Monitor
     367 * @{ */
    361368LOCAL int vboxUSBSolarisSetConsumerCredentials(RTPROCESS Process, int Instance, void *pvReserved);
     369/** @} */
    362370
    363371
     
    15511559 * Convert Solaris' USBA device state to VBox's error code.
    15521560 *
    1553  * @param   UsbRc           Solaris USBA error code.
     1561 * @param   uDeviceState        The USB device state to convert.
    15541562 *
    15551563 * @returns VBox error code.
     
    20602068 *
    20612069 * @param   pState          The USB device instance.
    2062  * @param   uCfgValue       The Configuration value.
     2070 * @param   bCfgValue       The Configuration value.
    20632071 *
    20642072 * @returns VBox error code.
     
    22162224 *
    22172225 * @param   pState          The USB device instance.
    2218  * @param   ResetLevel      The reset level.
     2226 * @param   enmReset        The reset level.
    22192227 *
    22202228 * @returns VBox error code.
     
    23502358 * @param   pEpData         The Endpoint data.
    23512359 * @param   uCfgValue       The Configuration value.
    2352  * @param   uCfgIndex       The Configuration index.
    23532360 * @param   uInterface      The Interface.
    23542361 * @param   uAlt            The Alternate setting.
     
    23572364 */
    23582365LOCAL int vboxUSBSolarisInitEndPoint(vboxusb_state_t *pState, usb_ep_data_t *pEpData, uchar_t uCfgValue,
    2359                                 uchar_t uInterface, uchar_t uAlt)
     2366                                     uchar_t uInterface, uchar_t uAlt)
    23602367{
    23612368    LogFunc((DEVICE_NAME ":vboxUSBSolarisInitEndPoint pState=%p pEpData=%p CfgVal=%d Iface=%d Alt=%d", pState,
     
    28152822 *
    28162823 * @param   pState          The USB device instance.
    2817  * @param   pUrb            The URB to initialize.
    28182824 * @param   pUrbReq         Opaque pointer to the complete request.
    2819  * @param   pMsg            Pointer to the allocated request data.
    28202825 *
    28212826 * @returns The allocated Isoc. In URB to be used.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette