:: RootR ::  Hosting Order Map Login   Secure Inter-Network Operations  
 
struct_usb_ep_caps(9) - phpMan

Command: man perldoc info search(apropos)  


STRUCT USB_EP_CAPS(9)                 Kernel Mode Gadget API                STRUCT USB_EP_CAPS(9)



NAME
       struct_usb_ep_caps - endpoint capabilities description

SYNOPSIS
       struct usb_ep_caps {
         unsigned type_control:1;
         unsigned type_iso:1;
         unsigned type_bulk:1;
         unsigned type_int:1;
         unsigned dir_in:1;
         unsigned dir_out:1;
       };

MEMBERS
       type_control
           Endpoint supports control type (reserved for ep0).

       type_iso
           Endpoint supports isochronous transfers.

       type_bulk
           Endpoint supports bulk transfers.

       type_int
           Endpoint supports interrupt transfers.

       dir_in
           Endpoint supports IN direction.

       dir_out
           Endpoint supports OUT direction.

AUTHOR
       David Brownell <dbrownell AT users.net>
           Author.

COPYRIGHT
Kernel Hackers Manual 4.8.                 January 2017                     STRUCT USB_EP_CAPS(9)


/man
rootr.net - man pages