Home
last modified time | relevance | path

Searched refs:type_bulk (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dgadget.h157 * @type_bulk:Endpoint supports bulk transfers.
165 unsigned type_bulk : 1; member
183 .type_bulk = !!((_type)&USB_EP_CAPS_TYPE_BULK), .type_int = !!((_type)&USB_EP_CAPS_TYPE_INT), \
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dgadget.h166 * @type_bulk:Endpoint supports bulk transfers.
174 unsigned type_bulk:1; member
194 .type_bulk = !!(_type & USB_EP_CAPS_TYPE_BULK), \

Completed in 4 milliseconds