Searched refs:EP0_FLAG (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/host/
H A Dxhci.c733 ctrl_ctx->add_flags = EP0_FLAG;
1059 if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) {
1149 if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) {
1425 ctrl_ctx->add_flags &= ~EP0_FLAG;
1427 ctrl_ctx->drop_flags &= ~EP0_FLAG;
H A Dxhci.h529 #define EP0_FLAG (1 << 1) macro
H A Dxhci-mem.c829 ctrl_ctx->add_flags = SLOT_FLAG | EP0_FLAG;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/host/
H A Dxhci.c733 ctrl_ctx->add_flags = EP0_FLAG;
1059 if (drop_flag == SLOT_FLAG || drop_flag == EP0_FLAG) {
1149 if (added_ctxs == SLOT_FLAG || added_ctxs == EP0_FLAG) {
1425 ctrl_ctx->add_flags &= ~EP0_FLAG;
1427 ctrl_ctx->drop_flags &= ~EP0_FLAG;
H A Dxhci.h529 #define EP0_FLAG (1 << 1) macro
H A Dxhci-mem.c829 ctrl_ctx->add_flags = SLOT_FLAG | EP0_FLAG;

Completed in 144 milliseconds