Home | History | Annotate | Download | only in usb

Lines Matching full:endpoint

46  * This bit flag is used in endpoint descriptors' bEndpointAddress field.
361 /* USB_DT_ENDPOINT: Endpoint descriptor */
403 #define USB_ENDPOINT_USAGE_IMPLICIT_FB 0x20 /* Implicit feedback Data endpoint */
408 * usb_endpoint_num - get the endpoint's number
409 * @epd: endpoint to be checked
419 * usb_endpoint_type - get the endpoint's transfer type
420 * @epd: endpoint to be checked
431 * usb_endpoint_dir_in - check if the endpoint has IN direction
432 * @epd: endpoint to be checked
434 * Returns true if the endpoint is of type IN, otherwise it returns false.
442 * usb_endpoint_dir_out - check if the endpoint has OUT direction
443 * @epd: endpoint to be checked
445 * Returns true if the endpoint is of type OUT, otherwise it returns false.
454 * usb_endpoint_xfer_bulk - check if the endpoint has bulk transfer type
455 * @epd: endpoint to be checked
457 * Returns true if the endpoint is of type bulk, otherwise it returns false.
467 * usb_endpoint_xfer_control - check if the endpoint has control transfer type
468 * @epd: endpoint to be checked
470 * Returns true if the endpoint is of type control, otherwise it returns false.
480 * usb_endpoint_xfer_int - check if the endpoint has interrupt transfer type
481 * @epd: endpoint to be checked
483 * Returns true if the endpoint is of type interrupt, otherwise it returns
494 * usb_endpoint_xfer_isoc - check if the endpoint has isochronous transfer type
495 * @epd: endpoint to be checked
497 * Returns true if the endpoint is of type isochronous, otherwise it returns
508 * usb_endpoint_is_bulk_in - check if the endpoint is bulk IN
509 * @epd: endpoint to be checked
511 endpoint has bulk transfer type and IN direction,
521 * usb_endpoint_is_bulk_out - check if the endpoint is bulk OUT
522 * @epd: endpoint to be checked
524 * Returns true if the endpoint has bulk transfer type and OUT direction,
534 * usb_endpoint_is_int_in - check if the endpoint is interrupt IN
535 * @epd: endpoint to be checked
537 * Returns true if the endpoint has interrupt transfer type and IN direction,
547 * usb_endpoint_is_int_out - check if the endpoint is interrupt OUT
548 * @epd: endpoint to be checked
550 * Returns true if the endpoint has interrupt transfer type and OUT direction,
560 * usb_endpoint_is_isoc_in - check if the endpoint is isochronous IN
561 * @epd: endpoint to be checked
563 * Returns true if the endpoint has isochronous transfer type and IN direction,
573 * usb_endpoint_is_isoc_out - check if the endpoint is isochronous OUT
574 * @epd: endpoint to be checked
576 * Returns true if the endpoint has isochronous transfer type and OUT direction,
586 * usb_endpoint_maxp - get endpoint's max packet size
587 * @epd: endpoint to be checked
598 /* USB_DT_SS_ENDPOINT_COMP: SuperSpeed Endpoint Companion descriptor */
610 /* Bits 4:0 of bmAttributes if this is a bulk endpoint */
629 /* Bits 1:0 of bmAttributes if this is an isoc endpoint */
837 * each endpoint descriptor for a wireless device