1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 06:48:12 +00:00
serenity/Kernel/Bus/USB/UHCI
Andreas Kling a098266ff5 Kernel: Simplify Process factory functions
- Instead of taking the first new thread as an out-parameter, we now
  bundle the process and its first thread in a struct and use that
  as the return value.

- Make all Process factory functions return ErrorOr. Use this to convert
  some places to more TRY().

- Drop the "try_" prefix on Process factory functions.
2023-04-04 10:33:42 +02:00
..
UHCIController.cpp Kernel: Simplify Process factory functions 2023-04-04 10:33:42 +02:00
UHCIController.h Kernel: Add dmesgln_pci logging for Kernel::PCI 2023-01-05 01:44:19 +01:00
UHCIDescriptorPool.h Kernel: Turn lock ranks into template parameters 2023-01-02 18:15:27 -05:00
UHCIDescriptorTypes.h Kernel/USB: Add support for async & interrupt transfers 2022-11-12 09:08:02 -07:00
UHCIRootHub.cpp Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00
UHCIRootHub.h Kernel: Make self-contained locking smart pointers their own classes 2022-08-20 17:20:43 +02:00