HomeSort by relevance Sort by last modified time
    Searched defs:Hub (Results 1 - 3 of 3) sorted by null

  /external/syzkaller/syz-hub/
hub.go 15 "github.com/google/syzkaller/syz-hub/state"
32 type Hub struct {
50 hub := &Hub{
55 hub.keys[mgr.Name] = mgr.Key
58 hub.initHTTP(cfg.HTTP)
60 s, err := rpctype.NewRPCServer(cfg.RPC, hub)
68 func (hub *Hub) Connect(a *rpctype.HubConnectArgs, r *int) error {
69 name, err := hub.auth(a.Client, a.Key, a.Manager
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.h 567 UINT32 Hub:1;
595 UINT32 Hub:1;
960 Evaluate the slot context for hub device through XHCI's Configure_Endpoint cmd.
964 @param PortNum The total number of downstream port supported by the hub.
965 @param TTT The TT think time of the hub device.
966 @param MTT The multi-TT of the hub device.
968 @retval EFI_SUCCESS Successfully configure the hub device's slot context.
982 Evaluate the slot context for hub device through XHCI's Configure_Endpoint cmd.
986 @param PortNum The total number of downstream port supported by the hub.
987 @param TTT The TT think time of the hub device.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.h 563 UINT32 Hub:1;
591 UINT32 Hub:1;
862 Evaluate the slot context for hub device through XHCI's Configure_Endpoint cmd.
866 @param PortNum The total number of downstream port supported by the hub.
867 @param TTT The TT think time of the hub device.
868 @param MTT The multi-TT of the hub device.
870 @retval EFI_SUCCESS Successfully configure the hub device's slot context.
883 Evaluate the slot context for hub device through XHCI's Configure_Endpoint cmd.
887 @param PortNum The total number of downstream port supported by the hub.
888 @param TTT The TT think time of the hub device.
    [all...]

Completed in 55 milliseconds