Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/usb/
H A Dgadget.h156 * @type_iso:Endpoint supports isochronous transfers.
164 unsigned type_iso : 1; member
182 .type_control = !!((_type)&USB_EP_CAPS_TYPE_CONTROL), .type_iso = !!((_type)&USB_EP_CAPS_TYPE_ISO), \
/device/soc/rockchip/rk3588/kernel/include/linux/usb/
H A Dgadget.h165 * @type_iso:Endpoint supports isochronous transfers.
173 unsigned type_iso:1; member
193 .type_iso = !!(_type & USB_EP_CAPS_TYPE_ISO), \

Completed in 5 milliseconds