VirtualBox

Changeset 81544 in vbox for trunk/src/VBox/Devices/USB


Ignore:
Timestamp:
Oct 25, 2019 1:37:23 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
134277
Message:

DevOHCI: doxygen fixes. bugref:9218

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/USB/DevOHCI.cpp

    r81543 r81544  
    25342534 *
    25352535 * @returns nothing.
    2536  * @param   pThis       The OHCI controller instance to lock, ring-3 edition.
     2536 * @param   pThisCC     The OHCI controller instance to lock, ring-3 edition.
    25372537 */
    25382538DECLINLINE(void) ohciR3Lock(POHCICC pThisCC)
     
    25522552 *
    25532553 * @returns nothing.
    2554  * @param   pThis       The OHCI controller instance to unlock, ring-3 edition.
     2554 * @param   pThisCC     The OHCI controller instance to unlock, ring-3 edition.
    25552555 */
    25562556DECLINLINE(void) ohciR3Unlock(POHCICC pThisCC)
     
    33973397 * @returns false on failure to submit.
    33983398 * @param   pDevIns The device instance.
    3399  * @param   pThis   The OHCI controller instance data.
     3399 * @param   pThis   The OHCI controller instance data, shared edition.
     3400 * @param   pThisCC The OHCI controller instance data, ring-3 edition.
    34003401 * @param   pITd    The transfer descriptor to service.
    34013402 * @param   ITdAddr The address of the transfer descriptor in gues memory.
     
    40114012 * Update the HCCA.
    40124013 *
    4013  * @param   pThis   The OHCI instance data.
     4014 * @param   pDevIns The device instance.
     4015 * @param   pThis   The OHCI controller instance data, shared edition.
     4016 * @param   pThisCC The OHCI controller instance data, ring-3 edition.
    40144017 */
    40154018static void ohciR3UpdateHCCA(PPDMDEVINS pDevIns, POHCI pThis, POHCICC pThisCC)
Note: See TracChangeset for help on using the changeset viewer.

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