Home | History | Annotate | Download | only in usb

Lines Matching full:bulk

465  * Returns one of USB_ENDPOINT_XFER_{CONTROL, ISOC, BULK, INT} according
497 * usb_endpoint_xfer_bulk - check if the endpoint has bulk transfer type
500 * Returns true if the endpoint is of type bulk, otherwise it returns false.
551 * usb_endpoint_is_bulk_in - check if the endpoint is bulk IN
554 * Returns true if the endpoint has bulk transfer type and IN direction,
564 * usb_endpoint_is_bulk_out - check if the endpoint is bulk OUT
567 * Returns true if the endpoint has bulk transfer type and OUT direction,
687 /* Bits 4:0 of bmAttributes if this is a bulk endpoint */
762 /* bulk endpoints with 8 byte maxpacket */